.EditBookshelfPopup-module__svtHWG__overlay{z-index:99990;pointer-events:none;transition:background var(--action-sheet-animation-duration)var(--action-sheet-easing);background:0 0;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.EditBookshelfPopup-module__svtHWG__overlayVisible{background:var(--action-sheet-backdrop);pointer-events:auto}.EditBookshelfPopup-module__svtHWG__sheet{background:var(--action-sheet-bg);border-radius:var(--action-sheet-border-radius)var(--action-sheet-border-radius)0 0;width:100%;max-height:90vh;transition:transform var(--action-sheet-animation-duration)var(--action-sheet-easing);will-change:transform;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent;border:1px solid var(--border-default);color:var(--text-primary);border-bottom:none;border-left:none;border-right:none;overflow-x:hidden;overflow-y:auto;transform:translateY(100%)}.EditBookshelfPopup-module__svtHWG__sheet *{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.EditBookshelfPopup-module__svtHWG__sheetDragging{transition:none!important}.EditBookshelfPopup-module__svtHWG__sheetVisible{transform:translateY(0)}.EditBookshelfPopup-module__svtHWG__dragHandle{cursor:grab;background:var(--surface-2);z-index:1;justify-content:center;padding:16px 0 8px;display:flex;position:-webkit-sticky;position:sticky;top:0}.EditBookshelfPopup-module__svtHWG__dragHandle:active{cursor:grabbing}.EditBookshelfPopup-module__svtHWG__dragHandleBar{width:var(--action-sheet-handle-width);height:var(--action-sheet-handle-height);background-color:var(--action-sheet-handle-color);border-radius:3px}.EditBookshelfPopup-module__svtHWG__header{border-bottom:1px solid var(--border-default);background:var(--surface-2);z-index:1;justify-content:space-between;align-items:center;padding:8px 20px 16px;display:flex;position:-webkit-sticky;position:sticky;top:41px}.EditBookshelfPopup-module__svtHWG__title{letter-spacing:-.02em;margin:0;font-size:18px;font-weight:600}.EditBookshelfPopup-module__svtHWG__closeBtn{background-color:var(--overlay-medium);width:36px;height:36px;color:var(--text-hint);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.EditBookshelfPopup-module__svtHWG__closeBtn:hover{background-color:var(--overlay-strong);color:var(--text-primary)}.EditBookshelfPopup-module__svtHWG__formContainer{flex-direction:column;gap:20px;padding:20px 20px 0;display:flex}.EditBookshelfPopup-module__svtHWG__fieldGroup{flex-direction:column;gap:8px;display:flex;position:relative;overflow:visible}.EditBookshelfPopup-module__svtHWG__label{color:var(--text-hint);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.EditBookshelfPopup-module__svtHWG__labelHint{color:var(--text-hint);background:var(--overlay-light);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:400}.EditBookshelfPopup-module__svtHWG__input{border:1px solid var(--border-default);background-color:var(--overlay-light);width:100%;color:var(--text-primary);border-radius:10px;padding:12px 14px;font-size:16px;font-weight:400;transition:all .2s}.EditBookshelfPopup-module__svtHWG__input::placeholder{color:var(--text-hint)}.EditBookshelfPopup-module__svtHWG__input:hover{border-color:var(--border-strong);background-color:var(--overlay-medium)}.EditBookshelfPopup-module__svtHWG__input:focus{border-color:var(--border-strong);background-color:var(--overlay-medium);box-shadow:0 0 0 3px var(--overlay-light);outline:none}.EditBookshelfPopup-module__svtHWG__textarea{border:1px solid var(--border-default);background-color:var(--overlay-light);width:100%;color:var(--text-primary);resize:none;border-radius:10px;min-height:72px;padding:12px 14px;font-family:inherit;font-size:16px;font-weight:400;line-height:1.5;transition:all .2s}.EditBookshelfPopup-module__svtHWG__textarea::placeholder{color:var(--text-hint)}.EditBookshelfPopup-module__svtHWG__textarea:hover{border-color:var(--border-strong);background-color:var(--overlay-medium)}.EditBookshelfPopup-module__svtHWG__textarea:focus{border-color:var(--border-strong);background-color:var(--overlay-medium);box-shadow:0 0 0 3px var(--overlay-light);outline:none}.EditBookshelfPopup-module__svtHWG__charCount{color:var(--text-hint);font-size:11px;position:absolute;bottom:-18px;right:0}.EditBookshelfPopup-module__svtHWG__imageUploadArea{align-items:center;gap:16px;display:flex}.EditBookshelfPopup-module__svtHWG__imagePreviewContainer{background:var(--overlay-light);border-radius:12px;flex-shrink:0;width:88px;height:88px;position:relative;overflow:hidden}.EditBookshelfPopup-module__svtHWG__imagePreview{object-fit:cover;width:100%;height:100%;display:block}.EditBookshelfPopup-module__svtHWG__imageUploadingOverlay{background:var(--overlay-backdrop);border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.EditBookshelfPopup-module__svtHWG__uploadSpinner{border:2.5px solid rgba(255,255,255,.25);border-top-color:var(--text-primary);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite EditBookshelfPopup-module__svtHWG__spin}@keyframes EditBookshelfPopup-module__svtHWG__spin{to{transform:rotate(360deg)}}.EditBookshelfPopup-module__svtHWG__imageActions{flex-direction:column;gap:8px;min-width:0;display:flex}.EditBookshelfPopup-module__svtHWG__imageUploadBtn{background:var(--overlay-medium);border:1px solid var(--border-strong);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.EditBookshelfPopup-module__svtHWG__imageUploadBtn:hover{background:var(--overlay-strong);border-color:var(--border-strong)}.EditBookshelfPopup-module__svtHWG__imageUploadBtn:disabled{opacity:.5;cursor:not-allowed}.EditBookshelfPopup-module__svtHWG__imageRemoveBtn{color:var(--text-hint);cursor:pointer;text-align:left;background:0 0;border:none;padding:6px 16px;font-size:12px;font-weight:500;transition:color .2s}.EditBookshelfPopup-module__svtHWG__imageRemoveBtn:hover{color:#ef4444}.EditBookshelfPopup-module__svtHWG__imageError{color:#ef4444;font-size:12px;line-height:1.3}.EditBookshelfPopup-module__svtHWG__coverColorMode{flex-direction:column;gap:12px;display:flex}.EditBookshelfPopup-module__svtHWG__coverColorRow{align-items:center;gap:14px;display:flex}.EditBookshelfPopup-module__svtHWG__coverUploadLink{color:var(--text-hint);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:13px;transition:color .2s;display:flex}.EditBookshelfPopup-module__svtHWG__coverUploadLink:hover{color:var(--text-secondary)}.EditBookshelfPopup-module__svtHWG__coverUploadLink:disabled{opacity:.5;cursor:not-allowed}.EditBookshelfPopup-module__svtHWG__colorPicker{flex-direction:column;gap:16px;display:flex;overflow:visible}.EditBookshelfPopup-module__svtHWG__colorSection{flex-direction:column;gap:8px;display:flex}.EditBookshelfPopup-module__svtHWG__colorSectionLabel{color:var(--text-hint);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.EditBookshelfPopup-module__svtHWG__colorRow{flex-wrap:wrap;gap:10px;padding-bottom:8px;display:flex;overflow:visible}.EditBookshelfPopup-module__svtHWG__colorSwatchWrapper{display:inline-flex;position:relative;overflow:visible}.EditBookshelfPopup-module__svtHWG__profileColorAvatar{object-fit:cover;border:2px solid var(--surface-2);pointer-events:none;border-radius:50%;width:18px;height:18px;position:absolute;bottom:-5px;right:-5px}.EditBookshelfPopup-module__svtHWG__profileColorAvatarWrapper{border:2px solid var(--surface-2);pointer-events:none;border-radius:50%;width:18px;height:18px;position:absolute;bottom:-5px;right:-5px;overflow:hidden}.EditBookshelfPopup-module__svtHWG__coverColorRow .EditBookshelfPopup-module__svtHWG__colorRow{padding-bottom:0}.EditBookshelfPopup-module__svtHWG__colorSwatch{cursor:pointer;border:2px solid transparent;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:relative;overflow:visible}.EditBookshelfPopup-module__svtHWG__colorSwatch:hover{transform:scale(1.08);box-shadow:0 4px 12px rgba(0,0,0,.3)}.EditBookshelfPopup-module__svtHWG__colorSelected{border-color:var(--text-primary);box-shadow:0 0 0 2px rgba(255,255,255,.2)}.EditBookshelfPopup-module__svtHWG__colorSelected:hover{transform:scale(1.05)}.EditBookshelfPopup-module__svtHWG__collabList{flex-direction:column;gap:4px;display:flex}.EditBookshelfPopup-module__svtHWG__collabItem{background:var(--overlay-light);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.EditBookshelfPopup-module__svtHWG__collabInfo{align-items:center;gap:10px;min-width:0;display:flex}.EditBookshelfPopup-module__svtHWG__collabAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.EditBookshelfPopup-module__svtHWG__collabAvatarPlaceholder{background:var(--overlay-strong);width:28px;height:28px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.EditBookshelfPopup-module__svtHWG__collabName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.EditBookshelfPopup-module__svtHWG__collabRemoveBtn{color:var(--text-hint);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px 8px;font-size:12px;transition:all .2s}.EditBookshelfPopup-module__svtHWG__collabRemoveBtn:hover{color:#ef4444;background:rgba(239,68,68,.1)}.EditBookshelfPopup-module__svtHWG__collabRemoveBtn:disabled{opacity:.5;cursor:not-allowed}.EditBookshelfPopup-module__svtHWG__collabSearchWrapper{position:relative}.EditBookshelfPopup-module__svtHWG__collabSearchingIndicator{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.EditBookshelfPopup-module__svtHWG__collabResults{border:1px solid var(--border-default);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.EditBookshelfPopup-module__svtHWG__collabResultItem{background:var(--overlay-light);color:var(--text-primary);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;transition:background .15s;display:flex}.EditBookshelfPopup-module__svtHWG__collabResultItem:hover{background:var(--overlay-medium)}.EditBookshelfPopup-module__svtHWG__collabResultItem:not(:last-child){border-bottom:1px solid var(--border-default)}.EditBookshelfPopup-module__svtHWG__collabResultItem:disabled{opacity:.6;cursor:not-allowed}.EditBookshelfPopup-module__svtHWG__collabAddLabel{color:var(--text-secondary);flex-shrink:0;font-size:13px;font-weight:500}.EditBookshelfPopup-module__svtHWG__actionButtons{flex-direction:column;gap:10px;margin-top:8px;display:flex}.EditBookshelfPopup-module__svtHWG__saveBtn{width:100%;color:var(--surface-1);cursor:pointer;background:linear-gradient(#fff 0%,#f0f0f0 100%);border:none;border-radius:12px;padding:14px;font-size:14px;font-weight:600;transition:all .2s}.EditBookshelfPopup-module__svtHWG__saveBtn:hover{opacity:.9;transform:translateY(-1px)}.EditBookshelfPopup-module__svtHWG__saveBtn:active{transform:translateY(0)}.EditBookshelfPopup-module__svtHWG__cancelBtn{width:100%;color:var(--text-hint);cursor:pointer;background:0 0;border:none;padding:10px;font-size:14px;font-weight:500;transition:color .2s}.EditBookshelfPopup-module__svtHWG__cancelBtn:hover{color:var(--text-primary)}.EditBookshelfPopup-module__svtHWG__deleteSection{border-top:1px solid var(--border-default);text-align:center;margin-top:12px;padding-top:20px}.EditBookshelfPopup-module__svtHWG__deleteLink{color:var(--text-hint);cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:13px;transition:color .2s}.EditBookshelfPopup-module__svtHWG__deleteLink:hover{color:#ef4444}.EditBookshelfPopup-module__svtHWG__deleteConfirmInline{justify-content:center;align-items:center;gap:12px;display:flex}.EditBookshelfPopup-module__svtHWG__deleteConfirmInline .EditBookshelfPopup-module__svtHWG__deleteConfirmText{color:var(--text-hint);margin:0;font-size:13px}.EditBookshelfPopup-module__svtHWG__deleteConfirmText{color:var(--text-hint);font-size:13px}.EditBookshelfPopup-module__svtHWG__deleteYesBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid rgba(239,68,68,.4);border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s}.EditBookshelfPopup-module__svtHWG__deleteYesBtn:hover{background:rgba(239,68,68,.15)}.EditBookshelfPopup-module__svtHWG__deleteNoBtn{border:1px solid var(--border-strong);color:var(--text-hint);cursor:pointer;background:0 0;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s}.EditBookshelfPopup-module__svtHWG__deleteNoBtn:hover{background:var(--overlay-medium);color:var(--text-primary)}.EditBookshelfPopup-module__svtHWG__transferSection{flex-direction:column;gap:8px;display:flex}.EditBookshelfPopup-module__svtHWG__transferLabel{color:var(--text-hint);text-align:center;font-size:13px}.EditBookshelfPopup-module__svtHWG__transferConfirm{flex-direction:column;align-items:center;gap:8px;display:flex}.EditBookshelfPopup-module__svtHWG__transferTargetInfo{align-items:center;gap:10px;display:flex}.EditBookshelfPopup-module__svtHWG__transferWarning{color:#ef4444;text-align:center;font-size:12px;line-height:1.4}.EditBookshelfPopup-module__svtHWG__safeArea{height:calc(env(safe-area-inset-bottom,0px) + 24px);min-height:24px}@media (min-width:768px){.EditBookshelfPopup-module__svtHWG__overlay{align-items:center}.EditBookshelfPopup-module__svtHWG__sheet{opacity:0;border-radius:16px;max-width:480px;max-height:85vh;transition:transform .25s,opacity .25s;transform:translateY(20px)}.EditBookshelfPopup-module__svtHWG__sheetVisible{opacity:1;transform:translateY(0)}.EditBookshelfPopup-module__svtHWG__dragHandle{display:none}.EditBookshelfPopup-module__svtHWG__header{border-radius:16px 16px 0 0;padding:20px 24px 16px;top:0}.EditBookshelfPopup-module__svtHWG__formContainer{padding:20px 24px 0}.EditBookshelfPopup-module__svtHWG__title{font-size:18px}.EditBookshelfPopup-module__svtHWG__safeArea{height:24px;min-height:24px}.EditBookshelfPopup-module__svtHWG__sheet{border:1px solid var(--border-default)}}@media (min-width:641px) and (max-width:767px){.EditBookshelfPopup-module__svtHWG__sheet{width:100%;max-width:100%}.EditBookshelfPopup-module__svtHWG__header{padding:8px 24px 16px}.EditBookshelfPopup-module__svtHWG__formContainer{padding:20px 24px 0}.EditBookshelfPopup-module__svtHWG__title{font-size:19px}.EditBookshelfPopup-module__svtHWG__safeArea{height:calc(env(safe-area-inset-bottom,0px) + 32px);min-height:32px}}@media (max-width:380px){.EditBookshelfPopup-module__svtHWG__header{padding:8px 16px 12px}.EditBookshelfPopup-module__svtHWG__formContainer{gap:16px;padding:16px 16px 0}.EditBookshelfPopup-module__svtHWG__title{font-size:16px}.EditBookshelfPopup-module__svtHWG__colorSwatch{width:40px;height:40px}.EditBookshelfPopup-module__svtHWG__input,.EditBookshelfPopup-module__svtHWG__textarea{padding:10px 12px;font-size:16px}.EditBookshelfPopup-module__svtHWG__saveBtn{padding:12px}}
