.bottom-sheet-wrapper{z-index:9999;outline:none;position:fixed;bottom:0;left:0;right:0}.bottom-sheet-wrapper--higher{z-index:10000}.bottom-sheet__overlay{z-index:9998;background-color:#0000;position:fixed;inset:0}.bottom-sheet{height:min(92dvh,820px);max-height:92dvh;padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);backface-visibility:hidden;will-change:transform,opacity;background:#fff;border-radius:28px 28px 0 0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 -2px 16px #00000014}.bottom-sheet--auto-height{height:auto;max-height:92dvh}[data-skip-animation=true] .bottom-sheet{transition:none!important}.bottom-sheet__drag-indicator{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:26px;margin:8px auto 0;display:flex}.bottom-sheet__drag-indicator:before{content:"";background:#0f122833;border-radius:999px;width:36px;height:5px}.bottom-sheet--with-background{background:#fff}.bottom-sheet__sticky-wrapper{z-index:50;background:#fff;border-radius:0;position:relative}.bottom-sheet--with-background .bottom-sheet__sticky-wrapper{background:#fff}.bottom-sheet__sticky-wrapper--sticky{z-index:10;position:sticky;top:0}.bottom-sheet__header{background:#fff;border-bottom:1px solid #0f12281a;justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;display:flex;position:relative}.bottom-sheet__title{color:#0f1228f2;margin:0;font-size:1.1rem;font-weight:600}.bottom-sheet__close{cursor:pointer;color:#0f1228b3;background:#0f12280d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.bottom-sheet__close:hover{color:#0f1228e6;background:#0f12281a;transform:scale(1.05)}.bottom-sheet__content{z-index:1;background:#fff;flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow-x:hidden}.bottom-sheet--with-background .bottom-sheet__content{background:0 0}.bottom-sheet--with-background .bottom-sheet__sticky-wrapper,.bottom-sheet--with-background .bottom-sheet__content{z-index:1;background:#fff;position:relative}.bottom-sheet__body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;flex-direction:column;flex:auto;min-height:0;display:flex;overflow-y:auto}.bottom-sheet__body--custom-scroll{overflow:hidden}body.has-open-sheet,html.has-open-sheet{overscroll-behavior:none;overflow:hidden!important}.bottom-sheet__bg-image{object-position:top center;z-index:0;pointer-events:none;inset:0;opacity:.2!important;width:100%!important;height:100%!important;position:absolute!important}.bottom-sheet__handle-container{pointer-events:none;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:8px;left:0}.bottom-sheet__handle{background-color:#0f122833;border-radius:4px;width:50px;height:5px}@media (prefers-color-scheme:dark){.bottom-sheet__handle{background-color:#b3b3b34d}}@media (min-width:1024px){.bottom-sheet-wrapper{left:calc(var(--app-main-panel-left) + (var(--app-main-panel-width) - min(var(--app-main-column-max),calc(var(--app-main-panel-width) - 2rem)))/2);width:min(var(--app-main-column-max),calc(var(--app-main-panel-width) - 2rem));max-width:var(--app-main-column-max);right:auto;bottom:var(--app-desktop-shell-inset)}.bottom-sheet__overlay{left:var(--app-main-panel-left)!important;right:var(--app-desktop-shell-inset)!important;top:var(--app-desktop-shell-inset)!important;bottom:var(--app-desktop-shell-inset)!important;width:auto!important}.bottom-sheet{border-radius:20px 20px 0 0;height:min(88dvh,860px);max-height:88dvh}}
.share-sheet-content{padding:1rem 1rem 2rem}.share-product-card{background:#f8f9fa;border-radius:16px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex;position:relative}.share-product-card.share-product-card--list{align-items:center;margin-bottom:1.5rem;padding:1rem}.share-product-card__image-container{flex-shrink:0}.share-list-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:2px;width:80px;height:80px;display:grid;overflow:hidden}.share-list-grid__item{width:100%;height:100%;position:relative}.share-list-grid__item img{border-radius:8px!important}.share-product-card__image{background:#fff;border:1px solid #0000000d;border-radius:10px;width:60px;height:60px;position:relative;overflow:hidden}.share-product-card__image--round{border-radius:50%}.share-product-card__image img{object-fit:cover;width:100%;height:100%}.share-product-card__title{color:#111;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 .2rem;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.share-product-card__count{color:#666;margin:0 0 .2rem;font-size:.9rem}.share-product-card__owner{color:#888;margin:0;font-size:.8rem}.share-product-card__info{flex:1;padding-top:.2rem;overflow:hidden}.share-product-card__meta{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.share-options{scrollbar-width:none;-ms-overflow-style:none;gap:1.2rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.share-options::-webkit-scrollbar{display:none}.share-option{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.5rem;min-width:64px;padding:0;display:flex}.share-option__icon-wrapper{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;overflow:hidden}.share-option__icon-wrapper img{object-fit:contain;width:100%;height:100%}.share-option__icon-wrapper>span{justify-content:center;align-items:center;width:100%;height:100%;display:flex!important}.share-option:active .share-option__icon-wrapper{transform:scale(.95)}.share-option__label{color:#000;text-align:center;margin-top:4px;font-size:.75rem;font-weight:500}.share-copy-btn{background:var(--gradient-tertiary);color:#fff;cursor:pointer;border:none;border-radius:99px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:flex}.share-copy-btn:active{opacity:.9}
