.ReadingStatusSelector_wrapper__OrJXu{position:relative;display:inline-flex}.ReadingStatusSelector_button__sZeLd{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid var(--border-default);background:var(--overlay-light);color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;-webkit-tap-highlight-color:transparent}.ReadingStatusSelector_button__sZeLd:hover{background:var(--overlay-medium);color:var(--text-primary)}.ReadingStatusSelector_button__sZeLd:active{transform:scale(.97)}.ReadingStatusSelector_button__sZeLd.ReadingStatusSelector_hasStatus__y_esg{border-color:var(--status-color,var(--border-default));background:color-mix(in srgb,var(--status-color,var(--text-primary)) 12%,transparent);color:var(--status-color,var(--text-primary))}.ReadingStatusSelector_button__sZeLd.ReadingStatusSelector_hasStatus__y_esg:hover{background:color-mix(in srgb,var(--status-color,var(--text-primary)) 18%,transparent)}.ReadingStatusSelector_button__sZeLd.ReadingStatusSelector_full__IQL4B{padding:8px 16px;font-size:14px}.ReadingStatusSelector_button__sZeLd.ReadingStatusSelector_loading__PQQ_z{pointer-events:none}.ReadingStatusSelector_skeleton__N0_c3{width:48px;height:14px;border-radius:4px;background:var(--overlay-medium);animation:ReadingStatusSelector_pulse__8SGCN 1.5s ease-in-out infinite}@keyframes ReadingStatusSelector_pulse__8SGCN{0%,to{opacity:1}50%{opacity:.4}}.ReadingStatusSelector_label__91TmO{line-height:1}.ReadingStatusSelector_chevron__vQ2cZ{opacity:.5;transition:transform .15s ease;flex-shrink:0}.ReadingStatusSelector_chevronOpen__J4i6N{transform:rotate(180deg)}.ReadingStatusSelector_dropdown__5HKHL{position:absolute;top:calc(100% + 6px);left:0;z-index:100;min-width:220px;padding:4px;border-radius:12px;border:1px solid var(--border-default);background:var(--action-sheet-bg);box-shadow:0 8px 32px rgba(0,0,0,.5);animation:ReadingStatusSelector_dropdownIn__6UJBp .12s ease-out}@keyframes ReadingStatusSelector_dropdownIn__6UJBp{0%{opacity:0;transform:translateY(-4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ReadingStatusSelector_option__b2obG{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:8px;border:none;background:none;color:var(--text-secondary);font-size:14px;cursor:pointer;transition:background .1s ease;-webkit-tap-highlight-color:transparent}.ReadingStatusSelector_option__b2obG:hover{background:var(--overlay-medium)}.ReadingStatusSelector_option__b2obG:active{background:var(--overlay-strong)}.ReadingStatusSelector_optionActive__rojmX{color:var(--status-color,#e8792e);font-weight:600}.ReadingStatusSelector_optionActive__rojmX:hover{background:color-mix(in srgb,var(--status-color,#e8792e) 10%,transparent)}.ReadingStatusSelector_statusDot__RZCPn{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ReadingStatusSelector_checkIcon__5ZqXN{margin-left:auto;flex-shrink:0}.ReadingStatusSelector_optionRemove__aKsdP{color:var(--text-tertiary);border-top:1px solid var(--border-default);margin-top:2px;padding-top:10px;border-radius:0 0 8px 8px}.ReadingStatusSelector_optionRemove__aKsdP:hover{color:var(--text-secondary);background:var(--overlay-light)}.ReadingStatusSelector_inlineMenuRow__uXN1J{display:flex;align-items:center;gap:16px;width:100%;padding:14px 20px;margin:0;border:none;background:transparent;color:var(--text-primary);font-size:15px;font-weight:400;font-family:inherit;text-align:left;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-appearance:none;appearance:none;user-select:none;transition:none}.ReadingStatusSelector_inlineMenuRow__uXN1J:hover{background:var(--overlay-hover)}.ReadingStatusSelector_inlineMenuRow__uXN1J:active{background:var(--overlay-medium)}.ReadingStatusSelector_inlineMenuIcon__za4KI{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-hint)}.ReadingStatusSelector_inlineMenuLabel__F5KZb{flex:1;min-width:0;text-align:left}.ReadingStatusSelector_inlineMenuChevron__KcOzf{flex-shrink:0;color:var(--text-hint);opacity:1}@media (min-width:1025px){.ReadingStatusSelector_inlineMenuRow__uXN1J{padding:10px 16px;gap:12px;font-size:14px}.ReadingStatusSelector_inlineMenuIcon__za4KI{width:20px;height:20px}.ReadingStatusSelector_inlineMenuIcon__za4KI svg{width:18px;height:18px}.ReadingStatusSelector_inlineMenuChevron__KcOzf{display:none}}.ReadingStatusSelector_modalOverlay__xDOFC{position:fixed;inset:0;z-index:100000;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;touch-action:none}.ReadingStatusSelector_modalOverlayVisible__yQ_5C{background:var(--overlay-backdrop);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .3s ease,backdrop-filter .3s ease}.ReadingStatusSelector_modalOverlayClosing__ESENh{background:rgba(0,0,0,0);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);transition:background .3s ease,backdrop-filter .3s ease;pointer-events:none}.ReadingStatusSelector_modalContent__Sn8EB{width:100%;max-height:85vh;max-height:85dvh;display:flex;flex-direction:column;background:var(--action-sheet-bg);border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);will-change:transform;-webkit-tap-highlight-color:transparent;padding-bottom:max(12px,env(safe-area-inset-bottom,0px))}.ReadingStatusSelector_modalScrollArea__eS3K3{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0}.ReadingStatusSelector_modalContentVisible__E_rjT{transform:translateY(0)}.ReadingStatusSelector_modalContentClosing__b2RGh{transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.ReadingStatusSelector_modalContentDragging__yFv26{transition:none!important}.ReadingStatusSelector_modalDragHandle__CQPu_{display:flex;justify-content:center;padding:12px 0 4px;cursor:grab}.ReadingStatusSelector_modalDragHandle__CQPu_:active{cursor:grabbing}.ReadingStatusSelector_modalDragHandleBar__dSJEx{width:36px;height:4px;border-radius:2px;background:var(--action-sheet-handle-color)}.ReadingStatusSelector_modalHeader__wHCyG{padding:8px 20px 12px}.ReadingStatusSelector_modalTitle__XP8Dv{font-size:16px;font-weight:600;color:var(--text-primary);margin:0}.ReadingStatusSelector_modalCurrentLabel__Y7mBu{margin:6px 0 0;font-size:13px;font-weight:500;color:var(--text-tertiary)}.ReadingStatusSelector_modalOptions__K1iWz{display:flex;flex-direction:column;padding:4px 8px}.ReadingStatusSelector_modalOption__mwI4Q{display:flex;align-items:center;gap:14px;width:100%;padding:12px;border:none;background:none;color:var(--text-secondary);font-size:15px;font-family:inherit;cursor:pointer;border-radius:10px;transition:background .1s ease;-webkit-tap-highlight-color:transparent}.ReadingStatusSelector_modalOption__mwI4Q:hover{background:var(--overlay-hover)}.ReadingStatusSelector_modalOption__mwI4Q:active{background:var(--overlay-strong)}.ReadingStatusSelector_modalOptionActive___Ai_q{background:var(--overlay-light)}.ReadingStatusSelector_modalOptionIcon__SVVO2{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid transparent;transition:all .15s ease}.ReadingStatusSelector_modalOptionLabel__mD9Rs{flex:1;text-align:left}.ReadingStatusSelector_modalCheck__aajfw{flex-shrink:0}.ReadingStatusSelector_detailsSection__zJAE3{margin:0 8px;padding:8px 12px;border-top:1px solid var(--border-default)}.ReadingStatusSelector_detailRow___bNXK{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.ReadingStatusSelector_detailRow___bNXK+.ReadingStatusSelector_detailRow___bNXK{border-top:1px solid var(--border-default)}.ReadingStatusSelector_detailLabel__xqRYW{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-tertiary);flex-shrink:0}.ReadingStatusSelector_detailValue__DGUG5{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;border:none;background:var(--overlay-light);color:var(--text-secondary);font-size:13px;font-family:inherit;font-variant-numeric:tabular-nums;cursor:pointer;transition:background .1s ease;-webkit-tap-highlight-color:transparent}.ReadingStatusSelector_detailValue__DGUG5:hover{background:var(--overlay-medium)}.ReadingStatusSelector_detailValue__DGUG5 svg{color:var(--text-tertiary);flex-shrink:0}.ReadingStatusSelector_detailEditWrap__RASBo{display:flex;align-items:center;gap:4px}.ReadingStatusSelector_detailInput__bGDTZ{width:110px;padding:4px 8px;border-radius:6px;border:1px solid var(--border-strong);background:var(--overlay-medium);color:var(--text-primary);font-size:13px;font-family:inherit;outline:none;transition:border-color .15s ease;-webkit-appearance:none;color-scheme:light dark}.ReadingStatusSelector_detailInput__bGDTZ:focus{border-color:#F97316}select.ReadingStatusSelector_detailInput__bGDTZ{cursor:pointer;color-scheme:light dark}.ReadingStatusSelector_detailSaveBtn__cZpnD{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:none;color:#F97316;cursor:pointer;transition:background .1s;flex-shrink:0}.ReadingStatusSelector_detailSaveBtn__cZpnD:hover{background:rgba(249,115,22,.15)}.ReadingStatusSelector_detailCancelBtn__2xXZ7{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:none;color:var(--text-tertiary);cursor:pointer;transition:background .1s;flex-shrink:0}.ReadingStatusSelector_detailCancelBtn__2xXZ7:hover{background:var(--overlay-hover)}.ReadingStatusSelector_dateReadEditor___yqkQ{width:100%;display:flex;flex-direction:column;gap:8px}.ReadingStatusSelector_dateReadOptions__tLTSP{display:flex;gap:6px;flex-wrap:wrap}.ReadingStatusSelector_dateReadChip__bvLRb{padding:5px 12px;border-radius:16px;border:1px solid var(--border-strong);background:var(--overlay-light);color:var(--text-secondary);font-size:12px;font-family:inherit;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.ReadingStatusSelector_dateReadChip__bvLRb:hover{background:var(--overlay-medium);color:var(--text-primary)}.ReadingStatusSelector_dateReadChipActive__cwpi3{background:rgba(249,115,22,.15);border-color:#F97316;color:#F97316}.ReadingStatusSelector_ratingStars__IEXSf{display:flex;align-items:center;gap:2px}.ReadingStatusSelector_ratingStar__Cuca5{display:flex;align-items:center;justify-content:center;padding:2px;border:none;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .1s ease}.ReadingStatusSelector_ratingStar__Cuca5:active{transform:scale(.85)}.ReadingStatusSelector_ratingLabel__bhjNl{font-size:11px;color:var(--text-tertiary);margin-left:4px;white-space:nowrap}.ReadingStatusSelector_ratingNumeric__6EYnP{display:inline-flex;align-items:baseline;gap:1px;margin-left:6px;font-variant-numeric:tabular-nums;line-height:1}.ReadingStatusSelector_ratingNumericValue__LqJe7{font-size:16px;font-weight:700;color:#F97316;letter-spacing:-.01em}.ReadingStatusSelector_ratingNumericDenom__IyclS{font-size:11px;font-weight:500;color:var(--text-tertiary)}.ReadingStatusSelector_detailRowReview__DqBPV{flex-direction:column;align-items:stretch;gap:6px}.ReadingStatusSelector_reviewEditWrap__sHqwM{width:100%;display:flex;flex-direction:column;gap:6px}.ReadingStatusSelector_reviewTextarea__WxOoW{width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--border-strong);background:var(--overlay-medium);color:var(--text-primary);font-size:13px;font-family:inherit;line-height:1.4;resize:none;outline:none;transition:border-color .15s ease;-webkit-appearance:none}.ReadingStatusSelector_reviewTextarea__WxOoW:focus{border-color:#F97316}.ReadingStatusSelector_reviewEditActions__ONyh9{display:flex;justify-content:flex-end;gap:4px}.ReadingStatusSelector_reviewPreview__r8MvS{font-size:12px;color:var(--text-secondary);line-height:1.3;text-align:left}.ReadingStatusSelector_reviewPlaceholder__g9wZw{font-size:12px;color:var(--text-tertiary);font-style:italic}.ReadingStatusSelector_detailsLoading__me4nh{display:flex;justify-content:center;padding:12px 0}.ReadingStatusSelector_detailsSpinner__z15LB{width:16px;height:16px;border:2px solid var(--border-default);border-top-color:var(--text-secondary);border-radius:50%;animation:ReadingStatusSelector_spin__wc8FK .6s linear infinite}@keyframes ReadingStatusSelector_spin__wc8FK{to{transform:rotate(1turn)}}.ReadingStatusSelector_modalRemove__nrnge{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 16px);margin:4px 8px 12px;padding:10px;border:1px solid var(--border-default);border-radius:10px;background:none;color:var(--text-tertiary);font-size:13px;font-family:inherit;cursor:pointer;transition:all .1s ease}.ReadingStatusSelector_modalRemove__nrnge:hover{background:var(--overlay-light);color:var(--text-secondary)}.ReadingStatusSelector_modalRemoveActive__4gPup{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:rgba(239,68,68,.8)}.ReadingStatusSelector_modalSave__ba_8H{display:flex;align-items:center;justify-content:center;width:calc(100% - 32px);margin:8px 16px 12px;padding:0 20px;height:48px;border:none;border-radius:12px;background:var(--color-accent,#e67e22);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease;flex-shrink:0}.ReadingStatusSelector_modalSave__ba_8H:hover{opacity:.9}.ReadingStatusSelector_modalSave__ba_8H:disabled{opacity:.5;pointer-events:none}.ReadingStatusSelector_modalSafeArea__Q5sg_{height:env(safe-area-inset-bottom,0)}@media (min-width:1025px){.ReadingStatusSelector_modalOverlay__xDOFC{align-items:center;padding:16px}.ReadingStatusSelector_modalContent__Sn8EB{max-width:360px;max-height:80vh;border-radius:16px;border:1px solid var(--border-default);transform:scale(.95) translateY(8px);opacity:0;transition:transform .2s ease-out,opacity .2s ease-out;padding-bottom:0}.ReadingStatusSelector_modalContentVisible__E_rjT{transform:scale(1) translateY(0);opacity:1}.ReadingStatusSelector_modalContentClosing__b2RGh{transform:scale(.95) translateY(8px);opacity:0}.ReadingStatusSelector_modalDragHandle__CQPu_{display:none}}.MobileBookActions_overlay__rFv_h{position:fixed;inset:0;background:rgba(0,0,0,0);z-index:99990;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;transition:background var(--action-sheet-animation-duration) var(--action-sheet-easing)}.MobileBookActions_overlayVisible__H6Nub{background:var(--action-sheet-backdrop);pointer-events:auto;overscroll-behavior:contain;touch-action:none}.MobileBookActions_sheet__mCbkj{width:100%;background:var(--action-sheet-bg);border-radius:var(--action-sheet-border-radius) var(--action-sheet-border-radius) 0 0;transform:translateY(100%);transition:transform var(--action-sheet-animation-duration) var(--action-sheet-easing);will-change:transform;touch-action:pan-y!important;-webkit-tap-highlight-color:transparent;border:none;border-top:1px solid var(--border-default);padding-bottom:env(safe-area-inset-bottom,0)}.MobileBookActions_sheet__mCbkj,.MobileBookActions_sheet__mCbkj *{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.MobileBookActions_sheetDragging__XOTns{transition:none!important}.MobileBookActions_sheetVisible__r8liz{transform:translateY(0)}.MobileBookActions_dragHandle__9gDvW{display:flex;justify-content:center;padding:12px 0 8px;cursor:grab;min-height:24px}.MobileBookActions_dragHandle__9gDvW:active{cursor:grabbing}.MobileBookActions_dragHandleBar__USjgu{width:var(--action-sheet-handle-width);height:var(--action-sheet-handle-height);background-color:var(--action-sheet-handle-color);border-radius:3px}.MobileBookActions_bookInfo__Lcoj_{display:flex;align-items:center;gap:14px;padding:8px 20px 20px;border-bottom:1px solid var(--border-default)}.MobileBookActions_actions__kv0V_{padding:8px 0}.MobileBookActions_actionItem__WhaDL{display:flex;align-items:center;gap:16px;width:100%;padding:14px 20px;background:transparent;border:none;color:var(--text-primary);font-size:15px;font-weight:400;font-family:inherit;text-align:left;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;transition:none}.MobileBookActions_actionItem__WhaDL:active{background:var(--overlay-strong)}@media (hover:hover){.MobileBookActions_actionItem__WhaDL:hover{background:var(--overlay-medium)}}.MobileBookActions_actionIcon__6FBDM{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-hint)}.MobileBookActions_actionChevron__GNXIA{color:var(--text-hint);flex-shrink:0}.MobileBookActions_safeArea__B_1Qo{height:calc(env(safe-area-inset-bottom, 0px) + 8px);min-height:8px}.MobileBookActions_infoSheet__0C_ow{max-height:80vh;overflow:hidden;display:flex;flex-direction:column}@media (min-width:1280px){.MobileBookActions_overlay__rFv_h{display:none}}.BookActionSheet_overlay__Mw4Hn{position:fixed;inset:0;background:rgba(0,0,0,0);z-index:99990;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;transition:background var(--action-sheet-animation-duration) var(--action-sheet-easing)}.BookActionSheet_overlayVisible__nPPC_{background:var(--action-sheet-backdrop);pointer-events:auto;overscroll-behavior:contain;touch-action:none}.BookActionSheet_sheet__JFwgG{width:100%;background:var(--action-sheet-bg);border-radius:var(--action-sheet-border-radius) var(--action-sheet-border-radius) 0 0;transform:translateY(100%);transition:transform var(--action-sheet-animation-duration) var(--action-sheet-easing);will-change:transform;touch-action:pan-y!important;-webkit-tap-highlight-color:transparent;border:none;border-top:1px solid var(--border-default)}.BookActionSheet_sheet__JFwgG,.BookActionSheet_sheet__JFwgG *{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.BookActionSheet_sheetDragging__0iKuU{transition:none!important}.BookActionSheet_sheetVisible__v54su{transform:translateY(0)}.BookActionSheet_sheetClosing__pIRBH{transform:translateY(100%)}.BookActionSheet_overlayClosing__o2CWC{background:rgba(0,0,0,0);transition:background .3s cubic-bezier(.32,.72,0,1)}.BookActionSheet_dragHandle__egusc{display:flex;justify-content:center;padding:12px 0 8px;cursor:grab;min-height:24px}.BookActionSheet_dragHandle__egusc:active{cursor:grabbing}.BookActionSheet_dragHandleBar__qis1i{width:var(--action-sheet-handle-width);height:var(--action-sheet-handle-height);background-color:var(--action-sheet-handle-color);border-radius:3px}.BookActionSheet_bookInfo__mSzYO{display:flex;align-items:center;gap:14px;padding:8px 20px 20px;border-bottom:1px solid var(--border-default)}.BookActionSheet_bookCover__YQlhP{width:48px;height:72px;border-radius:4px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.4)}.BookActionSheet_bookCoverSquare__ZJ_uL{width:60px;height:60px}.BookActionSheet_bookCoverLoading__5p17l{background:linear-gradient(110deg,var(--skeleton-base) 8%,var(--skeleton-shine) 18%,var(--skeleton-base) 33%);background-size:200% 100%;animation:BookActionSheet_shimmer__sf_Vb 1.5s linear infinite}@keyframes BookActionSheet_shimmer__sf_Vb{0%{background-position:200% 0}to{background-position:-200% 0}}.BookActionSheet_bookCover__YQlhP img{width:100%;height:100%;object-fit:cover}.BookActionSheet_coverText__kwB3f{padding:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%}.BookActionSheet_coverTitle__1QXKG{font-size:8px;font-weight:700;color:var(--text-primary);line-height:1.2;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.BookActionSheet_bookDetails__CI8G0{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.BookActionSheet_bookTitle__RL2ox{font-size:15px;font-weight:700;color:var(--text-primary);-webkit-line-clamp:2}.BookActionSheet_bookMeta__LhuwS,.BookActionSheet_bookTitle__RL2ox{line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.BookActionSheet_bookMeta__LhuwS{font-size:13px;color:var(--text-hint);-webkit-line-clamp:1}.BookActionSheet_progressContainer__3tW6e{display:flex;align-items:center;gap:10px;margin-top:6px}.BookActionSheet_progressBar__aptJG{flex:1;height:4px;background:var(--overlay-strong);border-radius:2px;overflow:hidden}.BookActionSheet_progressFill__vmFGm{height:100%;background:var(--color-primary);border-radius:2px;transition:width .3s ease}.BookActionSheet_progressText__iiaF8{font-size:12px;color:var(--text-hint);white-space:nowrap}.BookActionSheet_completeCheckmark__nM2Td{width:18px;height:18px;border-radius:50%;background-color:var(--color-primary);display:flex;align-items:center;justify-content:center;color:var(--text-primary);flex-shrink:0}.BookActionSheet_completeCheckmarkIcon__6o1z0{flex-shrink:0}.BookActionSheet_actions__7M87c{padding:8px 0}.BookActionSheet_actionItem__9hHuU{display:flex;align-items:center;gap:16px;width:100%;padding:14px 20px;background:transparent;border:none;color:var(--text-primary);font-size:15px;font-weight:400;font-family:inherit;text-align:left;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;transition:none}.BookActionSheet_actionItem__9hHuU:active{background:var(--overlay-strong)}.BookActionSheet_actionItemNoHighlight__fvZQE,.BookActionSheet_actionItemNoHighlight__fvZQE:active{background:transparent!important}@media (hover:hover){.BookActionSheet_actionItem__9hHuU:hover{background:var(--overlay-light)}}.BookActionSheet_actionItemDisabled__zEGzi{pointer-events:none}.BookActionSheet_actionIcon__3RGUL{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-hint)}.BookActionSheet_actionText__foh61{flex:1}.BookActionSheet_actionChevron__jnySa{color:var(--text-hint);flex-shrink:0}.BookActionSheet_safeArea__M8uY6{height:calc(env(safe-area-inset-bottom, 0px) + 8px);min-height:8px}@media (min-width:641px) and (max-width:1024px){.BookActionSheet_sheet__JFwgG{max-width:100%;width:100%;margin:0;border-radius:16px 16px 0 0}.BookActionSheet_bookCover__YQlhP{width:56px;height:84px}.BookActionSheet_bookCoverSquare__ZJ_uL{width:70px;height:70px}.BookActionSheet_bookTitle__RL2ox{font-size:16px}.BookActionSheet_bookMeta__LhuwS{font-size:14px}.BookActionSheet_actionItem__9hHuU{padding:16px 24px;font-size:16px}.BookActionSheet_safeArea__M8uY6{height:calc(env(safe-area-inset-bottom, 0px) + 12px);min-height:12px}}.BookActionSheet_overlayDesktop__g_dbL{background:transparent!important;pointer-events:auto}.BookActionSheet_sheetDesktop__sOnul{position:fixed;width:220px;max-width:220px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface-2);box-shadow:0 8px 32px rgba(0,0,0,.5);transform:scale(.95) translateY(-4px);opacity:0;transition:transform .15s cubic-bezier(.32,.72,0,1),opacity .15s cubic-bezier(.32,.72,0,1)}.BookActionSheet_sheetDesktop__sOnul.BookActionSheet_sheetAbove__osgOy{transform:scale(.95) translateY(4px)}.BookActionSheet_sheetDesktop__sOnul.BookActionSheet_sheetVisible__v54su{transform:scale(1) translateY(0);opacity:1}@media (min-width:1025px){.BookActionSheet_overlay__Mw4Hn{align-items:flex-start;justify-content:flex-start}.BookActionSheet_bookInfo__mSzYO,.BookActionSheet_dragHandle__egusc{display:none}.BookActionSheet_actions__7M87c{padding:6px 0}.BookActionSheet_actionItem__9hHuU{padding:10px 16px;gap:12px;font-size:14px}.BookActionSheet_actionIcon__3RGUL{width:20px;height:20px}.BookActionSheet_actionIcon__3RGUL svg{width:18px;height:18px}.BookActionSheet_actionChevron__jnySa,.BookActionSheet_progressContainer__3tW6e,.BookActionSheet_safeArea__M8uY6{display:none}}@media (max-width:380px){.BookActionSheet_bookInfo__mSzYO{padding:8px 16px 16px;gap:12px}.BookActionSheet_bookCover__YQlhP{width:44px;height:66px}.BookActionSheet_bookCoverSquare__ZJ_uL{width:54px;height:54px}.BookActionSheet_bookTitle__RL2ox{font-size:14px}.BookActionSheet_bookMeta__LhuwS{font-size:12px}.BookActionSheet_actionItem__9hHuU{padding:12px 16px;gap:14px;font-size:14px}.BookActionSheet_actionIcon__3RGUL{width:22px;height:22px}.BookActionSheet_actionIcon__3RGUL svg{width:20px;height:20px}}