.mobile-setting-picker__panel{position:fixed;right:0;bottom:0;left:0;z-index:1300;display:flex;flex-direction:column;min-height:0;background:var(--dropdown-background-color-regular, #fff);border-radius:var(--dropdown-menu-border-radius, 20px) var(--dropdown-menu-border-radius, 20px) 0 0;box-shadow:0 0 1px 0 var(--boxshadow-color-medium-100, rgba(0, 0, 0, .1)),0 8px 40px -2px var(--boxshadow-color-medium-200, rgba(0, 0, 0, .1));transition:height .24s ease,max-height .24s ease}.mobile-setting-picker__body{flex:1;min-height:0;padding:16px 0 calc(34px + env(safe-area-inset-bottom,0));overflow-y:auto;scrollbar-width:thin}.mobile-setting-picker__body::-webkit-scrollbar{width:5px}.mobile-setting-picker__body::-webkit-scrollbar-thumb{background:var(--scrollbar-color-regular, rgba(0, 0, 0, .2));border:var(--scrollbar-border-width, 1px) solid var(--scrollbar-border-color-regular, rgba(255, 255, 255, .6));border-radius:99px}.mobile-setting-picker__section{margin-top:8px}.mobile-setting-picker__section:first-child{margin-top:0}.mobile-setting-picker__section-header{display:flex;align-items:center;height:36px;padding:0 20px}.mobile-setting-picker__section-header--audio{padding:0 16px}.mobile-setting-picker__section-title{min-width:80px;font-size:var(--font-size-50, 12px);line-height:1.5;color:var(--text-color-tertiary, #7f8792)}.mobile-setting-picker__section-action{display:flex;flex:1 0 0;align-items:center;justify-content:flex-end;min-width:0;height:100%;padding:0 2px}.mobile-setting-picker__audio-switch.ant-switch-small{width:26px;min-width:26px;height:16px;line-height:16px}.mobile-setting-picker__audio-switch.ant-switch-small:after{width:10px;height:10px}.mobile-setting-picker__audio-switch.ant-switch-small.ant-switch-checked:after{left:calc(100% - 13px)}.mobile-setting-picker__section-content{width:100%;padding:0 16px}.mobile-setting-picker__button-grid{display:flex;flex-flow:row wrap;justify-content:space-between;width:100%;padding:4px 4px 0;background:var(--background-color-secondary-regular, #f6f7f9);border-radius:16px}.mobile-setting-picker__button-grid--three-columns,.mobile-setting-picker__button-grid--four-columns{justify-content:flex-start}.mobile-setting-picker__button-item{display:flex;flex:1 1 auto;align-items:center;justify-content:center;min-width:calc(50% - 2px);max-width:calc(50% - 2px);height:36px;padding:6px 0;margin-bottom:4px;font-size:var(--button-font-size-medium, 14px);font-weight:var(--font-weight-regular, 400);line-height:22px;color:var(--button-quiet-color-regular, #222529);text-align:center;background:transparent;border:0;border-radius:var(--dropdown-border-radius-loose, 12px)}.mobile-setting-picker__button-item--active{font-weight:var(--font-weight-bold, 600);background:var(--dropdown-background-color-regular, #fff);box-shadow:0 0 2px 0 var(--boxshadow-color-small-200, rgba(0, 0, 0, .08)),0 4px 12px 0 var(--boxshadow-color-small-100, rgba(0, 0, 0, .04))}.mobile-setting-picker__button-item--disabled{opacity:.4;cursor:not-allowed}.mobile-setting-picker__button-item-commercial-tag{display:inline-flex;align-items:center;justify-content:center;height:14px;margin-left:4px;overflow:hidden;background:linear-gradient(var(--dropdown-background-color-regular, #fff),var(--dropdown-background-color-regular, #fff)) padding-box,linear-gradient(90deg,var(--color-cyan-600, #50ecff) 0%,var(--color-violet-200, #eed7ff) 80%,var(--color-cyan-300, #a6f4ff) 100%) border-box;border:1px solid transparent;border-radius:3px}.mobile-setting-picker__button-item-commercial-tag-text{font-family:Alibaba PuHuiTi;font-size:var(--font-size-50, 12px);font-style:normal;font-weight:700;font-feature-settings:"liga" off,"clig" off;line-height:1px;color:var(--color-cyan-700, #4bdaf7);text-align:center;transform:scale(.8)}.mobile-setting-picker__button-grid--three-columns .mobile-setting-picker__button-item{min-width:calc(33% - 4px);max-width:calc(33% - 4px);margin-right:7px}.mobile-setting-picker__button-grid--three-columns .mobile-setting-picker__button-item:nth-child(3n){margin-right:0}.mobile-setting-picker__button-grid--four-columns .mobile-setting-picker__button-item{min-width:calc(25% - 3px);max-width:calc(25% - 3px);margin-right:4px}.mobile-setting-picker__button-grid--four-columns .mobile-setting-picker__button-item:nth-child(4n){margin-right:0}.mobile-setting-picker__button-grid--ratio-grid .mobile-setting-picker__button-item{flex-direction:column;height:60px;padding:0 16px}.mobile-setting-picker__button-item-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;margin-bottom:6px}.mobile-setting-picker__button-item-label{font-size:var(--font-size-50, 13px);line-height:1.5;color:var(--text-color-secondary, #4c535c);text-align:center;white-space:nowrap}.mobile-setting-picker__button-item--active .mobile-setting-picker__button-item-label{font-size:var(--font-size-50, 13px);color:var(--text-color-primary, #222529)}.mobile-setting-picker__button-item--active .mobile-setting-picker__button-item-icon{color:var(--text-color-primary, #222529)}.mobile-setting-picker__bottom-commercial-hint{display:flex;align-items:baseline;padding:var(--alert-space-vertical, 10px) 8px var(--alert-space-vertical, 10px) 12px;margin:8px 16px 0;font-size:var(--font-size-50, 12px);line-height:18px;color:var(--text-color-secondary, #4c535c);background:var(--background-color-secondary-regular, #f6f7f9);border-radius:var(--border-radius-large, 12px)}.mobile-setting-picker__bottom-commercial-hint-link{display:flex;align-items:center;padding:0 0 0 4px;color:var(--text-color-emphasis, #14b3d2);background:transparent;border:0;cursor:pointer}.mobile-setting-picker__bottom-commercial-hint-arrow{font-size:14px!important;line-height:18px;color:var(--text-color-emphasis, #14b3d2);cursor:pointer}.mobile-skill-picker__mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;flex-direction:column-reverse;width:100%;height:100%;background:transparent;pointer-events:none}.mobile-skill-picker__mask--high{background:var(--background-color-mask-primary-regular, rgba(0, 0, 0, .6))}.mobile-skill-picker__space{flex:1;width:100%;pointer-events:none}.mobile-skill-picker__space--high{pointer-events:auto}.mobile-skill-picker__panel{display:flex;flex-direction:column;width:100%;height:calc(100% - 80px);min-height:0;background:var(--dropdown-background-color-regular, #fff);border-radius:var(--dropdown-menu-border-radius, 20px) var(--dropdown-menu-border-radius, 20px) 0 0;box-shadow:0 0 1px 0 var(--boxshadow-color-medium-100, rgba(0, 0, 0, .1)),0 8px 40px -2px var(--boxshadow-color-medium-200, rgba(0, 0, 0, .1));pointer-events:auto;transition:height .24s ease}.mobile-skill-picker__panel--low{max-height:calc(100% - 80px)}.mobile-skill-picker__panel--dragging{transition:none}.mobile-skill-picker__tabs{display:flex;flex-shrink:0;gap:6px;padding:16px 16px 8px}.mobile-skill-picker__tab{position:relative;height:32px;padding:0 16px;font-size:var(--tabs-tag-font-size-xsmall, 13px);font-weight:var(--font-weight-regular, 400);color:var(--tabs-tag-color-regular, #4c535c);background:var(--tabs-tag-background-color-regular, #f6f7f9);border:0;border-radius:99px}.mobile-skill-picker__tab:after{display:block;height:0;overflow:hidden;font-weight:var(--font-weight-bold, 600);white-space:pre;pointer-events:none;visibility:hidden;content:attr(data-label)}.mobile-skill-picker__tab--active{font-weight:var(--font-weight-bold, 600);color:var(--tabs-tag-color-checked, #fff);background:var(--tabs-tag-background-color-checked, #222529)}.mobile-skill-picker__list{flex:1;min-height:0;padding:4px 4px calc(34px + env(safe-area-inset-bottom,0));overflow-y:auto;scrollbar-width:thin}.mobile-skill-picker__list::-webkit-scrollbar{width:5px}.mobile-skill-picker__list::-webkit-scrollbar-thumb{background:var(--scrollbar-color-regular, rgba(0, 0, 0, .2));border:var(--scrollbar-border-width, 1px) solid var(--scrollbar-border-color-regular, rgba(255, 255, 255, .6));border-radius:99px}.mobile-skill-picker__group{padding:4px 0}.mobile-skill-picker__group-title{padding:6px 16px;font-size:var(--font-size-100, 14px);line-height:1.5;color:var(--text-color-placeholder, #9da3ac)}.mobile-skill-picker__item{display:flex;align-items:flex-start;width:100%;min-height:50px;padding:12px 28px 12px 16px;text-align:left;background:var(--dropdown-background-color-regular, #fff);border:0;border-radius:12px}.mobile-skill-picker__avatar{flex-shrink:0;width:24px;height:24px;margin-top:1px;margin-right:8px;object-fit:cover;border-radius:100px}.mobile-skill-picker__avatar--icon{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#222529;background:#e7eaee}.mobile-skill-picker__agent-icon{font-size:20px}.mobile-skill-picker__meta{min-width:0;padding-top:1px}.mobile-skill-picker__title-row{display:flex;gap:4px;align-items:center;height:24px}.mobile-skill-picker__title{flex:0 1 auto;min-width:0;overflow:hidden;font-size:var(--font-size-100, 14px);font-weight:600;line-height:22px;color:var(--dropdown-color-regular, #222529);text-overflow:ellipsis;white-space:nowrap}.mobile-skill-picker__commercial-price{display:flex;flex-shrink:0;align-items:center;justify-content:center;max-width:140px;height:14px;padding:0 4px;overflow:hidden;background:linear-gradient(var(--dropdown-background-color-regular, #fff),var(--dropdown-background-color-regular, #fff)) padding-box,linear-gradient(90deg,var(--color-cyan-600, #50ecff) 0%,var(--color-violet-200, #eed7ff) 80%,var(--color-cyan-300, #a6f4ff) 100%) border-box;border:1px solid transparent;border-radius:3px}.mobile-skill-picker__commercial-price-text{overflow:hidden;font-family:var(--font-family-body, "PingFang SC");font-size:10px;font-weight:600;line-height:14px;color:var(--color-cyan-700, #4bdaf7);text-align:center;text-overflow:ellipsis;white-space:nowrap}.mobile-skill-picker__desc{margin-top:4px;margin-bottom:2px;overflow:hidden;font-size:12px;line-height:1.7;color:var(--text-color-placeholder, #9da3ac);text-overflow:ellipsis;white-space:nowrap}.mobile-skill-picker__desc:last-child{margin-bottom:0}.mobile-skill-picker__item--active .mobile-skill-picker__title{font-weight:700}.dacv-style-picker-mobile{touch-action:pan-y;cursor:grab}.dacv-style-picker-mobile__mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;width:100vw;height:100vh;background:#0009}.dacv-style-picker-mobile__drawer{display:flex;flex-direction:column;width:100vw;overflow:hidden;background:var(--background-color-primary-regular, #fff);border-radius:20px 20px 0 0;touch-action:pan-y;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translateY(100%);will-change:transform}.dacv-style-picker-mobile__drawer--slide-in{transform:translateY(0)}.dacv-style-picker-mobile__drawer--slide-out{transform:translateY(100%)}.dacv-style-picker-mobile__drawer-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;height:56px;padding:20px}.dacv-style-picker-mobile:active{cursor:grabbing}.dacv-style-picker-mobile__drawer-title{font-family:var(--font-family-body, "PingFang SC");font-size:var(--modal-header-font-size, 18px);font-weight:600;color:var(--modal-color, #222529)}.dacv-style-picker-mobile__close-btn{display:flex;align-items:center;justify-content:center;width:var(--modal-header-close-size, 27px);height:var(--modal-header-close-size, 27px)}.dacv-style-picker-mobile__close-btn svg{width:100%;height:100%}.dacv-style-picker-mobile__category-tabs{display:flex;flex-shrink:0;align-items:center;height:40px;padding:0 20px;overflow:auto hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:none}.dacv-style-picker-mobile__category-tabs::-webkit-scrollbar{display:none}.dacv-style-picker-mobile__category-tab{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;height:20px;margin-right:22px;font-size:var(--tabs-font-size-xsmall, 13px);color:var(--tabs-color-regular, #7f8792)}.dacv-style-picker-mobile__category-tab:last-child{margin-right:0}.dacv-style-picker-mobile__category-tab--active{font-weight:var(--tabs-font-weight-xsmall-checked, 600);color:var(--tabs-color-checked, #222529)}.dacv-style-picker-mobile__drawer-content{flex:1;padding:8px 20px 2px;overflow:hidden auto;-webkit-overflow-scrolling:touch}.dacv-style-picker-mobile__list{display:flex;flex-wrap:wrap}.dacv-style-picker-mobile__list :nth-child(4n){margin-right:0}.dacv-style-picker-mobile__list-item{margin-right:12px;margin-bottom:12px;-webkit-user-select:none;user-select:none}.dacv-style-picker-mobile__divider{height:1px;margin:16px 0;background:#0000000d}.dacv-style-picker-mobile__model-type{position:absolute;top:4px;left:4px;padding:2px 6px;font-size:10px;font-weight:500;line-height:14px;color:#0009;background:#fffc;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dacv-style-picker-mobile__tag-icon{position:absolute;right:4px;bottom:4px;width:20px;height:20px}.dacv-style-picker-mobile__style-name{display:block;width:100%;height:30px;padding:5px 0;overflow:hidden;font:var(--text-p2-regular);color:var(--text-color-tertiary, #7f8792);text-align:center;text-overflow:ellipsis;white-space:nowrap}.dacv-style-picker-mobile__empty{height:calc(66px + env(safe-area-inset-bottom));padding:0 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.dacv-style-picker-mobile__footer{position:fixed;bottom:0;z-index:99;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:100vw;padding:20px 20px calc(16px + env(safe-area-inset-bottom)) 20px;background:var(--background-color-primary-regular, #fff)}.dacv-style-picker-mobile__generate-button{width:100%;height:var(--size-1000, 50px);font:var(--text-h7-bold);color:var(--text-color-contrast, #222529);background:linear-gradient(91deg,#a6f4ff,#50ecff 15%,#5aedff 70%,#ccf4f9);border:none;cursor:pointer;transition:opacity .2s}.dacv-style-picker-mobile__generate-button:disabled{background:var(--button-background-color-disabled, #f1f2f4);cursor:not-allowed}.dacv-style-picker-mobile__generate-button .gdaicon-loading{width:var(--font-size-250, 22px)!important;height:var(--font-size-250, 22px)!important}.dacv-style-picker-mobile__generate-button .gdaicon-loading svg{font-size:var(--font-size-250, 22px)}.mobile-chat-bottom-bar{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%}.mobile-chat-bottom-bar__toolbar{display:flex;align-items:center;justify-content:space-between;padding:4px}.mobile-chat-bottom-bar__left{display:flex;flex:1 1 auto;align-items:center;min-width:0}.mobile-chat-bottom-bar__adaptive{display:flex;flex:1 1 auto;align-items:center;min-width:0;overflow:hidden}.mobile-chat-bottom-bar__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-color-secondary, #4c535c);background:var(--background-color-transparent-secondary-regular, rgba(0, 0, 0, .04));border:0;border-radius:var(--border-radius-full, 99px)}.mobile-chat-bottom-bar__icon-btn:disabled,.mobile-chat-bottom-bar__icon-btn--disabled{opacity:.45}.mobile-chat-bottom-bar__icon-btn>.gdesign-icon{font-size:20px!important;opacity:.8}.mobile-chat-bottom-bar__attachment-upload{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;pointer-events:none!important}.mobile-chat-bottom-bar__chip{display:inline-flex;flex-shrink:0;align-items:center;height:40px;padding:0 6px 0 8px;margin-left:4px;color:inherit;background:var(--background-color-transparent-primary-regular, transparent);border:0;border-radius:var(--border-radius-full, 99px)}.mobile-chat-bottom-bar__chip--active{background:var(--background-color-transparent-primary-hover, rgba(0, 0, 0, .04))}.mobile-chat-bottom-bar__chip--compact{width:50px;padding:0 6px 0 8px}.mobile-chat-bottom-bar__chip-icon{flex-shrink:0;margin-right:4px;font-size:18px!important;color:var(--text-color-secondary, #4c535c)}.mobile-chat-bottom-bar__chip-icon--compact{margin-right:0}.mobile-chat-bottom-bar__chip-text{overflow:hidden;font-size:var(--font-size-50, 12px);font-weight:var(--font-weight-bold, 600);line-height:1.5;color:var(--text-color-secondary, #4c535c);text-overflow:ellipsis;white-space:nowrap}.mobile-chat-bottom-bar__chip-arrow{margin-left:2px;font-size:14px!important;color:var(--text-color-tertiary, #7f8792)}.mobile-chat-bottom-bar__chip-arrow--up{transform:rotate(180deg)}.mobile-chat-bottom-bar__send-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;color:var(--text-color-tertiary, #7f8792);background:var(--background-color-secondary-regular, #f2f3f5);border:0;border-radius:var(--border-radius-full, 99px)}.mobile-chat-bottom-bar__send-btn--disabled{background:var(--button-background-color-disabled, #f1f2f4);cursor:not-allowed}.mobile-chat-bottom-bar__send-btn--disabled svg{color:var(--button-color-disabled, #b4b8bf)}.mobile-chat-bottom-bar__send-btn:not(.mobile-chat-bottom-bar__send-btn--disabled){color:var(--icon-color-white, #fff);background:var(--button-background-color-primary-regular, #222529)}.mobile-chat-bottom-bar__send-btn>.gdesign-icon{font-size:20px!important}.mobile-chat-bottom-bar__speech-btn{display:inline-flex;box-sizing:border-box;flex:0 0 auto;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;padding:0;overflow:hidden;color:var(--icon-color-white, #fff);background:var(--button-background-color-primary-regular, #222529);border:none;border-radius:var(--border-radius-full, 99px);cursor:pointer;transition:width .32s cubic-bezier(.22,1,.36,1),min-width .32s cubic-bezier(.22,1,.36,1),padding .32s cubic-bezier(.22,1,.36,1),opacity .18s ease-in-out}.mobile-chat-bottom-bar__speech-btn svg{width:20px;height:20px;font-size:20px!important}.mobile-chat-bottom-bar__speech-btn--with-text{width:76px;min-width:76px;padding:0 12px 0 10px}.mobile-chat-bottom-bar__speech-btn--recording{animation:mobile-chat-bottom-bar-speech-btn-activate .32s cubic-bezier(.22,1,.36,1)}.mobile-chat-bottom-bar__speech-btn--loading{opacity:.92}.mobile-chat-bottom-bar__speech-btn--disabled,.mobile-chat-bottom-bar__speech-btn[disabled]{opacity:.5;cursor:not-allowed}.mobile-chat-bottom-bar__speech-btn-visual{position:relative;display:inline-flex;flex:0 0 20px;align-items:center;justify-content:center;width:20px;height:20px}.mobile-chat-bottom-bar__speech-btn-layer{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .24s ease-in-out,transform .3s cubic-bezier(.22,1,.36,1);transform:scale(.52)}.mobile-chat-bottom-bar__speech-btn-layer--active{opacity:1;transform:scale(1)}.mobile-chat-bottom-bar__speech-btn-text{display:inline-block;max-width:0;margin-left:0;overflow:hidden;font-size:var(--button-font-size-small, 14px);line-height:22px;color:var(--button-color-primary-regular, #fff);white-space:nowrap;opacity:0;transition:max-width .32s cubic-bezier(.22,1,.36,1),margin-left .32s cubic-bezier(.22,1,.36,1),opacity .22s ease-in-out,transform .26s cubic-bezier(.22,1,.36,1);transform:translate(-4px)}.mobile-chat-bottom-bar__speech-btn-text--visible{max-width:34px;margin-left:4px;opacity:1;transform:translate(0)}.mobile-chat-bottom-bar__speech-btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--button-color-primary-regular, #fff);border-radius:50%;animation:mobile-chat-bottom-bar-spin .9s linear infinite}.mobile-chat-bottom-bar__speech-btn-wave{width:20px;height:20px;overflow:visible}.mobile-chat-bottom-bar__speech-btn-wave-bar{transform-box:fill-box;transform-origin:center;animation:mobile-chat-bottom-bar-speech-wave-bar .64s ease-in-out infinite}.mobile-chat-bottom-bar__speech-btn-wave-bar:nth-child(1){animation-delay:-.36s}.mobile-chat-bottom-bar__speech-btn-wave-bar:nth-child(2){animation-delay:-.24s}.mobile-chat-bottom-bar__speech-btn-wave-bar:nth-child(3){animation-delay:-.12s}.mobile-chat-bottom-bar__speech-btn-wave-bar:nth-child(4){animation-delay:0s}.mobile-chat-bottom-bar__speech-btn-wave-bar:nth-child(5){animation-delay:-.12s}.mobile-chat-bottom-bar__speech-btn-wave-bar:nth-child(6){animation-delay:-.24s}.mobile-chat-bottom-bar__speech-btn-wave-bar:nth-child(7){animation-delay:-.36s}.mobile-chat-bottom-bar__consumption{display:inline-flex;flex:0 0 auto;align-items:center;margin-right:8px;margin-left:6px;font-size:var(--font-size-25, 12px);line-height:18px;color:var(--text-color-placeholder, #9da3ac);white-space:nowrap}.mobile-chat-bottom-bar__consumption svg{margin-right:4px;font-size:14px!important;color:var(--color-gray-400, #7f8792)}.mobile-chat-bottom-bar__stop-send{position:relative;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:3px solid var(--text-color-primary, #222529);border-radius:20px;cursor:pointer}.mobile-chat-bottom-bar__stop-send:before{display:block;width:11px;height:11px;background:var(--text-color-primary, #222529);border-radius:2px;content:""}.mobile-chat-bottom-bar__stop-send--disabled,.mobile-chat-bottom-bar__stop-send--stopping{opacity:.2;cursor:not-allowed}.mobile-chat-bottom-bar__stop-send--stopping:after{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:3px solid transparent;border-top:3px solid var(--text-color-disabled, #fff);border-radius:50%;content:"";animation:mobile-chat-bottom-bar-spin 1s linear infinite}@keyframes mobile-chat-bottom-bar-speech-wave-bar{0%,to{opacity:.62;transform:scaleY(.36)}50%{opacity:1;transform:scaleY(1.25)}}@keyframes mobile-chat-bottom-bar-speech-btn-activate{0%{transform:scale(.96)}55%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes mobile-chat-bottom-bar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PzcA0{width:auto;height:auto}.PzcA0 .Uv-ow{position:relative}.PzcA0 .eyoyT{position:absolute;top:0;left:0}.mobile-resource-popup-slide-enter-active,.mobile-resource-popup-slide-leave-active{transition:opacity .3s cubic-bezier(.4,0,.2,1)}.mobile-resource-popup-slide-enter-active .mobile-resource-popup,.mobile-resource-popup-slide-leave-active .mobile-resource-popup{transition:transform .3s cubic-bezier(.4,0,.2,1),height .24s ease;will-change:transform}.mobile-resource-popup-slide-enter,.mobile-resource-popup-slide-leave-to{opacity:0}.mobile-resource-popup-slide-enter .mobile-resource-popup,.mobile-resource-popup-slide-leave-to .mobile-resource-popup{transform:translateY(100%)}.mobile-resource-popup{position:fixed;right:0;bottom:0;left:0;z-index:1200;height:calc(100% - 80px);padding-bottom:env(safe-area-inset-bottom,0);background:#fff;border-radius:20px 20px 0 0;box-shadow:0 0 1px 0 var(--boxshadow-color-medium-100, rgba(0, 0, 0, .1)),0 8px 40px -2px var(--boxshadow-color-medium-200, rgba(0, 0, 0, .1));transition:height .24s ease}.mobile-resource-popup.is-low{max-height:calc(100% - 80px)}.mobile-resource-popup.is-dragging{transition:none}.mobile-resource-popup__mask{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--background-color-mask-primary-regular, rgba(0, 0, 0, .6));pointer-events:none}.mobile-resource-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1199}.mobile-resource-popup__header{display:flex;align-items:flex-start;padding:20px 16px 8px;overflow-x:auto}.mobile-resource-popup__tab{height:24px;padding:0;margin-right:20px;font-size:var(--tabs-font-size-small, 14px);font-weight:var(--font-weight-regular, 400);line-height:1.5;color:var(--tabs-color-regular, #7f8792);white-space:nowrap;background:transparent;border:0}.mobile-resource-popup__tab--active{font-weight:var(--font-weight-semibold, 600);color:var(--tabs-color-checked, #222529)}.mobile-resource-popup__body{height:100%;padding-bottom:12px;overflow-y:hidden}.mobile-resource-popup__body--resource{display:flex;flex-direction:column;min-height:0}.mobile-resource-popup__body--skill{padding:4px;overflow-y:auto}.mobile-resource-popup__resource-tab-root,.mobile-resource-popup__resource-content{display:flex;flex:1 1 auto;flex-direction:column;height:100%;min-height:0}.mobile-resource-popup__subtabs{display:flex;padding:8px 16px}.mobile-resource-popup__subtab{height:32px;padding:0 12px;margin-right:6px;font-size:var(--tabs-tag-font-size-xsmall, 12px);font-weight:var(--font-weight-regular, 400);color:var(--tabs-tag-color-regular, #4c535c);white-space:nowrap;background:var(--tabs-tag-background-color-regular, #f6f7f9);border:0;border-radius:var(--tabs-tag-border-radius-xsmall, 99px)}.mobile-resource-popup__subtab--active{font-weight:var(--font-weight-semibold, 600);color:var(--tabs-tag-color-checked, #fff);background:var(--tabs-tag-background-color-checked, #222529)}.mobile-resource-popup__resource-slide-root{display:flex;flex:1;flex-direction:column;min-height:0}.mobile-resource-popup__resource-slide-scroll{position:relative;flex:1;min-height:0;overflow:hidden}.mobile-resource-popup__resource-slide-group{display:flex;width:max-content;min-width:100%;height:100%}.mobile-resource-popup__resource-slide-page{flex-shrink:0;width:100%;height:100%}.mobile-resource-popup__resource-slide-inner-placeholder{width:100%;height:100%;min-height:120px}.mobile-resource-popup__resource-virtual-root{display:flex;flex-direction:column;width:100%;height:100%;min-height:0}.mobile-resource-popup__resource-list-scroll{flex:1;height:100%;min-height:0;overflow:hidden auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-resource-popup__resource-waterfall{display:block;box-sizing:border-box;min-height:0;padding:0 20px}.mobile-resource-popup__card{display:block;width:100%;aspect-ratio:1;padding:0;overflow:hidden;background:var(--background-color-tertiary-regular, #f1f2f4);border:0;border-radius:var(--border-radius-large, 12px)}.mobile-resource-popup__card img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.mobile-resource-popup__skeleton{display:grid;box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0 20px}.mobile-resource-popup__skeleton-card{width:100%;aspect-ratio:1;background:var(--background-color-tertiary-regular, #f1f2f4);border-radius:var(--border-radius-large, 12px)}.mobile-resource-popup__empty{display:flex;align-items:center;justify-content:center;min-height:160px;font-size:var(--font-size-100, 14px);color:var(--text-color-tertiary, #8b9098)}.mobile-resource-popup__unauth{display:flex;flex:1;flex-direction:column;align-items:center;min-height:0;padding:26px 20px 0;text-align:center}.mobile-resource-popup__unauth-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;margin-bottom:8px}.mobile-resource-popup__unauth-icon img{display:block;width:100px;height:100px;object-fit:contain}.mobile-resource-popup__unauth-desc{margin-bottom:8px;font-size:var(--font-size-50, 12px);line-height:1.5;color:var(--text-color-tertiary, #7f8792)}.mobile-resource-popup__login-btn{height:18px;padding:0;font-size:var(--font-size-50, 12px);font-weight:var(--font-weight-semibold, 600);line-height:1.5;color:var(--link-regular, #2254f4);background:transparent;border:0}.mobile-resource-popup__skill{display:flex;gap:8px;align-items:center;width:100%;height:var(--dropdown-height-loose, 50px);min-height:var(--dropdown-height-loose, 50px);padding:var(--dropdown-space-loose-vertical, 12px) var(--dropdown-space-loose-horizontal, 16px);text-align:left;background:var(--dropdown-background-color-regular, #fff);border:none;border-radius:var(--dropdown-border-radius-loose, 12px)}.mobile-resource-popup__skill img{width:20px;height:20px;object-fit:cover;background:var(--background-color-tertiary-regular, #f1f2f4);border-radius:var(--border-radius-small, 6px)}.mobile-resource-popup__skill span{overflow:hidden;font-size:var(--dropdown-font-size-loose-primary, 14px);line-height:22px;color:var(--dropdown-color-regular, #222529);text-overflow:ellipsis;white-space:nowrap}.acv-chat-sender-mobile-shell .acv-chat-sender-v2__attachment-upload-entry{display:none!important}.acv-scene-sender-wrapper{scroll-margin-top:var(--acv-scene-sender-scroll-margin-top, 112px)}.acv-scene-sender-wrapper .acv-pm-sender-adapter__pm-container{text-align:left}.acv-scene-sender-wrapper .acv-chat-sender-v2__main{background:#fffffff5!important;border:2px solid var(--background-color-primary-regular, #fff)!important;box-shadow:0 0 1px 0 var(--boxshadow-color-medium-100, rgba(0, 0, 0, .1)),0 4px 50px -8px var(--boxshadow-color-medium-100, rgba(0, 0, 0, .1))!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important}.acv-scene-sender-wrapper .acv-chat-sender-v2--normal .acv-chat-sender-v2__main:after{display:none}.acv-scene-sender-wrapper .acv-chat-sender-v2--normal .gd-agent-slot-text-area__input{min-height:100px!important;max-height:100px!important}.acv-scene-sender-wrapper .acv-chat-sender-v2-generate-button{background-color:var(--text-color-primary, #222529);border-color:var(--text-color-primary, #222529)}.acv-scene-sender-wrapper .acv-chat-sender-v2-generate-button:hover:not([disabled]){background-color:var(--text-color-primary, #222529);border-color:var(--text-color-primary, #222529);opacity:.85}.acv-scene-sender-wrapper .acv-chat-sender-v2-generate-button[disabled]{color:var(--button-color-disabled);text-shadow:none;background-color:var(--button-background-color-disabled);border-color:var(--button-border-color-disabled);box-shadow:none}.mobile-web-guide-modal[data-v-944a9c8c]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center}.mobile-web-guide-modal__mask[data-v-944a9c8c]{position:absolute;top:0;right:0;bottom:0;left:0;background:#12182066;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.mobile-web-guide-modal__panel[data-v-944a9c8c]{position:relative;z-index:1;width:100%;max-width:430px;padding:20px 20px 28px;background:radial-gradient(circle at 18% 8%,rgba(255,188,104,.18),transparent 26%),radial-gradient(circle at 86% 0%,rgba(99,234,209,.22),transparent 24%),linear-gradient(180deg,#fafffd,#fff 44%,#f7f9fb);border-radius:28px 28px 0 0;box-shadow:0 -12px 40px #25415b1f}.mobile-web-guide-modal__toast[data-v-944a9c8c]{position:absolute;top:24px;left:50%;z-index:2;max-width:calc(100% - 40px);padding:10px 14px;font-size:14px;font-weight:600;line-height:1.35;color:#20242b;text-align:center;overflow-wrap:break-word;background:#fffffff5;border:1px solid rgba(229,237,241,.92);border-radius:999px;box-shadow:0 12px 30px #151f3024;pointer-events:none;transform:translate(-50%)}.mobile-web-guide-modal__toast--error[data-v-944a9c8c]{color:#b42318}.mobile-web-guide-modal__close[data-v-944a9c8c]{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;color:#20242b;background:#ffffffd1;border:0;border-radius:999px;box-shadow:0 12px 28px #151f3014;cursor:pointer}.mobile-web-guide-modal__hero[data-v-944a9c8c]{display:flex;justify-content:center;padding:14px 0 10px}.mobile-web-guide-modal__device[data-v-944a9c8c]{position:relative;width:120px;height:160px;padding:10px;background:linear-gradient(180deg,#fff,#f5fbfa);border:1px solid rgba(222,242,239,.96);border-radius:30px;box-shadow:0 18px 36px #25415b14;transform:rotate(-6deg)}.mobile-web-guide-modal__device-screen[data-v-944a9c8c]{position:relative;display:flex;flex-direction:column;gap:10px;width:100%;height:100%;padding:18px 14px;background:linear-gradient(180deg,#fefefe,#eef9f7);border:1px solid rgba(229,237,241,.92);border-radius:22px}.mobile-web-guide-modal__device-notch[data-v-944a9c8c]{width:36px;height:6px;margin:0 auto 4px;background:#dfe7ef;border-radius:999px}.mobile-web-guide-modal__device-line[data-v-944a9c8c]{height:10px;background:#d7e1ec;border-radius:999px}.mobile-web-guide-modal__device-line--short[data-v-944a9c8c]{width:64%}.mobile-web-guide-modal__device-badge[data-v-944a9c8c]{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-top:auto;margin-left:auto;font-size:26px;font-weight:800;color:#9a5b07;background:#ffbc6838;border-radius:18px}.mobile-web-guide-modal__app-badge[data-v-944a9c8c]{position:absolute;top:34px;right:-14px;display:flex;align-items:center;padding:4px;background:#fffffff5;border:1px solid rgba(229,237,241,.92);border-radius:999px;box-shadow:0 12px 28px #25415b14;transform:rotate(6deg)}.mobile-web-guide-modal__app-logo[data-v-944a9c8c]{width:22px;height:22px;border-radius:999px}.mobile-web-guide-modal__content[data-v-944a9c8c]{text-align:center}.mobile-web-guide-modal__title[data-v-944a9c8c]{margin:0;font-size:24px;font-weight:800;line-height:1.12;color:#20242b}.mobile-web-guide-modal__desc[data-v-944a9c8c]{margin:14px 0 0;font-size:16px;font-weight:600;line-height:1.55;color:#7c8797}.mobile-web-guide-modal__actions[data-v-944a9c8c]{display:grid;gap:12px;margin-top:24px}.mobile-web-guide-modal__action[data-v-944a9c8c]{width:100%;min-height:54px;font-size:18px;font-weight:800;border-radius:16px}.mobile-web-guide-modal__action--primary[data-v-944a9c8c]{background:#20242b;border-color:#20242b;box-shadow:0 16px 30px #151f302e}.mobile-web-guide-modal__action--secondary[data-v-944a9c8c]{background:#ffffffd1;border-color:#e7ebf0}.acv-scene-sender-wrapper,.acv-scene-sender-wrapper .acv-chat-sender-v2{width:100%;min-width:0;max-width:100%}.acv-scene-sender-wrapper .acv-chat-sender-v2__main{min-width:0;min-height:172px;background:#ffffffeb!important;border:2px solid #fff!important;border-radius:20px;box-shadow:0 0 1px #0000001a,0 8px 40px -2px #0000001a!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important}.acv-scene-sender-wrapper .acv-chat-sender-v2__attachment-upload-entry{margin-right:8px}.acv-scene-sender-wrapper .acv-chat-sender-v2-upload-placeholder{width:72px!important;height:80px;border-radius:var(--border-radius-large, 12px)}.acv-scene-sender-wrapper .gd-agent-sender__content,.acv-scene-sender-wrapper .acv-chat-sender-v2__bottom-bar,.acv-scene-sender-wrapper .acv-pm-sender-adapter__editor,.acv-scene-sender-wrapper .acv-pm-sender-adapter__editor .ProseMirror,.acv-scene-sender-wrapper .gd-agent-slot-text-area__input{width:100%;min-width:0}.acv-scene-sender-wrapper .gd-agent-sender__content{min-height:108px;padding-top:4px}.acv-scene-sender-wrapper .gd-agent-slot-text-area__input{pointer-events:auto;touch-action:auto}.acv-scene-sender-wrapper .acv-chat-sender-v2__bottom-bar{margin-top:4px}@media (max-width: 767px){.acv-scene-sender-wrapper .acv-chat-sender-v2__main{min-height:156px}}
