:root{--bg: #000000;--bg-surface: #0a0a0a;--bg-elevated: #111111;--border: #222222;--text: #ffffff;--text-secondary: #999999;--text-muted: #666666;--accent: #3b82f6;--accent-hover: #2563eb;--accent-subtle: rgba(59, 130, 246, .1);--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--transition: .2s ease;--radius: 12px;--radius-sm: 8px}[data-theme=light]{--bg: #ffffff;--bg-surface: #fafafa;--bg-elevated: #f5f5f5;--border: #e5e5e5;--text: #000000;--text-secondary: #666666;--text-muted: #999999;--accent-subtle: rgba(59, 130, 246, .08)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh;transition:background-color var(--transition),color var(--transition)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{display:block;max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-md)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}._header_hzhpa_1{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._inner_hzhpa_10{max-width:1200px;margin:0 auto;padding:var(--space-sm) var(--space-md);display:flex;align-items:center;justify-content:space-between}._brand_hzhpa_19{display:flex;align-items:center;gap:var(--space-sm)}._title_hzhpa_25{font-size:1.125rem;font-weight:600;letter-spacing:-.02em}._count_hzhpa_31{font-size:.8rem;color:var(--text-muted);background:var(--bg-elevated);padding:.2rem .6rem;border-radius:999px}._favorites_hzhpa_39{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:#ef4444}._themeToggle_hzhpa_47{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background var(--transition)}._themeToggle_hzhpa_47:hover{background:var(--bg-elevated)}._wrapper_12rc7_1{position:relative;max-width:600px;margin:0 auto}._icon_12rc7_7{position:absolute;left:var(--space-sm);top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}._input_12rc7_16{width:100%;padding:.75rem 2.75rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.95rem;font-family:inherit;outline:none;transition:border-color var(--transition),box-shadow var(--transition)}._input_12rc7_16::placeholder{color:var(--text-muted)}._input_12rc7_16:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}._clear_12rc7_38{position:absolute;right:var(--space-xs);top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);transition:background var(--transition),color var(--transition)}._clear_12rc7_38:hover{background:var(--bg-elevated);color:var(--text)}._spinner_12rc7_58{position:absolute;right:var(--space-sm);top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:_spin_12rc7_58 .6s linear infinite}@keyframes _spin_12rc7_58{to{transform:translateY(-50%) rotate(360deg)}}._wrapper_yduxg_1{display:flex;flex-direction:column;gap:var(--space-sm)}._group_yduxg_7{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap}._label_yduxg_14{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);min-width:4rem}._chips_yduxg_23{display:flex;flex-wrap:wrap;gap:.375rem}._chip_yduxg_23{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .7rem;font-size:.8rem;border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);transition:all var(--transition)}._chip_yduxg_23:hover{border-color:var(--text-muted);color:var(--text)}._chip_yduxg_23._active_yduxg_46{color:var(--text);font-weight:500;border-color:var(--accent);background:var(--accent-subtle)}._dot_yduxg_53{width:8px;height:8px;border-radius:50%;flex-shrink:0}._multiDot_yduxg_61{display:inline-grid;grid-template-columns:1fr 1fr;gap:1px;width:10px;height:10px;flex-shrink:0}._multiDot_yduxg_61 span{width:4px;height:4px;border-radius:50%}._card_1usiq_1{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition);opacity:0;animation:_cardIn_1usiq_1 .4s ease-out forwards}._card_1usiq_1:hover{transform:translateY(-2px);border-color:var(--text-muted);box-shadow:0 8px 24px #00000026}@keyframes _cardIn_1usiq_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._thumbnailWrap_1usiq_29{position:relative;aspect-ratio:16 / 9;background:var(--bg-elevated);overflow:hidden}._thumbnail_1usiq_29{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._card_1usiq_1:hover ._thumbnail_1usiq_29{transform:scale(1.03)}._placeholder_1usiq_47{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._badge_1usiq_55{position:absolute;top:var(--space-xs);left:var(--space-xs);padding:.15rem .5rem;font-size:.7rem;font-weight:600;color:#fff;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}._heart_1usiq_68{position:absolute;top:var(--space-xs);right:var(--space-xs);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#00000080;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform var(--transition),color var(--transition)}._heart_1usiq_68:hover{transform:scale(1.15)}._heartActive_1usiq_88{color:#ef4444}._body_1usiq_92{padding:var(--space-sm);display:flex;flex-direction:column;gap:.5rem}._title_1usiq_99{font-size:.95rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._description_1usiq_109{font-size:.8rem;color:var(--text-secondary);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._meta_1usiq_119{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}._category_1usiq_126{font-size:.7rem;font-weight:500;color:var(--accent);background:var(--accent-subtle);padding:.15rem .5rem;border-radius:999px}._tag_1usiq_135{font-size:.7rem;color:var(--text-muted);background:var(--bg-elevated);padding:.15rem .5rem;border-radius:999px}._grid_1u1my_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-md)}@media(max-width:768px){._grid_1u1my_1{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-sm)}}@media(max-width:480px){._grid_1u1my_1{grid-template-columns:1fr}}._videoWrap_1xsku_1{position:relative;aspect-ratio:16 / 9;width:100%}._iframe_1xsku_7,._video_1xsku_1{position:absolute;inset:0;width:100%;height:100%;border:none}._imageWrap_1xsku_16{display:flex;align-items:center;justify-content:center;max-height:500px;overflow:hidden}._image_1xsku_16{max-width:100%;max-height:500px;object-fit:contain}._audioWrap_1xsku_30{padding:var(--space-lg) var(--space-md);display:flex;align-items:center;justify-content:center}._audio_1xsku_30{width:100%;max-width:500px}._pdfWrap_1xsku_42{aspect-ratio:4 / 3;width:100%}._pdfFrame_1xsku_47{width:100%;height:100%;border:none}._driveVideoWrap_1xsku_54{position:relative;aspect-ratio:16 / 9;width:100%;overflow:hidden;background:var(--bg-secondary)}._driveVideoThumb_1xsku_62{width:100%;height:100%;object-fit:cover}._driveVideoPlaceholder_1xsku_68{width:100%;height:100%;background:var(--bg-secondary)}._driveVideoOverlay_1xsku_74{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xs);background:#0006;color:#fff;font-weight:500;font-size:.9rem;text-decoration:none;transition:background var(--transition)}._driveVideoOverlay_1xsku_74:hover{background:#0000008c}._driveVideoOverlay_1xsku_74 svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._fallback_1xsku_98{padding:var(--space-xl) var(--space-md);display:flex;align-items:center;justify-content:center}._fallbackLink_1xsku_105{display:inline-flex;align-items:center;gap:var(--space-xs);padding:.75rem 1.5rem;background:var(--accent);color:#fff;font-weight:500;border-radius:var(--radius-sm);transition:background var(--transition)}._fallbackLink_1xsku_105:hover{background:var(--accent-hover)}._overlay_1gfov_1{position:fixed;inset:0;z-index:200;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:var(--space-md);animation:_fadeIn_1gfov_1 .2s ease}@keyframes _fadeIn_1gfov_1{0%{opacity:0}to{opacity:1}}._modal_1gfov_19{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:800px;max-height:90vh;overflow-y:auto;animation:_slideUp_1gfov_1 .25s ease}@keyframes _slideUp_1gfov_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}._header_1gfov_41{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md);border-bottom:1px solid var(--border)}._headerLeft_1gfov_50{display:flex;flex-direction:column;gap:.5rem;min-width:0;flex:1}._headerActions_1gfov_58{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._badge_1gfov_65{display:inline-block;width:fit-content;padding:.15rem .5rem;font-size:.7rem;font-weight:600;color:#fff;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}._title_1gfov_77{font-size:1.2rem;font-weight:600;line-height:1.3;letter-spacing:-.01em}._titleInput_1gfov_84{font-size:1.2rem;font-weight:600;line-height:1.3;letter-spacing:-.01em;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem .5rem;color:var(--text);width:100%}._editBtn_1gfov_97,._driveBtn_1gfov_98,._favBtn_1gfov_99,._openBtn_1gfov_100,._closeBtn_1gfov_101{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary);transition:background var(--transition),color var(--transition)}._editBtn_1gfov_97:hover,._driveBtn_1gfov_98:hover,._favBtn_1gfov_99:hover,._openBtn_1gfov_100:hover,._closeBtn_1gfov_101:hover{background:var(--bg-elevated);color:var(--text)}._deleteBtn_1gfov_121:hover{background:#ef444426;color:#ef4444}._favActive_1gfov_126{color:#ef4444}._previewWrap_1gfov_130{background:var(--bg-elevated)}._details_1gfov_134{padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm)}._description_1gfov_141{font-size:.9rem;color:var(--text-secondary);line-height:1.6}._descriptionInput_1gfov_147{font-size:.9rem;line-height:1.6;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem;color:var(--text);resize:vertical;font-family:inherit}._metaRow_1gfov_159{display:flex;gap:var(--space-xs);align-items:baseline}._label_1gfov_165{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);min-width:6rem;flex-shrink:0}._value_1gfov_175{font-size:.85rem;color:var(--text-secondary)}._tags_1gfov_180{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}._tag_1gfov_180{font-size:.75rem;color:var(--text-muted);background:var(--bg-elevated);padding:.2rem .6rem;border-radius:999px}._inlineInput_1gfov_197{font-size:.85rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.2rem .5rem;color:var(--text);flex:1}._chipGroup_1gfov_207{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}._chip_1gfov_207{font-size:.75rem;padding:.2rem .6rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;transition:all var(--transition)}._chip_1gfov_207:hover{border-color:var(--text-secondary)}._chipActive_1gfov_229{background:var(--text);color:var(--bg-surface);border-color:var(--text)}._chipEditable_1gfov_235{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;background:var(--bg-elevated);color:var(--text-secondary);display:inline-flex;align-items:center;gap:.25rem}._chipRemove_1gfov_246{font-size:.9rem;line-height:1;color:var(--text-muted);cursor:pointer;padding:0;background:none;border:none}._chipRemove_1gfov_246:hover{color:#ef4444}._chipInput_1gfov_260{font-size:.75rem;background:transparent;border:1px dashed var(--border);border-radius:999px;padding:.2rem .5rem;color:var(--text);width:5rem;outline:none}._chipInput_1gfov_260:focus{border-color:var(--text-secondary)}._editActions_1gfov_275{display:flex;justify-content:flex-end;gap:.5rem;padding-top:var(--space-xs);border-top:1px solid var(--border)}._cancelBtn_1gfov_283,._saveBtn_1gfov_284{font-size:.8rem;padding:.4rem 1rem;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition)}._cancelBtn_1gfov_283{background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border)}._cancelBtn_1gfov_283:hover{color:var(--text)}._saveBtn_1gfov_284{background:var(--text);color:var(--bg-surface);border:1px solid var(--text);font-weight:600}._saveBtn_1gfov_284:hover{opacity:.9}._saveBtn_1gfov_284:disabled,._cancelBtn_1gfov_283:disabled{opacity:.5;cursor:not-allowed}._section_1bwfx_1{border-top:1px solid var(--border);padding-top:var(--space-md);margin-top:var(--space-sm)}._header_1bwfx_7{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--space-sm)}._titleRow_1bwfx_14{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary)}._title_1bwfx_14{font-size:.95rem;font-weight:600;color:var(--text-secondary)}._badge_1bwfx_27{font-size:.7rem;font-weight:600;background:var(--text-muted);color:var(--bg-surface);padding:.1rem .45rem;border-radius:999px}._hint_1bwfx_36{font-size:.75rem;color:var(--text-muted)}._grid_1bwfx_41{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-sm)}._card_1bwfx_47{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-surface);border:1px dashed var(--border);border-radius:var(--radius-sm);transition:border-color var(--transition);cursor:pointer}._card_1bwfx_47:hover{border-color:var(--text-muted)}._icon_1bwfx_63{font-size:1.5rem;flex-shrink:0}._info_1bwfx_68{display:flex;flex-direction:column;gap:.15rem;min-width:0}._name_1bwfx_75{font-size:.8rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._meta_1bwfx_84{font-size:.7rem;color:var(--text-muted)}._overlay_1uupc_1{position:fixed;inset:0;z-index:200;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:var(--space-md);animation:_fadeIn_1uupc_1 .2s ease}@keyframes _fadeIn_1uupc_1{0%{opacity:0}to{opacity:1}}._modal_1uupc_19{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:_slideUp_1uupc_1 .25s ease}@keyframes _slideUp_1uupc_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}._header_1uupc_43{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:.75rem var(--space-md);border-bottom:1px solid var(--border);flex-shrink:0}._headerLeft_1uupc_53{display:flex;flex-direction:column;gap:.15rem;min-width:0}._name_1uupc_60{font-size:.9rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._meta_1uupc_69{font-size:.75rem;color:var(--text-muted)}._headerActions_1uupc_74{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._actionBtn_1uupc_81{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary);background:none;border:none;cursor:pointer;transition:background var(--transition),color var(--transition);text-decoration:none}._actionBtn_1uupc_81:hover{background:var(--bg-elevated);color:var(--text)}._content_1uupc_101{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;background:var(--bg-elevated);min-height:200px}._image_1uupc_111{max-width:100%;max-height:75vh;object-fit:contain}._video_1uupc_117{max-width:100%;max-height:75vh}._audioWrap_1uupc_122{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-xl)}._audioIcon_1uupc_130{color:var(--text-muted)}._audio_1uupc_122{width:100%;max-width:400px}._pdf_1uupc_139{width:100%;height:75vh;border:none}._unsupported_1uupc_145{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:var(--space-xl);color:var(--text-muted);text-align:center}._unsupported_1uupc_145 p{font-size:.9rem}._downloadBtn_1uupc_159{font-size:.85rem;padding:.5rem 1.25rem;border-radius:var(--radius-sm);background:var(--text);color:var(--bg-surface);text-decoration:none;font-weight:600;transition:opacity var(--transition)}._downloadBtn_1uupc_159:hover{opacity:.9}._dangerBtn_1uupc_176:hover{background:#ef444426;color:#ef4444}._formWrap_1uupc_183{flex:1;overflow-y:auto;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm)}._formHeader_1uupc_192{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--text);padding-bottom:var(--space-xs);border-bottom:1px solid var(--border);margin-bottom:.25rem}._formField_1uupc_204{display:flex;flex-direction:column;gap:.3rem}._formLabel_1uupc_210{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}._formInput_1uupc_218{font-size:.85rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .5rem;color:var(--text);font-family:inherit}._formInput_1uupc_218:focus,._formTextarea_1uupc_229:focus{outline:none;border-color:var(--text-secondary)}._formTextarea_1uupc_229{font-size:.85rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .5rem;color:var(--text);resize:vertical;font-family:inherit}._formError_1uupc_245{font-size:.8rem;color:#ef4444}._formActions_1uupc_250{display:flex;justify-content:flex-end;gap:.5rem;padding-top:var(--space-xs);border-top:1px solid var(--border)}._chipGroup_1uupc_260{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}._chip_1uupc_260{font-size:.75rem;padding:.2rem .6rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;transition:all var(--transition)}._chip_1uupc_260:hover{border-color:var(--text-secondary)}._chipActive_1uupc_282{background:var(--text);color:var(--bg-surface);border-color:var(--text)}._chipEditable_1uupc_288{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;background:var(--bg-elevated);color:var(--text-secondary);display:inline-flex;align-items:center;gap:.25rem}._chipRemove_1uupc_299{font-size:.9rem;line-height:1;color:var(--text-muted);cursor:pointer;padding:0;background:none;border:none}._chipRemove_1uupc_299:hover{color:#ef4444}._chipInput_1uupc_313{font-size:.75rem;background:transparent;border:1px dashed var(--border);border-radius:999px;padding:.2rem .5rem;color:var(--text);width:5rem;outline:none}._chipInput_1uupc_313:focus{border-color:var(--text-secondary)}._cancelBtn_1uupc_330,._saveBtn_1uupc_331{font-size:.8rem;padding:.4rem 1rem;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition)}._cancelBtn_1uupc_330{background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border)}._cancelBtn_1uupc_330:hover{color:var(--text)}._saveBtn_1uupc_331{background:var(--text);color:var(--bg-surface);border:1px solid var(--text);font-weight:600}._saveBtn_1uupc_331:hover{opacity:.9}._saveBtn_1uupc_331:disabled,._cancelBtn_1uupc_330:disabled{opacity:.5;cursor:not-allowed}._wrapper_1vmms_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-xl) var(--space-md);text-align:center}._title_1vmms_11{font-size:1.1rem;font-weight:600;color:var(--text-secondary)}._hint_1vmms_17{font-size:.85rem;color:var(--text-muted);max-width:320px}._overlay_12dz8_2{position:fixed;inset:0;z-index:500;background:#6366f11f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:_fadeIn_12dz8_1 .15s ease;pointer-events:none}@keyframes _fadeIn_12dz8_1{0%{opacity:0}to{opacity:1}}._dropTarget_12dz8_20{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 4rem;border:2px dashed var(--accent, #6366f1);border-radius:var(--radius);background:var(--bg-surface);color:var(--accent, #6366f1);box-shadow:0 8px 32px #0003}._dropText_12dz8_33{font-size:1.1rem;font-weight:600;color:var(--text)}._dropHint_12dz8_39{font-size:.8rem;color:var(--text-muted)}._panel_12dz8_45{position:fixed;bottom:var(--space-md);right:var(--space-md);z-index:300;width:340px;max-height:400px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 24px #00000026;display:flex;flex-direction:column;animation:_slideUp_12dz8_1 .2s ease}@keyframes _slideUp_12dz8_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._panelHeader_12dz8_72{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._panelTitle_12dz8_80{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--text)}._panelActions_12dz8_89{display:flex;align-items:center;gap:.5rem}._clearBtn_12dz8_95{font-size:.7rem;color:var(--text-muted);padding:.2rem .5rem;border-radius:var(--radius-sm);transition:background var(--transition)}._clearBtn_12dz8_95:hover{background:var(--bg-elevated);color:var(--text)}._closePanel_12dz8_108{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);transition:background var(--transition)}._closePanel_12dz8_108:hover{background:var(--bg-elevated);color:var(--text)}._list_12dz8_124{list-style:none;overflow-y:auto;max-height:220px;padding:.5rem 0}._item_12dz8_131{display:flex;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.8rem}._itemIcon_12dz8_139{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}._spinner_12dz8_148{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent, #6366f1);border-radius:50%;animation:_spin_12dz8_148 .6s linear infinite}@keyframes _spin_12dz8_148{to{transform:rotate(360deg)}}._itemName_12dz8_161{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary)}._itemSize_12dz8_170{flex-shrink:0;font-size:.7rem;color:var(--text-muted)}._panelNote_12dz8_176{padding:.5rem 1rem;font-size:.7rem;color:var(--text-muted);border-top:1px solid var(--border);line-height:1.4}._addMore_12dz8_184{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1rem;font-size:.8rem;color:var(--accent, #6366f1);cursor:pointer;border-top:1px solid var(--border);transition:background var(--transition)}._addMore_12dz8_184:hover{background:var(--bg-elevated)}._hiddenInput_12dz8_201{display:none}._fab_12dz8_206{position:fixed;bottom:var(--space-md);right:var(--space-md);z-index:200;width:44px;height:44px;border-radius:50%;background:var(--accent, #6366f1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 12px #0003;transition:transform .15s ease,box-shadow .15s ease}._fab_12dz8_206:hover{transform:scale(1.08);box-shadow:0 4px 20px #0000004d}
