@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{z-index:var(--z-sheet);background:#00000080;transition:opacity .25s ease-out;animation:.2s ease-out bottom-sheet-fade-in;position:fixed;inset:0}.bottom-sheet__content{inset-inline:0;max-height:var(--bottom-sheet-max-height,70dvh);z-index:var(--z-sheet-content);background:var(--bg-translucent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-lg);will-change:transform;outline:none;flex-direction:column;transition:transform .25s ease-out;animation:.25s ease-out bottom-sheet-slide-up;display:flex;position:fixed;bottom:0}.bottom-sheet__content--fill-height{height:var(--bottom-sheet-max-height,70dvh);max-height:var(--bottom-sheet-max-height,70dvh)}.bottom-sheet__content--fill-height .bottom-sheet__body{flex-direction:column;display:flex;overflow:hidden}.bottom-sheet__drag-region{touch-action:none;cursor:grab;flex-shrink:0}.bottom-sheet__drag-region:active{cursor:grabbing}.bottom-sheet__handle{background:var(--border-subtle);border-radius:var(--radius-full);width:36px;height:4px;margin:var(--spacing-sm) auto var(--spacing-xs);flex-shrink:0}.bottom-sheet__header{justify-content:space-between;align-items:center;gap:var(--spacing-md);padding:var(--spacing-xs) var(--spacing-md) var(--spacing-sm);border-bottom:1px solid var(--border-subtle);flex-shrink:0;display:flex}.bottom-sheet__title{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-emphasis);margin:0}.bottom-sheet__close{width:28px;height:28px;color:var(--text-subtle);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.bottom-sheet__close:hover{color:var(--text-normal);background:var(--bg-2)}.bottom-sheet__close-icon{width:16px;height:16px}.bottom-sheet__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;min-height:0;overflow-y:auto}.bottom-sheet__footer{border-top:1px solid var(--border-subtle);padding:var(--spacing-sm) var(--spacing-md);flex-shrink:0;display:flex}
.collapsible-collection{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden}.collapsible-collection__header{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);cursor:pointer;text-align:left;width:100%;color:inherit;font:inherit;background:0 0;background:var(--bg-action-surface);border:none;transition:background .3s ease-in-out;display:flex}.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{object-fit:cover;border-radius:8px;width:48px;height:48px}.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__trailing{flex-shrink:0}.collapsible-collection__chevron{width:16px;height:16px;color:var(--text-subtle);flex-shrink:0;margin-left:auto;transition:transform .2s}.collapsible-collection__chevron--collapsed{transform:rotate(-90deg)}
.reactEasyCrop_Container{-webkit-user-select:none;user-select:none;touch-action:none;cursor:move;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;inset:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{box-sizing:border-box;color:#00000080;border:1px solid #ffffff80;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 0 9999em}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;border:0;border-left:1px solid #ffffff80;border-right:1px solid #ffffff80;position:absolute;inset:0 33.33%}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;border:1px solid #ffffff80;border-left:0;border-right:0;position:absolute;inset:33.33% 0}
.locked-card-ack{gap:var(--spacing-sm);flex-direction:column;display:flex}
