.CollectionsList_container__xqKar{width:100%;margin-top:1rem}.CollectionsList_header__ida2m{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.CollectionsList_headerContent__BXlwh{flex:1 1;min-width:200px}.CollectionsList_title__tdv2x{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:var(--foreground)}.CollectionsList_subtitle__3ub9e{color:var(--text-color,#333);font-size:.9rem}.CollectionsList_createButton__q01Jt{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--button-primary-bg);color:var(--button-primary-text);border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.CollectionsList_createButton__q01Jt:hover{background:var(--button-primary-hover);transform:translateY(-1px)}.CollectionsList_plusIcon__W8lfT{font-size:1rem;font-weight:700}.CollectionsList_loading__rxdlo{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:var(--foreground-muted)}.CollectionsList_spinner__U9bcK{width:32px;height:32px;border-top:3px solid var(--border-color);border:3px solid var(--border-color);border-top-color:var(--button-primary-bg);border-radius:50%;animation:CollectionsList_spin__Ldu_L 1s linear infinite}@keyframes CollectionsList_spin__Ldu_L{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CollectionsList_emptyState__IlNg0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;background:var(--card-background);border:2px dashed var(--border-color);border-radius:12px}.CollectionsList_emptyIcon__60zFO{font-size:3rem;margin-bottom:1rem}.CollectionsList_emptyState__IlNg0 h3{margin:0 0 .5rem;font-size:1.25rem;color:var(--text-color)}.CollectionsList_emptyState__IlNg0 p{margin:0 0 1.5rem;color:var(--text-color);max-width:300px}.CollectionsList_emptyCreateButton__4plCF{padding:.75rem 1.5rem;background:var(--tertiary-color);color:var(--text-color);border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.CollectionsList_emptyCreateButton__4plCF:hover{background:var(--secondary-color);transform:translateY(-1px)}.CollectionsList_grid__eAP7B{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.CollectionsList_collectionCard__sIeBh{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all .2s ease;height:-moz-fit-content;height:fit-content}.CollectionsList_collectionCard__sIeBh:hover{transform:translateY(-2px);border-color:var(--button-primary-bg);box-shadow:0 8px 25px rgba(0,0,0,.1)}.CollectionsList_cardHeader__a3RHz{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem .5rem}.CollectionsList_collectionName__ivC3Y{font-size:1.1rem;font-weight:600;color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;margin:0 .5rem 0 0}.CollectionsList_cardActions__xHitp{display:flex;gap:.5rem;flex-shrink:0}.CollectionsList_previewContainer__CaunS{padding:0;margin-bottom:1rem;width:100%}.CollectionsList_previewThumb__1cFW6{width:100%;height:120px;background:#f8f8f8;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.CollectionsList_imageGrid__2guZs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;border-radius:8px;overflow:hidden;background:var(--background-secondary)}.CollectionsList_previewImage__h_LXP{aspect-ratio:1;overflow:hidden}.CollectionsList_previewImage__h_LXP img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.CollectionsList_previewImage__h_LXP:hover img{transform:scale(1.05)}.CollectionsList_emptyPreview__d3aL6{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;aspect-ratio:1;background:var(--background-secondary);border-radius:8px;color:var(--foreground-muted)}.CollectionsList_emptyPreviewIcon__K_DCX{font-size:2rem;margin-bottom:.5rem}.CollectionsList_emptyPreview__d3aL6 p{margin:.5rem 0;font-size:1rem}.CollectionsList_cardFooter___z_G1{padding:0 1rem 1rem}.CollectionsList_collectionInfo__ujInA{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.CollectionsList_imageCount__TMDce{font-size:.875rem;color:var(--foreground-muted);font-weight:500}.CollectionsList_privacyBadge__90dc3{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:capitalize}.CollectionsList_privacyBadge__90dc3.CollectionsList_private__J_zD6{background:rgba(108,117,125,.1);color:#6c757d}.CollectionsList_privacyBadge__90dc3.CollectionsList_public__VcuOn{background:rgba(40,167,69,.1);color:#28a745}.CollectionsList_description__dZqV2{margin:0 0 .5rem;font-size:.875rem;color:var(--foreground-muted);line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.CollectionsList_createdDate__JsZjb{font-size:.75rem;color:var(--foreground-muted);opacity:.7}@media (max-width:768px){.CollectionsList_container__xqKar{padding:.5rem}.CollectionsList_grid__eAP7B{grid-template-columns:1fr;gap:1rem}.CollectionsList_header__ida2m{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1rem}.CollectionsList_createButton__q01Jt{align-self:flex-start;padding:1rem 1.5rem;font-size:1rem}.CollectionsList_collectionInfo__ujInA{flex-direction:column;align-items:flex-start;gap:.5rem}.CollectionsList_cardActions__xHitp{gap:1rem}.CollectionsList_deleteButton__db_a7,.CollectionsList_editButton__p5zi_,.CollectionsList_viewButton__z2uku{min-width:44px;min-height:44px;width:auto;font-size:1.2rem;border:.5px solid var(--link-color);padding:6px}.CollectionsList_collectionCard__sIeBh{padding:1rem}.CollectionsList_cardHeader__a3RHz{margin-bottom:1rem}.CollectionsList_collectionName__ivC3Y{font-size:1.1rem}.CollectionsList_previewContainer__CaunS{margin-bottom:1rem}.CollectionsList_emptyPreview__d3aL6{height:120px}.CollectionsList_description__dZqV2{font-size:.9rem;line-height:1.3}}.CollectionsList_collectionCard__sIeBh.CollectionsList_mobile__9_2D_{touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.CollectionsList_collectionCard__sIeBh.CollectionsList_mobile__9_2D_ .CollectionsList_deleteButton__db_a7,.CollectionsList_collectionCard__sIeBh.CollectionsList_mobile__9_2D_ .CollectionsList_editButton__p5zi_,.CollectionsList_collectionCard__sIeBh.CollectionsList_mobile__9_2D_ .CollectionsList_viewButton__z2uku{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.CollectionsList_collectionCard__sIeBh.CollectionsList_mobile__9_2D_ .CollectionsList_deleteButton__db_a7:active,.CollectionsList_collectionCard__sIeBh.CollectionsList_mobile__9_2D_ .CollectionsList_editButton__p5zi_:active,.CollectionsList_collectionCard__sIeBh.CollectionsList_mobile__9_2D_ .CollectionsList_viewButton__z2uku:active{transform:scale(.95)}@media (max-width:480px){.CollectionsList_container__xqKar{padding:.25rem}.CollectionsList_title__tdv2x{font-size:1.1rem}.CollectionsList_subtitle__3ub9e{font-size:.8rem}.CollectionsList_createButton__q01Jt{width:100%;justify-content:center;padding:1.2rem}.CollectionsList_collectionCard__sIeBh{padding:.75rem}.CollectionsList_cardActions__xHitp{gap:.5rem}.CollectionsList_deleteButton__db_a7,.CollectionsList_editButton__p5zi_,.CollectionsList_viewButton__z2uku{min-width:40px;min-height:40px;padding:.5rem;font-size:1rem}.CollectionsList_emptyPreview__d3aL6{height:250px}.CollectionsList_description__dZqV2{font-size:.8rem}.CollectionsList_createdDate__JsZjb{font-size:.7rem}.CollectionsList_previewThumb__1cFW6{width:100%;height:100px}}