@keyframes bottom-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottom-sheet-fade-in{0%{opacity:0}to{opacity:1}}.bottom-sheet__overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:var(--z-modal);animation:bottom-sheet-fade-in .2s ease-out}.bottom-sheet__content{position:fixed;inset-inline:0;bottom:0;max-height:70dvh;z-index:calc(var(--z-modal) + 1)}@media(max-width:767px){.bottom-sheet__content{bottom:var(--mobile-nav-height);max-height:calc(70dvh - var(--mobile-nav-height))}}.bottom-sheet__content{background:var(--bg-translucent);backdrop-filter:blur(10px);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:bottom-sheet-slide-up .25s ease-out;outline:none}.bottom-sheet__handle{width:36px;height:4px;background:var(--border-subtle);border-radius:var(--radius-full);margin:var(--spacing-sm) auto var(--spacing-xs);flex-shrink:0}.bottom-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-xs) var(--spacing-md) var(--spacing-sm);border-bottom:1px solid var(--border-subtle);flex-shrink:0}.bottom-sheet__title{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-emphasis);margin:0}.bottom-sheet__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:none;color:var(--text-subtle);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0}.bottom-sheet__close:hover{color:var(--text-default);background:var(--bg-surface-hover)}.bottom-sheet__close-icon{width:16px;height:16px}.bottom-sheet__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.bottom-sheet__footer{display:flex;border-top:1px solid var(--border-subtle);padding:var(--spacing-sm) var(--spacing-md);flex-shrink:0}.collapsible-collection{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden}.collapsible-collection__header{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);width:100%;background:none;border:none;cursor:pointer;text-align:left;color:inherit;font:inherit;background:var(--bg-action-surface);transition:background .3s ease-in-out}.collapsible-collection__header:hover{background:var(--bg-action-surface--hover)}.collapsible-collection__header:not(:last-child){border-bottom:1px solid var(--border-subtle)}.collapsible-collection__banner{width:48px;height:48px;border-radius:8px;object-fit:cover}.collapsible-collection__name{font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);color:var(--text-emphasis)}.collapsible-collection__progress{font-size:var(--font-size-sm);color:var(--text-subtle)}.collapsible-collection__chevron{width:16px;height:16px;color:var(--text-subtle);margin-left:auto;transition:transform .2s ease}.collapsible-collection__chevron--collapsed{transform:rotate(-90deg)}.reactEasyCrop_Container{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;user-select:none;touch-action:none;cursor:move;display:flex;justify-content:center;align-items:center}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid hsla(0,0%,100%,.5);box-sizing:border-box;box-shadow:0 0 0 9999em;color:rgba(0,0,0,.5);overflow:hidden}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;position:absolute;border:1px solid hsla(0,0%,100%,.5);top:0;bottom:0;left:33.33%;right:33.33%;border-top:0;border-bottom:0}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;position:absolute;border:1px solid hsla(0,0%,100%,.5);top:33.33%;bottom:33.33%;left:0;right:0;border-left:0;border-right:0}