.do-same-style-image-picker{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:center;width:100%;padding:16px 16px 32px}.do-same-style-image-picker__card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:136px;height:136px;padding:4px;background:var(--background-color-primary-regular, #fff);border-radius:var(--border-radius-xxlarge, 20px);box-shadow:0 10px 50px #0000000a;cursor:pointer}.do-same-style-image-picker__card--selected:before{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border:2px solid #222529;border-radius:calc(var(--border-radius-xxlarge, 20px) + 2px);pointer-events:none;content:""}.do-same-style-image-picker__card--selected:after{position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #ffffff;border-radius:var(--border-radius-xxlarge, 20px);pointer-events:none;content:""}.do-same-style-image-picker__card--filled{padding:4px}.do-same-style-image-picker__card--preview{display:flex;flex-direction:column;gap:8px;align-items:center;padding:20px 20px 0}.do-same-style-image-picker__preview-wrapper{position:relative;width:80px;height:64px}.do-same-style-image-picker__preview-background{position:absolute;top:10px;left:26px;width:40px;height:40px;background:linear-gradient(180deg,#e8eaec,#fff);border-radius:8px;transform:rotate(12deg);transform-origin:center center}.do-same-style-image-picker__preview-container{position:absolute;top:9px;left:17px;z-index:1;width:40px;height:40px}.do-same-style-image-picker__preview-thumbnail{width:100%;height:100%;object-fit:cover;border:2px solid #fff;border-radius:8px;box-shadow:0 4px 8px #0000001f;transform:rotate(-4deg);transform-origin:center center}.do-same-style-image-picker__preview-image{width:100%;height:100%;object-fit:cover;border-radius:16px}.do-same-style-image-picker__label{font-family:var(--font-family-body, "PingFang SC");font-size:var(--font-size-100, 15px);font-style:normal;font-weight:var(--font-weight-regular, 400);line-height:150%;color:var(--text-color-tertiary, #7f8792);text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none}.do-same-style-image-picker__delete-btn{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;margin:0;background:var(--button-background-color-tertiary-regular, #fff);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))}.do-same-style-image-picker__delete-btn.gda-btn-icon-only.gda-btn-xs{width:24px;height:24px;border-radius:var(--border-radius-full, 99px)}.mobile-media-picker{position:fixed;top:0;left:0;z-index:9999;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;background:var(--background-color-tertiary-regular, #f1f2f4)}.mobile-media-picker__navbar{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;height:calc(60px + var(--app-status-bar-height-lite, 0px));padding:var(--app-status-bar-height-lite, 0) 12px 0 8px;background:var(--background-color-tertiary-regular, #f1f2f4)}.mobile-media-picker__btn-cancel{width:54px;height:40px;padding:6px 12px}.mobile-media-picker__btn-generate{width:64px;height:40px;padding:8px 12px;background:var(--button-background-color-emphasis-regular, #67e6ff);border:1px solid var(--button-border-color-emphasis-regular, rgba(0, 0, 0, 0));border-radius:var(--button-border-radius-small, 8px)}.mobile-media-picker__btn-generate:disabled{color:#b4b8bf;background:var(--background-color-transparent-secondary-regular, rgba(0, 0, 0, .04));border-color:transparent}.mobile-media-picker__preview-area{flex-shrink:0;padding:16px 16px 32px}.mobile-media-picker__album-area{flex:1;width:100%}
