:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.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:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-badge-wrapper{display:inline-block;position:relative}.adm-badge{display:inline-flex;vertical-align:middle;box-sizing:content-box;border-radius:100px;background-color:var(--color);--right: 0;--top: 0;--color: var(--adm-badge-color, var(--adm-color-highlight))}.adm-badge-content{color:var(--adm-color-text-light-solid);box-sizing:border-box;min-width:8px;padding:1px 4px;font-size:var(--adm-font-size-1);line-height:12px;white-space:nowrap;font-weight:400;text-align:center}.adm-badge-fixed{position:absolute;right:var(--right);top:var(--top);transform:translate(50%,-50%)}.adm-badge-dot{min-width:10px;width:10px;height:10px;border-radius:5px}.adm-badge-bordered{border:solid 1px var(--adm-color-text-light-solid)}.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:7px 12px;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: 0px}.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: 0px}.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:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.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-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-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:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.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:20px}.adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-dialog-content{padding:0 12px 20px;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:12px}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.5px 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:10px;font-size:var(--adm-font-size-10);line-height:25px;border-radius:0;border-right:solid .5px 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-space-item{flex:none}.adm-space{display:inline-flex;--gap: 8px;--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>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.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-infinite-scroll{color:var(--adm-color-weak);padding:18px;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.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:24px;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;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:8px;color:var(--adm-color-light);padding:4px;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:20px}.adm-modal-image-container{margin-bottom:12px;max-height:40vh;overflow-y:scroll}.adm-modal-header{margin-bottom:8px;padding:0 12px}.adm-modal-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-modal-content{padding:0 12px 12px;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:8px 12px 12px}.adm-modal-footer-empty{padding:0;height:8px}.adm-modal-footer.adm-space{--gap-vertical: 20px}.adm-modal-footer .adm-modal-button{font-size:var(--adm-font-size-10);line-height:25px}.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-pull-to-refresh-head{overflow:hidden;position:relative}.adm-pull-to-refresh-head-content{position:absolute;bottom:0;left:0;width:100%;color:var(--adm-color-weak);display:flex;justify-content:center;align-items:center}.adm-tab-bar-wrap{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;overflow:hidden;min-height:48px}.adm-tab-bar-item{flex:1;color:var(--adm-color-text-secondary);white-space:nowrap;padding:4px 8px;width:-webkit-min-content;width:min-content;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column}.adm-tab-bar-item-icon{font-size:24px;height:24px;line-height:1}.adm-tab-bar-item-title{font-size:var(--adm-font-size-2);line-height:15px}.adm-tab-bar-item-title-with-icon{margin-top:2px}.adm-tab-bar-item-active{color:var(--adm-color-primary)}.adm-tab-bar-icon-badge{--top: 6px}.adm-tab-bar-title-badge{--right: -2px;--top: -2px}.adm-text-area{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--disabled-color: var(--adm-color-weak);--text-align: left;--count-text-align: right;position:relative;width:100%;max-width:100%;max-height:100%}.adm-text-area-element{font-family:var(--adm-font-family);resize:none;flex:auto;display: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;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-text-area-element::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element:-webkit-autofill{background-color:transparent}.adm-text-area-element:disabled{color:var(--disabled-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--disabled-color)}.adm-text-area-element:read-only{cursor:default}.adm-text-area-element:invalid{box-shadow:none}.adm-text-area-element::-ms-clear{display:none}.adm-text-area-element-hidden{visibility:hidden;position:absolute;top:0;left:0;z-index:-1000}.adm-text-area-count{text-align:var(--count-text-align);color:var(--adm-color-weak);font-size:var(--adm-font-size-9);padding-top:8px}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size: 48px;margin:0 auto 8px}._bar_1n3c9_1{position:fixed;bottom:0;left:0;right:0;height:calc(var(--tab-bar-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--color-surface);border-top:1px solid var(--color-border);z-index:100}._screen_1rn3z_1{min-height:100dvh;background:var(--color-bg);overflow:hidden}._screenWithTab_1rn3z_7{padding-bottom:calc(var(--tab-bar-height) + var(--safe-bottom))}._page_v9ggq_1{min-height:100dvh;background:#f1f3f8;display:flex;flex-direction:column;padding:56px 20px 0}._backBtn_v9ggq_9{display:flex;align-items:center;gap:2px;margin-bottom:12px;padding:0;background:none;border:none;font-size:14px;font-weight:500;color:var(--color-text-muted);cursor:pointer}._card_v9ggq_23{background:#fff;border-radius:16px;padding:42px 26px 30px;flex:1;display:flex;flex-direction:column;border:1px solid var(--color-border)}._brand_v9ggq_34{text-align:center;margin-bottom:34px}._logoBox_v9ggq_39{width:52px;height:52px;border-radius:14px;margin:0 auto 16px;background:var(--color-primary);display:flex;align-items:center;justify-content:center}._logoImg_v9ggq_51{width:100%;height:100%;border-radius:10px;object-fit:contain;padding:0;margin:0;font-size:0}._brandName_v9ggq_61{font-size:28px;font-weight:900;letter-spacing:-.5px;color:var(--color-text)}._brandSub_v9ggq_68{font-size:13px;color:var(--color-text-muted);margin-top:8px;letter-spacing:.5px}._phoneRow_v9ggq_76{display:flex;gap:8px;margin-bottom:12px}._areaCode_v9ggq_82{width:64px;height:44px;border-radius:8px;background:#f4f5f8;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--color-text);flex-shrink:0}._phoneInput_v9ggq_96{flex:1;height:44px;border-radius:8px;background:#f4f5f8;display:flex;align-items:center;padding:0 14px}._phoneInput_v9ggq_96 .adm-input{font-size:13px}._codeRow_v9ggq_111{display:flex;gap:8px;margin-bottom:20px}._codeInput_v9ggq_117{flex:1;height:44px;border-radius:8px;background:#f4f5f8;display:flex;align-items:center;padding:0 14px}._codeInput_v9ggq_117 .adm-input{font-size:13px}._sendBtn_v9ggq_131{width:110px;height:44px;border-radius:8px;border:1px solid var(--color-border);background:#fff;font-size:13px;font-weight:600;color:var(--color-text);cursor:pointer;flex-shrink:0}._sendBtn_v9ggq_131:disabled{color:var(--color-text-muted);cursor:default}._submitBtn_v9ggq_150{height:48px!important;border-radius:10px!important;font-size:15px!important;font-weight:600!important;box-shadow:0 10px 20px #5774f04d!important}._divider_v9ggq_158{height:1px;background:var(--color-border);margin:28px 0 18px}._features_v9ggq_164{text-align:center;font-size:11.5px;color:var(--color-text-muted);line-height:2}._footer_v9ggq_171{padding:14px 0 22px;text-align:center;font-size:10.5px;color:var(--color-text-muted)}._loginTabBar_v9ggq_179{display:flex;background:#f4f5f8;border-radius:10px;padding:3px;margin-bottom:20px}._loginTab_v9ggq_179{flex:1;text-align:center;padding:7px 0;border-radius:8px;font-size:13px;font-weight:600;color:var(--color-text-muted);background:none;border:none;cursor:pointer;font-family:inherit}._loginTabActive_v9ggq_201{background:#fff;color:var(--color-text);box-shadow:0 1px 4px #0000001a}._passwordRow_v9ggq_208{display:flex;gap:8px;margin-bottom:8px}._eyeBtn_v9ggq_214{width:44px;height:44px;border-radius:8px;background:#f4f5f8;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:var(--color-text-muted);flex-shrink:0;font-size:15px}._forgotLink_v9ggq_229{font-size:12px;color:var(--color-primary);text-align:right;margin-bottom:16px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;display:block;width:100%}._pwdErrorMsg_v9ggq_243{font-size:12px;color:#ef4444;margin-bottom:12px;margin-top:-4px}._wrap_qv4bf_1{display:flex;gap:6px;overflow-x:auto;padding:4px 12px 8px;scrollbar-width:none}._wrap_qv4bf_1::-webkit-scrollbar{display:none}._chip_qv4bf_10{flex-shrink:0;padding:4px 12px;border-radius:var(--radius-chip);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap}._chip_qv4bf_10._active_qv4bf_23{background:var(--color-text);color:#fff;border-color:var(--color-text)}._card_5g0eq_1{position:relative;border-radius:var(--radius-card);overflow:hidden;cursor:pointer;aspect-ratio:3/4;background:var(--color-border);transition:transform .15s ease}._card_5g0eq_1:active{transform:scale(.97)}._img_5g0eq_12{width:100%;height:100%;object-fit:cover;display:block}._overlay_5g0eq_19{position:absolute;bottom:0;left:0;right:0;padding:20px 8px 8px;background:linear-gradient(transparent,#000000a6);display:flex;align-items:flex-end;justify-content:space-between}._name_5g0eq_29{font-size:11px;font-weight:600;color:#fff;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._stateTag_5g0eq_39{position:absolute;top:6px;left:6px;padding:2px 6px;border-radius:4px;background:#00000073;font-size:10px;font-weight:600;color:#fff;letter-spacing:.02em;pointer-events:none}._price_5g0eq_53{font-size:10px;font-weight:600;color:var(--color-gold);flex-shrink:0;margin-left:4px}._badge_17umf_1{display:inline-block;padding:3px 8px;background:var(--color-gold-gradient);border:1px solid #D97706;border-radius:var(--radius-chip);font-size:10px;font-weight:700;color:#92400e}._page_4k0oi_1{background:var(--color-bg);height:100dvh;display:flex;flex-direction:column;overflow:hidden}._loadingWrap_4k0oi_9{padding:40px;display:flex;justify-content:center}._header_4k0oi_16{display:flex;align-items:center;justify-content:space-between;padding:calc(var(--safe-top) + 12px) 18px 10px}._logoRow_4k0oi_23{display:flex;align-items:center;gap:6px}._logoIcon_4k0oi_29{height:28px;width:auto;object-fit:contain;flex-shrink:0}._logoSlogan_4k0oi_36{height:60px;object-fit:contain;flex-shrink:0}._betaTag_4k0oi_42{font-size:9px;font-weight:700;letter-spacing:.5px;color:#fff;background:#0000008c;border-radius:4px;padding:2px 5px;line-height:1.4;align-self:center}._chatBtn_4k0oi_54{width:32px;height:32px;border-radius:16px;background:var(--color-primary);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #5774f054}._bannerWrap_4k0oi_68{padding:4px 16px 12px}._banner_4k0oi_68{background:linear-gradient(135deg,#1a1040,#2d1b69 45%,#1a3a5c);border-radius:20px;padding:16px 16px 16px 18px;color:#fff;position:relative;overflow:hidden;min-height:98px;display:flex;align-items:center;gap:14px}._blob1_4k0oi_86{position:absolute;left:-30px;top:-30px;width:130px;height:130px;border-radius:65px;background:#5774f0;opacity:.18;filter:blur(24px);pointer-events:none}._blob2_4k0oi_99{position:absolute;right:-10px;bottom:-20px;width:100px;height:100px;border-radius:50px;background:#ff5b8a;opacity:.14;filter:blur(20px);pointer-events:none}._blob3_4k0oi_112{position:absolute;right:80px;top:-10px;width:60px;height:60px;border-radius:30px;background:#f4c753;opacity:.18;filter:blur(16px);pointer-events:none}._bannerLeft_4k0oi_126{flex:1;position:relative;z-index:1}._bannerEyebrow_4k0oi_132{display:flex;align-items:center;gap:5px;margin-bottom:7px}._eyebrowIcon_4k0oi_139{width:18px;height:18px;border-radius:5px;background:linear-gradient(135deg,#5774f0,#9b51e0);display:flex;align-items:center;justify-content:center;flex-shrink:0}._eyebrowText_4k0oi_150{font-size:10.5px;color:#fff9;letter-spacing:1.2px}._bannerHeadline_4k0oi_156{font-size:15px;font-weight:800;line-height:1.35;letter-spacing:.2px}._bannerGrad_4k0oi_163{background:linear-gradient(90deg,#f4c753,#ff8a6a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._bannerGrid_4k0oi_171{display:grid;grid-template-columns:1fr 1fr;gap:4px;flex-shrink:0;position:relative;z-index:1}._bannerThumb_4k0oi_180{width:38px;height:48px;border-radius:7px;box-shadow:0 2px 8px #00000059;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff0f}._bannerThumbImg_4k0oi_192{width:100%;height:100%;object-fit:cover;object-position:center;display:block}._sectionRow_4k0oi_201{display:flex;justify-content:space-between;align-items:center;padding:2px 16px 8px}._sectionTitle_4k0oi_208{font-size:13px;font-weight:700;color:var(--color-text)}._sectionMore_4k0oi_214{font-size:11px;color:var(--color-text-muted)}._grid_4k0oi_220{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 24px}._viewPagerContainer_4k0oi_230{flex:1;min-height:0;overflow:hidden;touch-action:pan-y}._panelTrack_4k0oi_238{display:flex;height:100%;will-change:transform}._panel_4k0oi_238{flex:1;min-width:0;height:100%;overflow-y:auto;overflow-x:hidden;padding-bottom:calc(var(--tab-bar-height) + var(--safe-bottom))}._page_1jj4w_1{padding:16px}._backRow_1jj4w_3{display:flex;align-items:center;gap:8px;margin-bottom:16px;cursor:pointer;color:var(--color-dim);font-size:14px}._grid_1jj4w_13{display:grid;grid-template-columns:1fr 1fr;gap:12px}._card_1jj4w_19{background:var(--color-surface);border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 1px 4px #0000000f}._preview_1jj4w_27{width:100%;aspect-ratio:3 / 4;object-fit:cover;background:var(--color-line);display:block}._cardBody_1jj4w_35{padding:8px 10px 10px}._cardName_1jj4w_37{font-size:13px;font-weight:600;color:var(--color-ink);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._cardPrice_1jj4w_46{font-size:12px;color:var(--color-dim);margin-top:2px}._loadingWrap_1jj4w_48{padding:40px;display:flex;justify-content:center}._emptyText_1jj4w_49{text-align:center;color:var(--color-dim);padding:40px 0;font-size:14px}._session_lkxg6_3{padding:0 12px 14px;display:flex;flex-direction:column;gap:12px}._userRow_lkxg6_6{display:flex;justify-content:flex-end}._userBubble_lkxg6_7{background:#5774f0;color:#fff;border-radius:14px 14px 2px;padding:8px 11px;font-size:12px;max-width:78%;line-height:1.55;word-break:break-all}._userImages_lkxg6_13{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}._userImg_lkxg6_14{width:44px;height:44px;border-radius:6px;object-fit:cover;background:#fff3}._generatingWrap_lkxg6_17{background:#f8f8f8;border-radius:12px;padding:10px}._generatingLabel_lkxg6_18{font-size:10px;color:#aaa}._generatingGrid_lkxg6_19{display:grid;gap:3px;margin:0 -12px;overflow:hidden}._generatingCard_lkxg6_20{border-radius:8px;aspect-ratio:3/4;background:linear-gradient(135deg,#e8eaff,#d4d8ff);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._genShimmer_lkxg6_26{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:_shimmer_lkxg6_1 1.5s infinite}@keyframes _shimmer_lkxg6_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._genVer_lkxg6_32{font-size:10px;color:#8895e0;position:relative;z-index:1}._resultGrid_lkxg6_35{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;overflow:hidden}._resultCellWrap_lkxg6_36{position:relative;overflow:visible}._resultCard_lkxg6_37{border-radius:8px;aspect-ratio:3/4;overflow:hidden;position:relative;cursor:pointer}._resultCardImg_lkxg6_56{width:100%;height:100%;object-fit:cover;display:block}._resultVerLabel_lkxg6_57{position:absolute;top:4px;left:4px;font-size:9px;font-weight:700;color:#fff;background:#00000059;border-radius:4px;padding:1px 4px}._resultCardGrad_lkxg6_62{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#00000080);padding:16px 6px 6px;display:flex;align-items:flex-end;justify-content:space-between}._resultCardLabel_lkxg6_68{font-size:9px;color:#fffc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._resultCardActions_lkxg6_72{display:flex;gap:4px;flex-shrink:0}._resultActionBtn_lkxg6_73{width:22px;height:22px;border-radius:11px;background:#fff3;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}._resultPdfBtn_lkxg6_79{position:absolute;top:5px;right:5px;z-index:2;width:22px;height:22px;border-radius:11px;background:#00000059;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._resultSelDot_lkxg6_87{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:9px;background:#5774f0;border:2px solid #fff;display:flex;align-items:center;justify-content:center;z-index:2}._resultCardFailed_lkxg6_94{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#f9f0f0;font-size:10px;color:#aaa;padding:8px;text-align:center}._singleResult_lkxg6_102{border-radius:10px;overflow:hidden;position:relative;width:52%;max-width:180px}._singleResultImg_lkxg6_106{width:100%;display:block;border-radius:10px}._singleResultActions_lkxg6_109{position:absolute;bottom:6px;right:6px;display:flex;gap:4px}._errorBubble_lkxg6_118{display:inline-flex;align-items:center;gap:5px;background:#f3f4f6;border-radius:8px;padding:6px 11px;font-size:11px;color:#9ca3af}._coinRow_lkxg6_125{display:flex;align-items:center;gap:4px;font-size:10px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:4px 8px}._actionBtns_lkxg6_133{display:flex;gap:6px;flex-wrap:wrap}._actionBtn_lkxg6_133{font-size:11px;border-radius:99px;padding:4px 11px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}._actionBtnEdit_lkxg6_140{color:#5774f0}._actionBtnRegen_lkxg6_141{color:#16a34a;border-color:#d1fae5;background:#f0fdf4}._actionBtnFav_lkxg6_142{color:#d97706;border-color:#fde68a;background:#fffbeb}._actionBtnFavActive_lkxg6_143{color:#dc2626;border-color:#fecaca;background:#fff1f2}._failedOverlay_lkxg6_146{position:absolute;inset:0;background:#dc26262e;display:flex;align-items:flex-end;justify-content:center;padding-bottom:6px}._failedBadge_lkxg6_152{background:#dc2626d9;color:#fff;font-size:9px;font-weight:600;border-radius:4px;padding:1px 5px}._wechatSaveOverlay_lkxg6_159{position:fixed;inset:0;z-index:100;background:#000000eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._wechatSaveHint_lkxg6_166{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#fff}._wechatSaveImg_lkxg6_170{max-width:88vw;max-height:72dvh;object-fit:contain;border-radius:8px;display:block}._wechatSaveClose_lkxg6_175{font-size:12px;color:#ffffff73}._wechatPdfTipBox_lkxg6_178{background:#fff;border-radius:14px;padding:24px 20px 16px;width:80vw;max-width:300px;text-align:center}._wechatPdfTipTitle_lkxg6_183{font-size:15px;font-weight:700;color:#111;margin-bottom:10px}._wechatPdfTipDesc_lkxg6_186{font-size:13px;color:#666;line-height:1.7;margin-bottom:18px}._wechatPdfTipBtn_lkxg6_189{width:100%;background:#5774f0;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:10px;padding:11px 0;cursor:pointer}._editRefChip_lkxg6_196{display:inline-flex;align-items:center;gap:4px;background:#ffffff26;border-radius:6px;padding:2px 5px 2px 2px;margin-bottom:4px;font-size:11px}._editRefThumb_lkxg6_202{width:24px;height:24px;border-radius:4px;object-fit:cover;background:#fff3}._list_4ibw4_3{display:flex;flex-direction:column;gap:0}._item_4ibw4_7{display:flex;flex-direction:column;padding:6px 0}._item_4ibw4_7+._item_4ibw4_7{border-top:1px solid var(--color-border)}._itemRow_4ibw4_16{display:flex;align-items:center;gap:0}._itemMain_4ibw4_20{display:flex;align-items:center;gap:10px;flex:1;cursor:pointer;min-width:0}._itemMain_4ibw4_20:active{opacity:.7}._thumb_4ibw4_26{width:34px;height:46px;border-radius:6px;object-fit:cover;background:#f0f0f0;flex-shrink:0}._thumbPlaceholder_4ibw4_30{width:34px;height:46px;border-radius:6px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);flex-shrink:0}._info_4ibw4_35{flex:1;min-width:0}._name_4ibw4_36{font-size:13px;font-weight:600;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._date_4ibw4_40{font-size:11px;color:var(--color-text-muted);margin-top:2px}._remark_4ibw4_41{font-size:11px;color:#5774f0;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._editRemarkBtn_4ibw4_46{width:28px;height:28px;border-radius:14px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#d1d5db;flex-shrink:0}._editRemarkBtn_4ibw4_46:active{color:#5774f0}._remarkEditRow_4ibw4_54{display:flex;align-items:center;gap:4px;width:100%;padding:5px 0 2px 44px;box-sizing:border-box}._remarkInput_4ibw4_59{flex:1;font-size:12px;border:1px solid #c7d2fe;border-radius:8px;padding:4px 8px;outline:none;background:#f4f5ff;color:var(--color-text)}._remarkInput_4ibw4_59:focus{border-color:#5774f0;background:#fff}._remarkSaveBtn_4ibw4_65{width:26px;height:26px;border-radius:13px;background:#5774f0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}._remarkSaveBtn_4ibw4_65:disabled{background:#c7d2fe;cursor:not-allowed}._remarkCancelBtn_4ibw4_72{width:26px;height:26px;border-radius:13px;background:#f0f0f0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#888;flex-shrink:0}._empty_4ibw4_79{padding:32px 16px;text-align:center;color:var(--color-text-muted);font-size:13px}._loadMore_4ibw4_80{text-align:center;padding:8px;font-size:11px;color:var(--color-text-muted)}._scrim_6qeqk_2{position:fixed;inset:0;background:#0006;z-index:100;display:flex;align-items:flex-end;animation:_fadeIn_6qeqk_1 .15s ease}@keyframes _fadeIn_6qeqk_1{0%{opacity:0}to{opacity:1}}._sheet_6qeqk_9{width:100%;background:#fff;border-radius:20px 20px 0 0;max-height:60dvh;display:flex;flex-direction:column;animation:_slideUp_6qeqk_1 .22s ease}@keyframes _slideUp_6qeqk_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._handle_6qeqk_17{width:36px;height:4px;background:#e5e7eb;border-radius:2px;margin:10px auto 0;flex-shrink:0}._header_6qeqk_21{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;flex-shrink:0}._title_6qeqk_25{font-size:14px;font-weight:700;color:var(--color-text)}._closeBtn_6qeqk_26{width:28px;height:28px;border-radius:14px;background:#f5f5f5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}._listWrap_6qeqk_33{flex:1;overflow-y:auto;min-height:0;padding:4px 12px calc(var(--safe-bottom, 0px) + 12px)}._scrim_dimm8_3{position:fixed;inset:0;z-index:9000;background:#0006;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}._sheet_dimm8_9{width:100%;max-width:393px;background:var(--color-bg);border-radius:20px 20px 0 0;height:78dvh;display:flex;flex-direction:column;padding-bottom:var(--safe-bottom, 0px);box-shadow:0 -4px 24px #00000024;overflow:hidden}._handle_dimm8_20{width:36px;height:4px;background:#d1d5db;border-radius:2px;margin:10px auto 0;flex-shrink:0}._header_dimm8_26{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 8px;flex-shrink:0}._title_dimm8_30{font-size:15px;font-weight:700;color:var(--color-text)}._closeBtn_dimm8_31{width:28px;height:28px;border-radius:14px;background:#e5e7eb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280}._cats_dimm8_38{display:flex;gap:6px;overflow-x:auto;padding:0 14px 10px;flex-shrink:0;scrollbar-width:none}._cats_dimm8_38::-webkit-scrollbar{display:none}._catChip_dimm8_44{font-size:12px;padding:5px 14px;border-radius:99px;border:1px solid var(--color-border);background:#fff;color:var(--color-text-muted);cursor:pointer;white-space:nowrap;flex-shrink:0}._catChipActive_dimm8_49{background:#5774f0;border-color:#5774f0;color:#fff}._swipeArea_dimm8_54{flex:1;min-height:0;overflow:hidden;touch-action:pan-y}._panelTrack_dimm8_62{display:flex;height:100%;will-change:transform}._panel_dimm8_62{flex:1;min-width:0;height:100%;overflow-y:auto;overflow-x:hidden;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 16px;align-content:start}._cardWrap_dimm8_82{position:relative}._activeCheck_dimm8_86{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:10px;background:#5774f0;border:2px solid #fff;display:flex;align-items:center;justify-content:center;z-index:1}._page_1nhfh_2{background:var(--color-bg);height:100dvh;display:flex;flex-direction:column;overflow:hidden;position:relative}._loadingWrap_1nhfh_8{padding:40px;display:flex;justify-content:center}._error_1nhfh_9{padding:16px;color:var(--color-danger)}._header_1nhfh_12{display:flex;align-items:center;gap:7px;padding:calc(var(--safe-top) + 8px) 12px 8px;background:#fff;border-bottom:1px solid var(--color-border);flex-shrink:0}._headerExit_1nhfh_18{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#374151;flex-shrink:0}._headerThumb_1nhfh_22{width:20px;height:28px;border-radius:4px;object-fit:cover;flex-shrink:0}._headerThumbPlaceholder_1nhfh_23{width:20px;height:28px;border-radius:4px;flex-shrink:0;background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}._headerName_1nhfh_24{flex:1;font-size:12px;font-weight:700;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._headerSwitch_1nhfh_25{font-size:10px;font-weight:600;color:#5774f0;background:#eef0fe;border:none;border-radius:5px;padding:4px 8px;flex-shrink:0;cursor:pointer}._headerBalance_1nhfh_26{display:flex;align-items:center;gap:2px;background:#fffbeb;border:1px solid #fde68a;border-radius:99px;padding:3px 8px;font-size:11px;font-weight:700;color:#92400e;cursor:pointer;flex-shrink:0}._scrollArea_1nhfh_34{flex:1;overflow-y:auto;overflow-x:hidden;position:relative;z-index:0;background:#f5f6f8;overscroll-behavior-y:contain;will-change:scroll-position}._scrollAreaInner_1nhfh_42{position:relative;width:100%;background:#f5f6f8;touch-action:pan-y}._virtualItem_1nhfh_48{position:absolute;top:0;left:0;width:100%;touch-action:pan-y;contain:layout style}._sentinel_1nhfh_55{display:flex;align-items:center;justify-content:center;height:40px;font-size:11px;color:var(--color-text-muted)}._emptyState_1nhfh_61{padding:32px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}._emptyIcon_1nhfh_65{width:48px;height:48px;border-radius:24px;background:#eff2ff;display:flex;align-items:center;justify-content:center;margin-bottom:4px}._emptyTitle_1nhfh_70{font-size:14px;font-weight:700;color:var(--color-text)}._emptySub_1nhfh_71{font-size:12px;color:var(--color-text-muted)}._suggestRow_1nhfh_74{display:flex;gap:6px;overflow-x:auto;padding:6px 0 2px;scrollbar-width:none;touch-action:pan-x}._suggestRow_1nhfh_74::-webkit-scrollbar{display:none}._suggestChip_1nhfh_79{font-size:11px;padding:4px 10px;border-radius:99px;flex-shrink:0;border:1px solid #e0e4ff;color:#5774f0;background:#f4f5ff;cursor:pointer;display:flex;align-items:center;gap:4px;white-space:nowrap}._chipCat_1nhfh_84{font-size:10px;font-weight:700}._hint_1nhfh_87{margin:0 12px 6px;background:#f9f9f9;border-radius:8px;padding:6px 10px}._hintItem_1nhfh_88{display:flex;align-items:center;gap:6px;font-size:10px;color:#888;margin-bottom:2px}._hintDot_1nhfh_89{width:6px;height:6px;border-radius:3px;flex-shrink:0}._recentSection_1nhfh_92{padding:0 0 4px}._recentHeader_1nhfh_93{margin-bottom:6px}._sectionLabel_1nhfh_94{font-size:10px;font-weight:700;color:var(--color-text-muted);display:flex;align-items:center;gap:4px}._recentStrip_1nhfh_95{display:flex;gap:6px;overflow-x:auto;padding:6px 2px;touch-action:pan-x}._recentCard_1nhfh_96{position:relative;flex-shrink:0;cursor:pointer;overflow:visible;width:60px;height:60px}._recentImg_1nhfh_97{width:60px;height:60px;border-radius:8px;object-fit:cover;display:block}._recentOverlay_1nhfh_98{position:absolute;inset:0;border-radius:8px;background:#5774f059}._recentBadge_1nhfh_99{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:8px;background:#e5e7eb;border:1.5px solid #fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#555}._recentBadgeAdded_1nhfh_106{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:8px;background:#5774f0;border:1.5px solid #fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff}._recentDelete_1nhfh_113{position:absolute;top:-4px;left:-4px;width:15px;height:15px;border-radius:8px;background:#00000080;border:1.5px solid #fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;padding:0}._inputArea_1nhfh_121{flex-shrink:0;background:#fafaf8;border-top:1px solid var(--color-border);padding:0 12px calc(var(--safe-bottom, 0px) + 8px)}._collapsedBar_1nhfh_128{display:flex;align-items:center;gap:8px;padding:8px 0 calc(var(--safe-bottom, 0px) + 8px)}._collapsedTextarea_1nhfh_132{flex:1;border:none;outline:none;resize:none;font-size:13px;background:#f0f1ff;border-radius:20px;padding:6px 14px;color:var(--color-text);line-height:1.4;overflow:hidden;overflow-y:hidden;font-family:inherit;height:34px;max-height:34px}._collapsedTextarea_1nhfh_132::placeholder{color:#bbb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._inputResizeRow_1nhfh_142{display:flex;align-items:center;margin:0 -12px;position:relative;z-index:2}._inputResizeHandle_1nhfh_146{flex:1;height:22px;cursor:ns-resize;display:flex;align-items:center;justify-content:center;touch-action:none;-webkit-user-select:none;user-select:none}._inputResizeHandle_1nhfh_146:after{content:"";display:block;width:36px;height:4px;border-radius:2px;background:#e5e7eb}._inputExpandBtn_1nhfh_156{width:32px;height:22px;flex-shrink:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;padding-right:4px}._contextBar_1nhfh_164{display:flex;align-items:center;gap:8px;background:#eff2ff;border-radius:8px;padding:6px 10px;margin-bottom:6px}._contextThumbImg_1nhfh_169{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0}._contextInfo_1nhfh_170{flex:1}._contextTitle_1nhfh_171{font-size:11px;font-weight:700;color:#5774f0}._contextSub_1nhfh_172{font-size:10px;color:#8895e0}._contextDeselect_1nhfh_173{font-size:11px;color:#5774f0;background:none;border:none;cursor:pointer;padding:2px 6px;flex-shrink:0}._pendingStrip_1nhfh_178{display:flex;gap:6px;overflow-x:auto;padding:6px 2px;touch-action:pan-x}._pendingThumbWrap_1nhfh_179{position:relative;flex-shrink:0;overflow:visible}._pendingThumb_1nhfh_179{width:56px;height:56px;border-radius:8px;object-fit:cover;display:block}._pendingTypeChip_1nhfh_181{position:absolute;bottom:-4px;left:-4px;font-size:9px;font-weight:700;border-radius:4px;padding:1px 4px}._pendingMoreBtn_1nhfh_185{position:absolute;top:2px;right:2px;background:#00000073;border:none;cursor:pointer;border-radius:4px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;letter-spacing:-1px}._pendingRemove_1nhfh_192{position:absolute;top:-4px;left:-4px;width:16px;height:16px;border-radius:8px;background:#00000080;border:1.5px solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;padding:0}._popoverWrap_1nhfh_201{position:relative}._popover_1nhfh_201{position:absolute;bottom:calc(100% + 6px);right:0;background:#fff;border:1px solid var(--color-border);border-radius:10px;padding:10px 12px;box-shadow:0 4px 20px #0000001f;z-index:50;min-width:160px}._popoverTypeRow_1nhfh_209{display:flex;gap:6px;margin-bottom:8px}._typeToggleBtn_1nhfh_210{flex:1;font-size:11px;font-weight:600;border-radius:6px;padding:4px 0;border:1.5px solid var(--color-border);background:#fff;cursor:pointer;color:var(--color-text-muted)}._typeToggleBtnActive_1nhfh_215{background:#5774f0;border-color:#5774f0;color:#fff}._typeToggleBtnActiveAmber_1nhfh_216{background:#f59e0b;border-color:#f59e0b;color:#fff}._popoverNoteInput_1nhfh_217{width:100%;font-size:11px;border:1px solid var(--color-border);border-radius:6px;padding:5px 8px;outline:none;box-sizing:border-box}._popoverNoteInput_1nhfh_217:focus{border-color:#5774f0}._inputPill_1nhfh_224{display:flex;flex-direction:column;border:1.5px solid var(--color-border);border-radius:16px;padding:10px 12px 8px;background:#fff}._inputPillFocused_1nhfh_229{border-color:#5774f0;box-shadow:0 0 0 3px #5774f01a}._inputPillSelected_1nhfh_230{border-color:#5774f0;box-shadow:0 0 0 3px #5774f01f}._pillTextarea_1nhfh_232{width:100%;border:none;outline:none;resize:none;font-size:13px;line-height:1.5;background:transparent;min-height:20px;overflow-y:auto;font-family:inherit;color:var(--color-text);padding-bottom:4px}._pillTextarea_1nhfh_232::placeholder{color:#bbb}._pillActions_1nhfh_242{display:flex;align-items:center;justify-content:space-between;padding-top:6px}._pillActionsLeft_1nhfh_246,._pillActionsRight_1nhfh_247{display:flex;align-items:center;gap:4px}._plusBtn_1nhfh_249{width:28px;height:28px;border-radius:14px;background:#f0f1ff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5774f0;flex-shrink:0}._recentToggleBtn_1nhfh_255{width:28px;height:28px;border-radius:14px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);flex-shrink:0}._recentToggleBtnActive_1nhfh_261{color:#5774f0;background:#f0f1ff}._bookmarkBtn_1nhfh_263{width:28px;height:28px;border-radius:14px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);flex-shrink:0}._bookmarkBtn_1nhfh_263:hover{color:#f59e0b}._sendBtn_1nhfh_270{width:28px;height:28px;border-radius:14px;background:#5774f0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}._sendBtn_1nhfh_270:disabled{background:#c7d2fe;cursor:not-allowed}._sheetScrim_1nhfh_279{position:fixed;inset:0;background:#0006;z-index:60;display:flex;align-items:flex-end}._sheet_1nhfh_279{width:100%;background:#fff;border-radius:20px 20px 0 0;max-height:75dvh;display:flex;flex-direction:column;padding-bottom:var(--safe-bottom, 0px)}._sheetHandle_1nhfh_285{width:36px;height:4px;background:#e5e7eb;border-radius:2px;margin:10px auto 0;flex-shrink:0}._sheetHeader_1nhfh_286{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;flex-shrink:0}._sheetTitle_1nhfh_287{font-size:14px;font-weight:700}._sheetClose_1nhfh_288{width:28px;height:28px;border-radius:14px;background:#f5f5f5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}._sheetCats_1nhfh_289{display:flex;gap:6px;overflow-x:auto;padding:0 14px 10px;flex-shrink:0}._catChip_1nhfh_290{font-size:12px;padding:5px 12px;border-radius:99px;border:1px solid var(--color-border);background:#fff;color:var(--color-text-muted);cursor:pointer;white-space:nowrap;flex-shrink:0}._catChipActive_1nhfh_291{background:#5774f0;border-color:#5774f0;color:#fff}._sheetGrid_1nhfh_292{flex:1;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:0 14px 14px}._sheetCard_1nhfh_293{border-radius:10px;overflow:hidden;position:relative;cursor:pointer;aspect-ratio:3/4;background:#f0f0f0}._sheetCardPreview_1nhfh_294{width:100%;height:100%;object-fit:cover;display:block}._sheetCardPreviewEmpty_1nhfh_295{width:100%;height:100%;background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}._sheetCardOverlay_1nhfh_296{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0009);padding:14px 6px 6px}._sheetCardName_1nhfh_297{font-size:10px;color:#fff;font-weight:600;display:block}._sheetCardPrice_1nhfh_298{font-size:9px;color:#fde68a;display:block;margin-top:1px}._sheetCardActive_1nhfh_299{outline:2.5px solid #5774F0}._sheetCardCheck_1nhfh_300{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:9px;background:#5774f0;display:flex;align-items:center;justify-content:center}._previewOverlay_1nhfh_303{position:fixed;inset:0;background:#000000e6;z-index:80;display:flex;align-items:center;justify-content:center}._previewImg_1nhfh_304{max-width:92vw;max-height:88dvh;object-fit:contain;border-radius:8px}._previewViewPager_1nhfh_305{position:absolute;inset:0;overflow:hidden;touch-action:pan-y}._previewTrack_1nhfh_306{display:flex;height:100%;will-change:transform}._previewPanel_1nhfh_307{flex:0 0 100vw;display:flex;align-items:center;justify-content:center}._previewVerLabel_1nhfh_308{position:absolute;top:16px;left:50%;transform:translate(-50%);font-size:12px;color:#ffffffb3;background:#0006;border-radius:4px;padding:2px 8px}._previewNav_1nhfh_309{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:18px;background:#ffffff26;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}._previewNavLeft_1nhfh_310{left:12px}._previewNavRight_1nhfh_311{right:12px}._previewDots_1nhfh_312{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:6px}._previewDot_1nhfh_312{width:6px;height:6px;border-radius:3px;background:#fff6;cursor:pointer}._previewDotActive_1nhfh_314{background:#fff}._previewClose_1nhfh_315{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:16px;background:#ffffff26;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}._confirmScrim_1nhfh_318{position:fixed;inset:0;background:#0006;z-index:70;display:flex;align-items:center;justify-content:center;padding:20px}._confirmBox_1nhfh_319{background:#fff;border-radius:14px;padding:20px;width:100%;max-width:300px}._confirmTitle_1nhfh_320{font-size:15px;font-weight:700;margin-bottom:6px}._confirmMsg_1nhfh_321{font-size:13px;color:var(--color-text-muted);margin-bottom:16px}._confirmActions_1nhfh_322{display:flex;gap:8px;justify-content:flex-end}._confirmCancel_1nhfh_323{font-size:13px;padding:7px 16px;border-radius:8px;border:1px solid var(--color-border);background:#fff;cursor:pointer}._confirmOk_1nhfh_324{font-size:13px;padding:7px 16px;border-radius:8px;border:none;background:#ef4444;color:#fff;cursor:pointer}._batchOptions_1nhfh_325{display:flex;gap:8px;margin-bottom:12px}._batchOption_1nhfh_325{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:10px;border:1.5px solid #5774F0;color:#5774f0;font-size:13px;font-weight:700;background:#fff;cursor:pointer}._sysChip_1nhfh_329{display:flex;align-items:center;justify-content:center;padding:6px 12px;margin:6px auto;background:#f0f1ff;border-radius:99px;font-size:11px;color:#5774f0;width:fit-content;max-width:80%;text-align:center}._switchChip_1nhfh_337{display:flex;align-items:center;justify-content:center;padding:5px 12px;margin:6px auto 2px;background:#fffbeb;border:1px solid #fde68a;border-radius:99px;font-size:11px;color:#92400e;width:fit-content;max-width:85%}._emptyStateSpacer_1nhfh_345{flex:1}._welcomeContent_1nhfh_350{padding:16px 20px calc(var(--safe-bottom, 0px) + 20px);display:flex;flex-direction:column;align-items:center}._welcomeThumb_1nhfh_354{width:120px;height:160px;border-radius:12px;object-fit:cover;margin-bottom:14px;box-shadow:0 4px 16px #0000001f}._welcomeThumbPlaceholder_1nhfh_358{width:120px;height:160px;border-radius:12px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);margin-bottom:14px}._welcomeInfo_1nhfh_362{text-align:center;margin-bottom:16px}._welcomeName_1nhfh_363{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:4px}._welcomePrice_1nhfh_364{font-size:12px;color:#f59e0b;font-weight:600}._welcomeHeadline_1nhfh_365{font-size:13px;color:var(--color-text-muted);margin-bottom:20px;text-align:center;line-height:1.6}._welcomeStartBtn_1nhfh_369{width:100%;background:#5774f0;color:#fff;font-size:15px;font-weight:700;border:none;border-radius:12px;padding:13px 0;cursor:pointer}._annotationSummary_1nhfh_376{font-size:10px;color:#6b7280;padding:3px 2px 0;display:flex;align-items:center;gap:4px}._annoSheet_1nhfh_383{width:100%;background:#fff;border-radius:16px 16px 0 0;padding:0 16px calc(var(--safe-bottom, 0px) + 16px);box-shadow:0 -4px 24px #0000001f}._annoSheetHeader_1nhfh_388{display:flex;align-items:center;gap:10px;padding:12px 0 14px}._annoSheetThumb_1nhfh_392{width:36px;height:36px;border-radius:8px;object-fit:cover;flex-shrink:0}._annoSheetTitle_1nhfh_395{flex:1;font-size:13px;font-weight:600;color:var(--color-text)}._annoSheetRow_1nhfh_398{margin-bottom:14px}._annoSheetLabel_1nhfh_399{font-size:10px;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-bottom:7px}._annoSheetChips_1nhfh_404{display:flex;gap:8px;flex-wrap:wrap}._annoChip_1nhfh_405{font-size:12px;font-weight:600;padding:5px 14px;border-radius:99px;border:1.5px solid #e5e7eb;background:#fff;color:#555;cursor:pointer}._annoChipBlue_1nhfh_410{background:#5774f0;border-color:#5774f0;color:#fff}._annoChipAmber_1nhfh_411{background:#f59e0b;border-color:#f59e0b;color:#fff}._annoSheetInput_1nhfh_412{width:100%;background:#f8f8f8;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:12px;color:var(--color-text);outline:none}._annoSheetInput_1nhfh_412::placeholder{color:#bbb}._annoSheetDone_1nhfh_419{width:100%;margin-top:4px;background:#5774f0;color:#fff;font-size:14px;font-weight:700;border:none;border-radius:10px;padding:12px 0;cursor:pointer}._page_nnwmu_1{background:var(--color-bg);height:100dvh;display:flex;flex-direction:column;overflow:hidden}._nav_nnwmu_10{display:flex;align-items:center;padding:calc(var(--safe-top) + 12px) 16px 8px;gap:10px;flex-shrink:0;background:var(--color-bg)}._navBack_nnwmu_19{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-text-muted);flex-shrink:0}._navCenter_nnwmu_27{flex:1;text-align:center}._navTitle_nnwmu_29{font-size:13px;font-weight:600;color:var(--color-text)}._navSub_nnwmu_35{font-size:10px;color:var(--color-text-muted);margin-top:1px}._navRight_nnwmu_41{width:28px;flex-shrink:0}._chatArea_nnwmu_44{flex:1;overflow-y:auto;padding:10px 14px 0;display:flex;flex-direction:column;gap:10px;min-height:0}._chatAreaExpanded_nnwmu_54{padding-bottom:12px}._coinToast_nnwmu_57{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;background:#fffbf0;border:1px solid rgba(245,158,11,.25);flex-shrink:0}._coinToastText_nnwmu_68{font-size:10.5px;color:#92400e}._coinToastBalance_nnwmu_73{font-size:10.5px;color:#b45309;margin-left:auto}._rechargeBtn_nnwmu_79{font-size:10.5px;color:var(--color-primary);font-weight:600;background:none;border:none;cursor:pointer;margin-left:4px;padding:0}._hint_nnwmu_91{display:flex;align-items:center;gap:12px;flex-shrink:0;padding-bottom:2px}._hintItem_nnwmu_99{display:flex;align-items:center;gap:4px;font-size:10.5px;color:var(--color-text-muted)}._hintDot_nnwmu_107{width:5px;height:5px;border-radius:50%;flex-shrink:0}._session_nnwmu_115{display:flex;flex-direction:column;gap:10px}._userRow_nnwmu_122{display:flex;justify-content:flex-end}._userBubble_nnwmu_127{max-width:78%;padding:9px 12px;background:var(--color-text);color:#fff;border-radius:14px 14px 4px;font-size:12.5px;line-height:1.5;display:flex;flex-direction:column;gap:8px}._userImages_nnwmu_140{display:flex;gap:6px;flex-wrap:wrap}._userImg_nnwmu_146{width:52px;height:52px;border-radius:8px;object-fit:cover}._generatingWrap_nnwmu_154{align-self:flex-start;width:100%}._generatingLabel_nnwmu_159{font-size:10.5px;color:var(--color-text-muted);letter-spacing:.8px;margin-bottom:8px}._generatingGrid_nnwmu_166{display:grid;grid-template-columns:1fr 1fr;gap:7px}._generatingGrid_nnwmu_166:has(>:only-child){grid-template-columns:1fr}._generatingCard_nnwmu_176{aspect-ratio:3/4;border-radius:12px;background:var(--color-surface);border:1px solid var(--color-border);padding:8px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;animation:_shimmer_nnwmu_1 1.8s ease-in-out infinite;animation-delay:calc(var(--i, 0) * .2s)}@keyframes _shimmer_nnwmu_1{0%,to{opacity:.6}50%{opacity:1}}._generatingCard_nnwmu_176:before{content:"";position:absolute;inset:0;background:linear-gradient(calc(120deg + var(--i, 0) * 35deg),rgba(87,116,240,.13),transparent 65%)}._genBar_nnwmu_207{position:relative;height:3px;background:var(--color-border);border-radius:2px;overflow:hidden}._genBarFill_nnwmu_215{position:absolute;left:0;top:0;bottom:0;width:60%;background:var(--color-primary);border-radius:2px;animation:_progress_nnwmu_1 2s ease-in-out infinite}@keyframes _progress_nnwmu_1{0%{width:20%}60%{width:85%}to{width:20%}}._genVer_nnwmu_230{font-family:ui-monospace,Menlo,monospace;font-size:9px;color:var(--color-text-muted);position:relative}._errorBubble_nnwmu_238{align-self:flex-start;padding:9px 12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px 14px 14px 4px;font-size:12.5px;color:var(--color-danger)}._resultGrid_nnwmu_249{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:2px}._resultGrid_nnwmu_249:has(>:only-child){grid-template-columns:1fr}._resultCellWrap_nnwmu_261{position:relative;overflow:visible}._resultCard_nnwmu_267{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:border-color .15s,box-shadow .18s}._resultCardImg_nnwmu_275{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}._resultCardGrad_nnwmu_283{position:absolute;bottom:0;left:0;right:0;padding:22px 8px 7px;background:linear-gradient(transparent,#00000085);pointer-events:none;display:flex;align-items:flex-end;justify-content:space-between}._resultCardLabel_nnwmu_296{font-size:9.5px;font-weight:600;color:#ffffffe6}._resultCardActions_nnwmu_302{display:flex;gap:5px;flex-shrink:0;pointer-events:auto}._resultActionBtn_nnwmu_309{width:24px;height:24px;border-radius:50%;background:#00000061;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._previewOverlay_nnwmu_325{position:fixed;inset:0;z-index:200;background:#000000e0;display:flex;align-items:center;justify-content:center}._previewImg_nnwmu_335{max-width:92vw;max-height:88dvh;border-radius:12px;object-fit:contain;display:block}._previewClose_nnwmu_343{position:absolute;top:calc(16px + var(--safe-top, 0px));right:16px;width:36px;height:36px;border-radius:50%;background:#ffffff26;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._previewVerLabel_nnwmu_360{position:absolute;top:calc(16px + var(--safe-top, 0px));left:16px;font-family:ui-monospace,Menlo,monospace;font-size:13px;color:#ffffffb3;pointer-events:none}._previewNav_nnwmu_370{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffff26;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._previewNavLeft_nnwmu_387{left:16px}._previewNavRight_nnwmu_388{right:16px}._previewDots_nnwmu_390{position:absolute;bottom:calc(28px + var(--safe-bottom, 0px));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px}._previewDot_nnwmu_390{width:6px;height:6px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .2s;flex-shrink:0}._previewDotActive_nnwmu_410{width:18px;border-radius:3px;background:#fff}._resultVerLabel_nnwmu_417{position:absolute;top:7px;left:8px;font-family:ui-monospace,Menlo,monospace;font-size:9px;color:#fff9;pointer-events:none}._resultSelDot_nnwmu_428{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:11px;background:var(--color-primary);border:2px solid #fff;box-shadow:0 2px 6px #0003;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}._resultCardFailed_nnwmu_445{aspect-ratio:3/4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--color-text-muted);font-size:10px;background:var(--color-surface)}._contextBar_nnwmu_458{display:flex;align-items:center;gap:8px;background:#5774f00f;border:1px solid rgba(87,116,240,.16);border-radius:10px;padding:8px 11px}._contextThumb_nnwmu_468{width:28px;height:36px;border-radius:6px;overflow:hidden;flex-shrink:0;background:var(--color-border)}._contextThumbImg_nnwmu_477{width:100%;height:100%;object-fit:cover;display:block}._contextInfo_nnwmu_484{flex:1;min-width:0}._contextTitle_nnwmu_486{font-size:11.5px;font-weight:600;color:var(--color-text)}._contextSub_nnwmu_492{font-size:10px;color:var(--color-primary);margin-top:2px}._contextDeselect_nnwmu_498{font-size:11px;color:var(--color-text-muted);background:none;border:none;cursor:pointer;padding:0;white-space:nowrap}._suggestions_nnwmu_509{padding-bottom:4px}._suggestHeader_nnwmu_513{display:flex;align-items:center;gap:5px;margin-bottom:7px}._suggestTitle_nnwmu_520{font-size:10.5px;font-weight:700;color:var(--color-primary);letter-spacing:.4px}._suggestSub_nnwmu_527{font-size:10px;color:var(--color-text-muted);margin-left:2px}._suggestChips_nnwmu_533{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}._suggestChips_nnwmu_533::-webkit-scrollbar{display:none}._suggestChip_nnwmu_533{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;flex-shrink:0;background:var(--color-surface);border:1px solid var(--color-border);font-size:11.5px;color:var(--color-text);cursor:pointer;white-space:nowrap;box-shadow:0 1px 3px #0000000f}._chipCat_nnwmu_559{font-size:9px;font-weight:700;letter-spacing:.3px}._actionBackdrop_nnwmu_566{position:fixed;inset:0;z-index:100;background:#0000004d;display:flex;flex-direction:column;justify-content:flex-end}._actionSheet_nnwmu_576{background:var(--color-surface);border-radius:20px 20px 0 0;padding:12px 16px calc(160px + var(--safe-bottom));display:flex;flex-direction:column;gap:4px}._actionSheetHandle_nnwmu_585{width:36px;height:4px;border-radius:2px;background:var(--color-border);margin:0 auto 14px}._actionItem_nnwmu_593{display:flex;align-items:center;gap:14px;padding:13px 4px;background:none;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;text-align:left;width:100%}._actionItem_nnwmu_593:last-child{border-bottom:none}._actionItemIcon_nnwmu_608{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._actionItemText_nnwmu_618{display:flex;flex-direction:column}._actionItemLabel_nnwmu_620{font-size:14px;font-weight:600;color:var(--color-text);line-height:1.2}._actionItemSub_nnwmu_627{font-size:11px;color:var(--color-text-muted);margin-top:3px}._inputArea_nnwmu_634{flex-shrink:0;padding:4px 14px calc(20px + var(--safe-bottom));display:flex;flex-direction:column;gap:8px}._inputAreaExpanded_nnwmu_643{padding-top:10px}._pendingStrip_nnwmu_647{display:flex;gap:8px;align-items:center;padding:0 4px;overflow-x:auto;-webkit-overflow-scrolling:touch}._pendingStrip_nnwmu_647::-webkit-scrollbar{display:none}._pendingThumbWrap_nnwmu_658{position:relative;flex-shrink:0}._pendingThumb_nnwmu_658{width:52px;height:52px;border-radius:8px;object-fit:cover;border:1px solid var(--color-border);display:block}._pendingRemove_nnwmu_669{position:absolute;top:3px;right:3px;width:16px;height:16px;border-radius:50%;background:#00000073;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._pendingUploading_nnwmu_687{font-size:11px;color:var(--color-text-muted);white-space:nowrap}._inputPill_nnwmu_693{display:flex;align-items:center;gap:8px;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:24px;padding:7px 8px 7px 12px;box-shadow:0 4px 14px #0f14100d;transition:border-color .15s,box-shadow .15s}._plusBtn_nnwmu_705{width:30px;height:30px;border-radius:999px;background:none;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}._plusBtnActive_nnwmu_717{background:var(--color-primary);border-color:var(--color-primary);color:#fff}._inputField_nnwmu_723{flex:1;font-size:12.5px;color:var(--color-text);background:none;border:none;outline:none;font-family:var(--font-sans);min-width:0}._inputField_nnwmu_723::placeholder{color:var(--color-text-muted)}._sendBtn_nnwmu_736{width:32px;height:32px;border-radius:999px;background:var(--color-primary);border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;flex-shrink:0;transition:opacity .15s}._sendBtn_nnwmu_736:disabled{opacity:.35;cursor:default}._page_1icn3_1{padding:16px}._header_1icn3_3{font-size:20px;font-weight:800;margin-bottom:16px}._grid_1icn3_9{display:grid;grid-template-columns:1fr 1fr;gap:10px}._card_1icn3_15{border-radius:10px;overflow:hidden;background:var(--color-surface);box-shadow:0 1px 4px #0000000f;cursor:pointer;position:relative}._cardImg_1icn3_24{width:100%;aspect-ratio:3/4;object-fit:cover;background:var(--color-line);display:block}._badge_1icn3_32{position:absolute;top:6px;right:6px;font-size:11px;padding:2px 6px;border-radius:6px;background:#00000073;color:#fff}._badgePending_1icn3_43{background:#f59e0bd9}._badgeFailed_1icn3_44{background:#ef4444d9}._emptyWrap_1icn3_46{padding:60px 0;display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--color-dim);font-size:14px}._page_1ib4p_1{background:var(--color-bg);min-height:100dvh;padding-bottom:88px}._loadingWrap_1ib4p_2{padding:40px;display:flex;justify-content:center}._backRow_1ib4p_4{display:flex;align-items:center;gap:6px;padding:12px 16px 8px;color:var(--color-text-muted);font-size:14px;cursor:pointer}._sourceImg_1ib4p_10{width:calc(100% - 24px);margin:0 12px 16px;border-radius:var(--radius-card);object-fit:cover;max-height:280px}._label_1ib4p_17{font-size:13px;font-weight:600;color:var(--color-text);padding:0 12px;margin-bottom:8px}._textareaCard_1ib4p_23{margin:0 12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:12px}._footer_1ib4p_31{position:fixed;bottom:0;left:0;right:0;padding:12px 16px calc(12px + var(--safe-bottom));background:var(--color-surface);border-top:1px solid var(--color-border)}._page_1e8er_1{padding:24px 16px;min-height:100dvh;background:var(--color-bg)}._header_1e8er_3{font-size:20px;font-weight:800;margin-bottom:24px}._card_1e8er_5{background:var(--color-surface);border-radius:12px;padding:16px;margin-bottom:12px}._row_1e8er_12{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--color-line);font-size:14px}._row_1e8er_12:last-child{border-bottom:none}._rowLabel_1e8er_22{color:var(--color-dim)}._rowValue_1e8er_23{font-weight:600}._coinValue_1e8er_25{color:var(--color-primary);font-size:18px;font-weight:700}._logoutBtn_1e8er_27{margin-top:32px}._page_drb5r_1{background:var(--color-bg);min-height:100dvh;display:flex;flex-direction:column}._scrollArea_drb5r_8{flex:1;overflow-y:auto;padding-top:10px;padding-bottom:80px}._banner_drb5r_16{padding:calc(var(--safe-top) + 12px) 16px 12px;background:#fff;border-bottom:1px solid var(--color-border);flex-shrink:0}._bannerTitle_drb5r_23{font-size:10px;font-weight:600;color:var(--color-text-muted);letter-spacing:.5px;margin-bottom:10px}._bannerUserRow_drb5r_31{display:flex;align-items:center;gap:10px}._bannerUserInfo_drb5r_37{flex:1;min-width:0}._bannerCoinRow_drb5r_42{display:flex;align-items:center;gap:6px;margin-top:10px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:5px 10px}._bannerCoinBalance_drb5r_53{flex:1;font-size:12px;font-weight:600;color:#92400e}._bannerChargeBtn_drb5r_60{background:#5774f0;color:#fff;font-size:11px;font-weight:600;border:none;border-radius:6px;padding:3px 11px;cursor:pointer}._header_drb5r_72{padding:calc(var(--safe-top) + 12px) 18px 10px;display:flex;align-items:center;gap:10px;flex-shrink:0}._headerLogoImg_drb5r_80{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}._headerBrand_drb5r_88{flex:1}._headerTitle_drb5r_92{font-size:15px;font-weight:700;color:var(--color-text)}._headerSub_drb5r_98{font-size:10.5px;color:var(--color-text-muted);letter-spacing:.4px}._headerRight_drb5r_104{margin-left:auto;font-size:12px;color:var(--color-text-muted);cursor:pointer}._guestBox_drb5r_112{display:flex;flex-direction:column;align-items:center;padding:40px 32px 32px;gap:0}._avatarCircle_drb5r_120{width:80px;height:80px;border-radius:50%;background:var(--color-border);border:2px dashed var(--color-text-muted);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);margin-bottom:16px}._guestTitle_drb5r_133{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:8px}._guestSub_drb5r_140{font-size:12.5px;color:var(--color-text-muted);text-align:center;line-height:1.6;margin-bottom:28px}._loginBtn_drb5r_148{width:100%;box-shadow:0 8px 20px #5774f038!important}._rechargeRow_drb5r_153{display:flex;align-items:center;gap:6px;padding:9px 16px;border-radius:10px;background:var(--color-border);width:100%;margin-top:16px}._rechargeRowText_drb5r_164{font-size:12.5px;color:var(--color-text-muted)}._rechargeRowSub_drb5r_169{font-size:10.5px;color:var(--color-text-muted)}._card_drb5r_175{background:#fff;border-radius:16px;border:1px solid var(--color-border);box-shadow:0 2px 12px #1a14100f;margin:0 12px 12px}._profileCard_drb5r_184{padding:16px}._avatarRow_drb5r_188{display:flex;align-items:center;gap:12px;margin-bottom:14px}._avatarWrap_drb5r_195{position:relative;width:42px;height:42px;flex-shrink:0;cursor:pointer}._avatarGrad_drb5r_203{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#5774f0,#8d6fff);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff}._avatarImg_drb5r_216{width:42px;height:42px;border-radius:50%;object-fit:cover;display:block}._avatarEditBadge_drb5r_224{position:absolute;bottom:0;right:0;width:17px;height:17px;border-radius:9px;background:var(--color-text);border:1.5px solid #fff;display:flex;align-items:center;justify-content:center}._userName_drb5r_234{font-size:15px;font-weight:700;color:var(--color-text)}._userSub_drb5r_240{font-size:11px;color:var(--color-text-muted);margin-top:2px}._coinRow_drb5r_246{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;background:linear-gradient(135deg,#fffbf0,#fef3c7);border:1px solid rgba(245,158,11,.27)}._coinInfo_drb5r_256{flex:1}._coinBalance_drb5r_260{font-size:13px;font-weight:700;color:#92400e}._coinNote_drb5r_266{font-size:10px;color:#b45309}._chargeBtn_drb5r_271{padding:7px 14px;border-radius:8px;background:linear-gradient(135deg,#d97706,#b45309);color:#fff;font-size:12.5px;font-weight:700;border:none;cursor:pointer}._historyCard_drb5r_283{padding:14px}._historyHeader_drb5r_287{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._historyTitle_drb5r_294{font-size:13.5px;font-weight:700;color:var(--color-text)}._historyAll_drb5r_300{font-size:11.5px;color:var(--color-primary);font-weight:600}._historyItem_drb5r_306{display:flex;align-items:center;gap:10px;padding:8px 0}._historyItem_drb5r_306+._historyItem_drb5r_306{border-top:1px solid var(--color-border)}._historyThumb_drb5r_317{width:42px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}._historyThumbPlaceholder_drb5r_326{width:42px;height:56px;border-radius:6px;flex-shrink:0;background:linear-gradient(90deg,var(--color-border) 25%,var(--color-surface) 50%,var(--color-border) 75%);background-size:200% 100%;animation:_thumbShimmer_drb5r_1 1.4s ease-in-out infinite}@keyframes _thumbShimmer_drb5r_1{0%{background-position:200% 0}to{background-position:-200% 0}}._historyInfo_drb5r_341{flex:1;overflow:hidden}._historyName_drb5r_346{font-size:12px;font-weight:600;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._historyDate_drb5r_355{font-size:10px;color:var(--color-text-muted);margin-top:2px}._historyCost_drb5r_361{font-size:10px;color:#92400e;margin-top:2px}._editBtn_drb5r_367{padding:5px 10px;border-radius:6px;background:var(--color-primary);color:#fff;font-size:10.5px;font-weight:500;border:none;cursor:pointer;flex-shrink:0}._settingsCard_drb5r_380{overflow:hidden}._settingsRow_drb5r_384{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;font-size:14px;color:var(--color-text);cursor:pointer}._settingsRow_drb5r_384:not(:last-child){border-bottom:1px solid var(--color-border)}._settingsRowDanger_drb5r_398{color:#ef4444}._empty_drb5r_402{padding:32px;text-align:center;color:var(--color-text-muted);font-size:14px}._taskOverlay_drb5r_410{position:fixed;inset:0;z-index:200;background:var(--color-bg);display:flex;flex-direction:column}._taskOverlayNav_drb5r_419{display:flex;align-items:center;padding:calc(var(--safe-top) + 12px) 16px 12px;gap:10px;background:var(--color-bg);border-bottom:1px solid var(--color-border);flex-shrink:0}._taskOverlayBack_drb5r_429{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-text-muted)}._taskOverlayTitle_drb5r_436{flex:1;font-size:15px;font-weight:700;color:var(--color-text);text-align:center}._taskOverlayRight_drb5r_444{width:28px}._taskOverlayList_drb5r_446{flex:1;overflow-y:auto;padding:4px 12px 80px}._taskOverlayItem_drb5r_452{display:flex;align-items:center;gap:10px;padding:10px 0}._taskOverlayItem_drb5r_452+._taskOverlayItem_drb5r_452{border-top:1px solid var(--color-border)}._taskOverlayThumb_drb5r_463{width:42px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);display:block}._taskOverlayThumbPlaceholder_drb5r_472{width:42px;height:56px;border-radius:6px;flex-shrink:0;background:linear-gradient(90deg,var(--color-border) 25%,var(--color-surface) 50%,var(--color-border) 75%);background-size:200% 100%;animation:_thumbShimmer_drb5r_1 1.4s ease-in-out infinite}._taskOverlayInfo_drb5r_481{flex:1;overflow:hidden}._taskOverlayName_drb5r_486{font-size:12px;font-weight:600;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._taskOverlayDate_drb5r_495{font-size:10px;color:var(--color-text-muted);margin-top:2px}._taskOverlayCost_drb5r_501{font-size:10px;color:#92400e;margin-top:2px}._taskOverlayState_drb5r_507{font-size:10px;color:var(--color-primary);margin-top:2px}._confirmScrim_drb5r_514{position:fixed;inset:0;z-index:200;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px}._confirmBox_drb5r_525{width:100%;max-width:280px;background:#fff;border-radius:16px;padding:24px 20px 16px}._confirmTitle_drb5r_533{font-size:15px;font-weight:700;color:var(--color-text);text-align:center;margin-bottom:8px}._confirmMsg_drb5r_541{font-size:13px;color:var(--color-text-muted);text-align:center;margin-bottom:20px;line-height:1.5}._confirmActions_drb5r_549{display:flex;gap:10px}._confirmCancel_drb5r_554{flex:1;padding:10px;border-radius:10px;background:var(--color-bg);border:1px solid var(--color-border);font-size:14px;font-weight:600;color:var(--color-text-muted);cursor:pointer}._confirmOk_drb5r_566{flex:1;padding:10px;border-radius:10px;background:#ef4444;border:none;font-size:14px;font-weight:700;color:#fff;cursor:pointer}._confirmOk_drb5r_566:disabled{opacity:.5;cursor:not-allowed}._nicknameInput_drb5r_583{width:100%;padding:10px 12px;border-radius:10px;border:1.5px solid var(--color-primary);font-size:14px;color:var(--color-text);background:var(--color-bg);outline:none;font-family:var(--font-sans);margin-bottom:16px;box-sizing:border-box}._sheetScrim_drb5r_598{position:fixed;inset:0;z-index:200;background:#00000073;display:flex;flex-direction:column;justify-content:flex-end}._sheet_drb5r_598{background:#fff;border-radius:18px 18px 0 0;padding:16px 20px calc(env(safe-area-inset-bottom) + 24px)}._sheetHandle_drb5r_614{width:36px;height:4px;background:var(--color-border);border-radius:3px;margin:0 auto 16px}._sheetTitle_drb5r_622{font-size:16px;font-weight:800;color:var(--color-text);text-align:center;margin-bottom:4px}._sheetSub_drb5r_630{font-size:12px;color:var(--color-text-muted);text-align:center;margin-bottom:18px;line-height:1.5}._sheetInnerTabBar_drb5r_638{display:flex;background:#f4f5f8;border-radius:9px;padding:3px;margin-bottom:16px}._sheetInnerTab_drb5r_638{flex:1;text-align:center;padding:6px 0;border-radius:7px;font-size:12.5px;font-weight:600;color:var(--color-text-muted);background:none;border:none;cursor:pointer;font-family:inherit}._sheetInnerTabActive_drb5r_660{background:#fff;color:var(--color-text);box-shadow:0 1px 4px #0000001a}._sheetFieldLabel_drb5r_666{font-size:11px;font-weight:600;color:var(--color-text-muted);margin-bottom:5px;letter-spacing:.03em}._sheetFieldWrap_drb5r_674{margin-bottom:10px}._sheetInputRow_drb5r_678{display:flex;gap:7px}._sheetInput_drb5r_678{flex:1;height:42px;border-radius:9px;background:#f4f5f8;border:1.5px solid transparent;display:flex;align-items:center;padding:0 12px}._sheetInput_drb5r_678:focus-within{border-color:var(--color-primary);background:#fff}._sheetInputError_drb5r_699{border-color:#ef4444;background:#fff8f8}._sheetInput_drb5r_678 .adm-input{font-size:13px}._sheetEyeBtn_drb5r_708{width:42px;height:42px;border-radius:9px;background:#f4f5f8;border:none;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-muted)}._sheetSmsBtn_drb5r_723{width:88px;height:42px;border-radius:9px;border:1px solid var(--color-border);background:#fff;font-size:12px;font-weight:700;color:var(--color-text);flex-shrink:0;cursor:pointer;font-family:inherit}._sheetSmsBtn_drb5r_723:disabled{color:var(--color-text-muted);cursor:default}._sheetErrMsg_drb5r_742{font-size:11px;color:#ef4444;margin-top:4px}._sheetOkMsg_drb5r_748{font-size:11px;color:#22c55e;margin-top:4px}._sheetSubmitBtn_drb5r_754{height:44px!important;border-radius:10px!important;font-size:14px!important;font-weight:700!important;margin-top:14px!important;box-shadow:0 6px 14px #5774f040!important}._sheetSuccessBox_drb5r_763{text-align:center;padding:8px 0 4px}._sheetSuccessIcon_drb5r_768{font-size:34px;margin-bottom:10px}._sheetSuccessTitle_drb5r_773{font-size:16px;font-weight:800;color:var(--color-text);margin-bottom:5px}._sheetSuccessSub_drb5r_780{font-size:12px;color:var(--color-text-muted);margin-bottom:20px}._page_o5xk6_1{display:flex;flex-direction:column;min-height:100dvh;background:var(--color-bg, #F7F8F5)}._nav_o5xk6_9{display:flex;align-items:center;padding:calc(var(--safe-top) + 12px) 16px 10px;gap:10px}._backBtn_o5xk6_16{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:1px solid rgba(15,20,16,.08);border-radius:999px;cursor:pointer;color:#1b1f3b;flex-shrink:0}._navTitle_o5xk6_30{flex:1;text-align:center;font-size:13px;font-weight:600;color:#1b1f3b}._navSpacer_o5xk6_38{width:32px;flex-shrink:0}._balanceCard_o5xk6_44{margin:0 14px 14px;background:linear-gradient(135deg,#1c1f2e,#2e3150);border-radius:14px;padding:16px 18px;display:flex;align-items:center;gap:12px}._coinIcon_o5xk6_54{width:44px;height:44px;border-radius:22px;background:linear-gradient(135deg,#f59e0b,#d97706);display:flex;align-items:center;justify-content:center;flex-shrink:0}._balanceLabel_o5xk6_65{font-size:11px;color:#ffffff8c;letter-spacing:.5px}._balanceValue_o5xk6_71{font-size:26px;font-weight:700;color:#fff;line-height:1.2}._balanceUnit_o5xk6_78{font-size:13px;font-weight:400;color:#fff9}._balanceTip_o5xk6_84{margin-left:auto;font-size:10.5px;color:#fff6;text-align:right;line-height:1.6}._pkgList_o5xk6_93{padding:0 14px;margin-bottom:14px;display:flex;flex-direction:column;gap:8px}._pkgCard_o5xk6_101{border-radius:12px;padding:12px 14px;background:#fff;border:1px solid rgba(15,20,16,.08);display:flex;align-items:center;gap:10px;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}._pkgCardActive_o5xk6_113{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:2px solid #5774F0;box-shadow:0 0 0 3px #5774f01a}._pkgIcon_o5xk6_119{width:36px;height:36px;border-radius:18px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;flex-shrink:0}._pkgIconActive_o5xk6_130{background:linear-gradient(135deg,#5774f0,#8d6fff)}._pkgInfo_o5xk6_134{flex:1}._pkgNameRow_o5xk6_138{display:flex;align-items:center;gap:6px}._pkgName_o5xk6_138{font-size:13.5px;font-weight:700;color:#1b1f3b}._pkgTag_o5xk6_150{padding:1px 6px;border-radius:3px;font-size:9.5px;font-weight:700;color:#fff}._pkgTagHot_o5xk6_158{background:#ef4444}._pkgTagGood_o5xk6_162{background:#10b981}._pkgSub_o5xk6_166{font-size:11px;color:#0f14105c;margin-top:2px}._pkgPrice_o5xk6_172{font-size:20px;font-weight:700;color:#1b1f3b}._pkgPriceActive_o5xk6_178{color:#5774f0}._paySection_o5xk6_183{padding:0 14px 10px}._payLabel_o5xk6_187{font-size:11px;color:#0f14105c;margin-bottom:8px}._payRow_o5xk6_193{display:flex;gap:8px}._payOption_o5xk6_198{flex:1;padding:8px 0;border-radius:8px;text-align:center;font-size:12px;border:1px solid rgba(15,20,16,.08);color:#0f141094;cursor:pointer;transition:border-color .15s,color .15s,font-weight .15s}._payOptionActive_o5xk6_210{border:1.5px solid #07C160;color:#07c160;font-weight:600;background:#fff}._footer_o5xk6_218{padding:8px 14px 40px;margin-top:auto}._confirmBtn_o5xk6_223{width:100%;padding:14px 0;border-radius:12px;background:linear-gradient(135deg,#5774f0,#8d6fff);border:none;color:#fff;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 6px 18px #5774f059}._footerTip_o5xk6_236{text-align:center;margin-top:8px;font-size:10px;color:#0f14105c}._page_gh49b_1{min-height:100dvh;background:#f1f3f8;padding-bottom:40px}._back_gh49b_7{display:flex;align-items:center;gap:2px;padding:16px 20px 8px;background:none;border:none;font-size:14px;font-weight:500;color:var(--color-text-muted);cursor:pointer}._content_gh49b_20{background:#fff;border-radius:16px;margin:0 16px;padding:28px 24px;border:1px solid var(--color-border)}._mobilePassthrough_u06if_2{display:contents}._desktopShell_u06if_3{display:none}@media(min-width:768px){._mobilePassthrough_u06if_2{display:none}._desktopShell_u06if_3{display:flex;align-items:center;justify-content:center;min-height:100vh;background:radial-gradient(ellipse at 50% 30%,#1e2340,#0d0f1a)}._device_u06if_18{position:relative;width:393px;height:852px;background:linear-gradient(160deg,#3a3a3c,#1c1c1e 60%,#2a2a2c);border-radius:54px;box-shadow:0 0 0 1px #555,0 0 0 2px #222,0 40px 80px #000000b3,0 8px 24px #00000080,inset 0 1px #ffffff14;flex-shrink:0}._screen_u06if_35{position:absolute;inset:10px;background:#000;border-radius:44px;overflow:hidden;display:flex;flex-direction:column;transform:translateZ(0)}._content_u06if_48{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;position:relative}._content_u06if_48::-webkit-scrollbar{display:none}._btnVolUp_u06if_59{position:absolute;left:-3px;top:160px;width:3px;height:36px;background:linear-gradient(180deg,#444,#333);border-radius:2px 0 0 2px;box-shadow:-1px 0 2px #0006}._btnVolDown_u06if_71{position:absolute;left:-3px;top:208px;width:3px;height:36px;background:linear-gradient(180deg,#444,#333);border-radius:2px 0 0 2px;box-shadow:-1px 0 2px #0006}._btnPower_u06if_83{position:absolute;right:-3px;top:200px;width:3px;height:60px;background:linear-gradient(180deg,#444,#333);border-radius:0 2px 2px 0;box-shadow:1px 0 2px #0006}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #5774F0;--color-primary-hover: #4560e0;--color-bg: #FAF7F2;--color-surface: #FFFFFF;--color-text: #1A1410;--color-text-muted: rgba(26, 20, 16, .45);--color-border: rgba(26, 20, 16, .09);--color-gold: #F4C753;--color-gold-gradient: linear-gradient(135deg, #FEF3C7, #FDE68A);--color-danger: #EF4444;--color-success: #22C55E;--font-sans: "Inter", -apple-system, "PingFang SC", system-ui, sans-serif;--radius-card: 14px;--radius-chip: 999px;--radius-btn: 12px;--tab-bar-height: 56px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}html,body,#root{height:100%;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;overscroll-behavior-x:none;overscroll-behavior-y:none}@media(min-width:768px){html,body,#root{height:auto;min-height:100vh;background:transparent;overflow:hidden}}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}
