@layer components{.mobile-bottom-sheet__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);z-index:var(--z-overlay);opacity:0;transition:opacity .3s ease-out}.mobile-bottom-sheet__backdrop--visible{opacity:1}.mobile-bottom-sheet{position:fixed;bottom:0;left:0;right:0;height:calc(100dvh - var(--header-h));background:var(--white);z-index:var(--z-modal);display:flex;flex-direction:column;transform:translateY(100%);border-radius:16px 16px 0 0;overflow:hidden}.mobile-bottom-sheet--open{transform:translateY(0)}.mobile-bottom-sheet--opening{animation:bottomSheetIn .3s ease-out forwards}.mobile-bottom-sheet--closing{animation:bottomSheetOut .3s ease-in forwards}.mobile-bottom-sheet--dragging{transition:none!important}@keyframes bottomSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottomSheetOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}.mobile-bottom-sheet__drag-handle{height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:grab;touch-action:none;user-select:none}.mobile-bottom-sheet__drag-handle:active{cursor:grabbing}.mobile-bottom-sheet__drag-handle-bar{width:80px;height:3px;background:var(--gray-sky-5);border-radius:4px}.mobile-bottom-sheet__header{flex-shrink:0;padding:16px 24px}.mobile-bottom-sheet__header-title{font-size:16px;font-weight:600;color:var(--color-text,#17191c)}.mobile-bottom-sheet__tab-bar{flex-shrink:0}.mobile-bottom-sheet__content{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding:24px}.mobile-bottom-sheet__footer{flex-shrink:0;padding:20px 24px 40px;background:var(--white);transition:box-shadow .2s ease-out;position:relative;z-index:var(--z-dropdown)}.mobile-bottom-sheet__footer-buttons{display:flex;gap:15px}.mobile-bottom-sheet__button{flex:1;height:40px;border-radius:5px;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center}.mobile-bottom-sheet__button--primary{background:var(--color-primary,#3232c8);border-color:var(--color-primary,#3232c8);color:var(--white)}.mobile-bottom-sheet__button--primary:hover{background:var(--color-primary,#3232c8);border-color:var(--color-primary,#3232c8);opacity:.9}.mobile-bottom-sheet__button--secondary{background:var(--white);border-color:var(--gray-sky-3);color:var(--gray-sky-7,#6a7581)}.mobile-bottom-sheet__button--secondary:hover{border-color:var(--color-primary,#3232c8);color:var(--color-primary,#3232c8)}.mobile-bottom-sheet__footer.has-shadow{box-shadow:0 -1px 2px 0 rgba(0,0,0,.16),0 -3px 6px 0 rgba(0,0,0,.12),0 -5px 12px 0 rgba(0,0,0,.09)}}.mobile-bottom-sheet__content>.flex{min-height:0!important;flex-direction:column!important}.mobile-bottom-sheet__content .ant-picker,.mobile-bottom-sheet__content .ant-select{width:100%!important}.mobile-bottom-sheet__content .ant-form-item{margin-bottom:8px}.mobile-bottom-sheet__content:has(.modal-tab-layout){padding:0}.mobile-bottom-sheet.multi-image-preview .mobile-bottom-sheet__header{display:none}.mobile-bottom-sheet.multi-image-preview .mobile-bottom-sheet__content{padding:8px;overflow:hidden}.mobile-bottom-sheet.multi-image-preview .multi-image-preview__container{height:100%!important;min-height:0!important}.mobile-bottom-sheet.multi-image-preview .multi-image-preview__image-area{height:0!important}.mobile-bottom-sheet__content:has(iframe){padding:0;overflow:hidden}.mobile-bottom-sheet__content:has(iframe)>.flex{flex-direction:row!important;height:100%!important;min-height:0!important;gap:0!important}.mobile-bottom-sheet__content iframe{width:100%!important;height:100%!important;border:none!important}.mobile-bottom-sheet__footer>div{display:flex!important;flex-direction:row!important;gap:15px!important;width:100%!important;justify-content:normal!important}.mobile-bottom-sheet__footer .ant-btn{flex:1!important;height:40px!important;border-radius:5px!important;font-size:13px!important;font-weight:500!important;margin:0!important}@layer components{.gst-modal .ant-modal{max-height:90vh}.gst-modal .ant-modal-content{display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.gst-modal .ant-modal-header{flex-shrink:0}.gst-modal .ant-modal-title{font-size:15px}.gst-modal .ant-modal-body{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0;padding-bottom:0}.gst-modal .ant-modal-footer{flex-shrink:0}.gst-modal-content{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.gst-modal.has-scrollable-content .ant-modal-footer.has-shadow{position:relative;z-index:1;box-shadow:none}.gst-modal.has-scrollable-content .ant-modal-footer.has-shadow:before{content:"";position:absolute;top:0;left:-24px;right:-24px;height:8px;background:linear-gradient(0deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 50%,transparent);pointer-events:none;z-index:1}}