.mainDesc{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100vh;max-width:1200px;gap:5rem;padding:2rem;margin:0 auto}.mainDesc .filesGrid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 1rem;width:100%;padding-bottom:20rem}.Skeleton{display:grid;place-items:center;width:100%;height:50%}.loading-icon{font-size:3rem;animation:spin .2s linear infinite;color:#48494d}@keyframes spin{to{transform:rotate(1turn)}}.PromptCard{display:flex;flex-direction:column;width:100%;max-width:380px;border-radius:25px;border:1px solid #434343;background-color:#1c1d22;transition:all .2s;overflow:hidden;animation:fadeInSlideUp .6s ease-out forwards}.PromptCard:hover{background-color:#e5dfd9;transition:all .2s}.PromptCard:hover .top img.cover{transform:scale(1.5);transition:transform .5s}.PromptCard:hover .bot h2,.PromptCard:hover .bot h4,.PromptCard:hover .bot p{color:#121316}.PromptCard .top{position:relative;width:100%;height:200px;overflow:hidden}.PromptCard .top img.cover{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s}.PromptCard .top .icons{position:absolute;bottom:10px;left:10px;display:flex;gap:10px}.PromptCard .top .icons .icon{width:30px;height:30px;border-radius:50%}.PromptCard .top span.views{position:absolute;display:flex;gap:5px;font-size:12px;bottom:10px;right:10px;padding:8px 12px 6px;border-radius:20px;background-color:#1c1d22;color:#d3d1ce;font-weight:700}.PromptCard .top span.views svg{margin-top:-1px}.PromptCard .bot{display:flex;flex-direction:column;justify-content:space-between;padding:1rem 2rem;width:100%;min-height:100px;cursor:default}.PromptCard .bot .prompt{margin:1rem 0;font-size:1rem;cursor:text}.PromptCard .bot .actions{display:flex;align-items:center;justify-content:space-between}.PromptCard .bot .actions .copy{margin-left:auto;margin-right:1rem}.PromptCard .bot .actions h4{color:#19cd19;font-weight:700}.PromptCard .bot h4{font-size:1.2rem;color:#e5dfd9}.PromptCard .bot a,.PromptCard .bot button{display:flex;align-items:center;gap:10px;padding:.7rem 2rem .7rem 1.5rem;width:auto;margin:0;border:1px solid #434343;outline:none;border-radius:5px;background-color:#1c1d22;font-weight:700;font-size:1.4rem;color:#e5dfd9;cursor:pointer;text-decoration:none}.PromptCard .bot a svg,.PromptCard .bot button svg{font-size:1.2rem;flex-shrink:0}.PromptCard .bot a:hover,.PromptCard .bot button:hover{background-color:#e5dfd9;color:#121316}.PromptCard .bot a.disabled,.PromptCard .bot button.disabled{opacity:.6}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}