.UserCollections_container__9nvbl{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:30px 20px}.UserCollections_title__RscOO{font-family:var(--font-orbitron),sans-serif;font-size:2.5rem;text-align:center;font-weight:700;margin-bottom:30px}.UserCollections_grid__CmxRL{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px;width:100%}.UserCollections_card__Mr3jq{background-color:var(--background-light,#f8f9fa);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.UserCollections_card__Mr3jq:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.UserCollections_imageContainer__lf1ig{width:100%;height:220px;position:relative;background-color:#f0f0f0}.UserCollections_image__fW0DC{width:100%;height:100%;object-fit:cover}.UserCollections_cardContent__nP51E{padding:16px;display:flex;flex-direction:column;gap:10px}.UserCollections_collectionName__UaVJE{font-size:1.2rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserCollections_date__G_vgl{font-size:.85rem;color:#666;margin:0}.UserCollections_viewButton__Y3Pt4{background-color:var(--primary-color,#3498db);color:white;padding:8px 16px;border-radius:6px;font-size:.9rem;text-align:center;margin-top:8px;font-weight:500;transition:background-color .2s}.UserCollections_viewButton__Y3Pt4:hover{background-color:var(--hover-color,#2980b9)}.UserCollections_emptyContainer__kn6k0,.UserCollections_errorContainer__TEyRW,.UserCollections_loadingContainer__evo07{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;width:100%;text-align:center;gap:20px}.UserCollections_errorContainer__TEyRW{color:var(--error-color,#e74c3c)}.UserCollections_createButton__OdjKK{background-color:var(--primary-color,#3498db);color:white;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:500;transition:background-color .2s}.UserCollections_marginBottom__Iook1{margin-bottom:24px}.UserCollections_createButton__OdjKK:hover{background-color:var(--hover-color,#2980b9)}@media (max-width:600px){.UserCollections_title__RscOO{font-size:2rem}.UserCollections_grid__CmxRL{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){.UserCollections_card__Mr3jq{background-color:var(--background-light,#1a1a1a);box-shadow:0 4px 12px rgba(0,0,0,.3)}.UserCollections_date__G_vgl{color:#aaa}.UserCollections_imageContainer__lf1ig{background-color:#111}}