.ShowcaseListModal_modalOverlay___j4mD{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ShowcaseListModal_modalContent__3WBSP{background:white;border-radius:12px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:ShowcaseListModal_slideUp__oAf68 .3s ease}@keyframes ShowcaseListModal_slideUp__oAf68{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ShowcaseListModal_modalHeader__D6I47{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.ShowcaseListModal_modalHeader__D6I47 h2{margin:0;font-size:1.5rem;color:#1f2937}.ShowcaseListModal_closeButton__YdXc8{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.ShowcaseListModal_closeButton__YdXc8:hover{background:#f3f4f6;color:#1f2937}.ShowcaseListModal_modalBody__giRQx{flex:1 1;overflow-y:auto;padding:1.5rem}.ShowcaseListModal_loading__2pYOv{text-align:center;color:#6b7280;padding:2rem 0}.ShowcaseListModal_noShowcases__9LlOb{text-align:center;padding:2rem 0}.ShowcaseListModal_noShowcases__9LlOb p{color:#6b7280;margin:0}.ShowcaseListModal_showcaseList__hZJkB{display:flex;flex-direction:column;gap:1rem}.ShowcaseListModal_showcaseItem__HSIs6{display:flex;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s;gap:.5rem}.ShowcaseListModal_showcaseItem__HSIs6:hover{border-color:#6366f1;background:#f8f9ff}.ShowcaseListModal_showcaseItem__HSIs6.ShowcaseListModal_selected__ozaHc{border-color:#6366f1;background:#f0f4ff}.ShowcaseListModal_showcaseInfoClickable__79_3r{flex:1 1;display:flex;align-items:center;cursor:pointer;gap:.75rem}.ShowcaseListModal_showcaseInfo__h1W8U{flex:1 1}.ShowcaseListModal_showcaseInfo__h1W8U h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1f2937}.ShowcaseListModal_showcaseInfo__h1W8U p{margin:0 0 .5rem;color:#6b7280;font-size:.9rem;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.ShowcaseListModal_showcaseInfo__h1W8U small{display:block;color:#9ca3af;font-size:.8rem}.ShowcaseListModal_checkmark__bZ3uq{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e5e7eb;color:#6b7280;font-weight:700;margin-left:1rem}.ShowcaseListModal_showcaseItem__HSIs6.ShowcaseListModal_selected__ozaHc .ShowcaseListModal_checkmark__bZ3uq{background:#6366f1;color:white}.ShowcaseListModal_deleteButton__FK0zZ{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ShowcaseListModal_deleteButton__FK0zZ:hover{background:#fee2e2;transform:scale(1.1)}.ShowcaseListModal_deleteButton__FK0zZ:active{transform:scale(.95)}.ShowcaseListModal_modalFooter__qlxvB{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;justify-content:flex-end}.ShowcaseListModal_cancelButton__yb8M2,.ShowcaseListModal_confirmButton___3alR{padding:.75rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.ShowcaseListModal_cancelButton__yb8M2{background:#f3f4f6;color:#374151}.ShowcaseListModal_cancelButton__yb8M2:hover{background:#e5e7eb}.ShowcaseListModal_confirmButton___3alR{background:linear-gradient(135deg,#667eea,#764ba2);color:white;box-shadow:0 2px 8px rgba(102,126,234,.3)}.ShowcaseListModal_confirmButton___3alR:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.ShowcaseListModal_confirmButton___3alR:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.ShowcaseListModal_modalContent__3WBSP{max-height:90vh}.ShowcaseListModal_modalBody__giRQx,.ShowcaseListModal_modalHeader__D6I47{padding:1rem}.ShowcaseListModal_modalFooter__qlxvB{padding:1rem;flex-direction:column}.ShowcaseListModal_cancelButton__yb8M2,.ShowcaseListModal_confirmButton___3alR{width:100%}}