.smart-select-popover-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#0006;animation:smartSelectFadeIn .2s ease-out}.smart-select-popover{position:fixed;background-color:#fff;border-radius:var(--radius-3xl);box-shadow:0 8px 32px #0003;max-height:300px;min-width:200px;max-width:320px;overflow:hidden;animation:smartSelectPopoverIn .2s ease-out;z-index:101}@keyframes smartSelectPopoverIn{0%{opacity:0;transform:scale(.95) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.smart-select-popover .smart-select-options{max-height:280px;overflow-y:auto}.smart-select-popover .k-list{margin:0;background:transparent}.smart-select-popover .k-list-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.smart-select-popover .k-list-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.smart-select-popover .k-list-item{cursor:pointer}.smart-select-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:100;display:flex;align-items:flex-end;justify-content:center;animation:smartSelectFadeIn .2s ease-out}@keyframes smartSelectFadeIn{0%{opacity:0}to{opacity:1}}.smart-select-sheet{background:#f2f2f7;border-radius:12px 12px 0 0;width:100%;max-width:500px;max-height:70vh;animation:smartSelectSlideUp .3s ease-out;overflow:hidden;display:flex;flex-direction:column}@keyframes smartSelectSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.smart-select-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f8f8;border-bottom:1px solid #e5e5e5;flex-shrink:0}.smart-select-title{font-weight:600;font-size:17px;color:#000}.smart-select-close-btn{background:none;border:none;font-size:17px;color:#007aff;font-weight:600;cursor:pointer;padding:4px 8px}.smart-select-spacer{width:60px}.smart-select-content{overflow-y:auto;flex:1}.smart-select-popup{background:#fff;border-radius:12px;width:90%;max-width:400px;max-height:80vh;margin:auto;animation:smartSelectPopIn .3s ease-out;overflow:hidden;display:flex;flex-direction:column;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes smartSelectPopIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.smart-select-popup-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8f8f8;border-bottom:1px solid #e5e5e5}.smart-select-popup-content{overflow-y:auto;flex:1;max-height:50vh}.smart-select-page-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#fff;animation:smartSelectSlideIn .3s ease-out}@keyframes smartSelectSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.smart-select-page{height:100%}.smart-select-page-content{overflow-y:auto;height:calc(100% - 60px)}.smart-select-options .k-list{margin:0}@media(prefers-color-scheme:dark){.smart-select-sheet{background:#1c1c1e}.smart-select-header{background:#2c2c2e;border-bottom-color:#3a3a3c}.smart-select-title{color:#fff}.smart-select-popup{background:#1c1c1e}.smart-select-popup-header{background:#2c2c2e;border-bottom-color:#3a3a3c}.smart-select-page-backdrop{background:#1c1c1e}}
