.project-list-container{margin-top:30px}.project-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:20px;list-style:none;margin:0;padding:0}@media(max-width: 992px){.project-list{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:20px}}@media(max-width: 768px){.project-list{gap:10px}}@media(max-width: 576px){.project-list{grid-template-columns:1fr}}.build-card{list-style:none;display:flex;flex-direction:column;background:#fff;border-radius:4px !important;border:1px solid #e9ecef;box-shadow:0 1px 2px 0 rgba(0,0,0,.06);overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);background:#f8f9fb}.build-card:hover,.build-card:active,.build-card:focus,.build-card:focus-visible{border-color:#2f55d4;box-shadow:0 20px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.08)}.build-card:hover .build-card__title,.build-card:active .build-card__title,.build-card:focus .build-card__title,.build-card:focus-visible .build-card__title{color:#2f55d4}.build-card:hover *,.build-card:active *,.build-card:focus *,.build-card:focus-visible *{text-decoration:none !important}.build-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none !important}.build-card__image-link,.build-card__title-link{color:inherit;text-decoration:none !important}.build-card__image-link{display:block}.build-card__image-wrap{position:relative;overflow:hidden}.build-card__image{width:100%;display:block;object-fit:cover;transition:transform .4s ease}.build-card:hover .build-card__image{transform:scale(1.1)}.build-card__badge{position:absolute;top:10px;right:10px;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700;letter-spacing:-0.03em;text-transform:uppercase;background:rgba(0,0,0,.65);color:#fff}.build-card__body{padding:16px;background:#f8f9fb}.build-card__title{margin:0 0 10px !important;padding:0 !important;font-size:15px;font-weight:600;text-transform:uppercase;color:#252c3f;border-bottom:none !important}.build-card__meta{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#6c757d}.build-card__owner{display:inline-flex;align-items:center;gap:6px}.build-card__owner-link{display:inline-flex;align-items:center;gap:6px;color:inherit !important;text-decoration:none !important}.build-card__avatar-placeholder{width:20px;height:20px;border-radius:50% !important;background:#e9ecef;overflow:hidden}.build-card__avatar-placeholder img{display:block;width:100%;height:100%;object-fit:cover}.build-card__owner-name{font-weight:600}.build-card__social{flex-shrink:0;line-height:1}.build-card__social .social-group.compact{transform-origin:center right}.build-card__followers-stat{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-size:13px;color:#6c757d}.build-card__followers-stat i{color:#8b93a6}.build-card__followers-stat-value{font-weight:600}.project-create-cta-card>a{color:inherit;text-decoration:none !important;display:flex;flex-direction:column;flex:1 1 auto;align-self:stretch;min-height:0;min-width:0;width:100%}.project-create-cta-card>a:hover,.project-create-cta-card>a:focus,.project-create-cta-card>a:focus-visible,.project-create-cta-card>a:active,.project-create-cta-card>a:visited{text-decoration:none !important}.project-create-cta-card>a *{text-decoration:none !important}.project-create-cta-card .project-create-cta-card__inner{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;min-width:0;width:100%}.project-create-cta-card .project-create-cta-card__visual{position:relative;flex:1 1 auto;min-height:0;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:15px 20px;overflow:hidden;background:linear-gradient(to bottom, rgba(110, 120, 255, 0.18) 0%, rgba(110, 120, 255, 0.06) 55%, transparent 100%),radial-gradient(circle at 20% 15%, rgba(47, 85, 212, 0.2), transparent 45%),#f3f6ff}.project-create-cta-card .project-create-cta-card__visual::after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;background:linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.6) 35%, transparent 100%)}.project-create-cta-card .project-create-cta-card__plus{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;color:#2f55d4}.project-create-cta-card .project-create-cta-card__plus i{font-size:58px;line-height:1}.project-create-cta-card .project-create-cta-card__body{padding:16px;background:#f8f9fb;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;text-decoration:none}.project-create-cta-card .project-create-cta-card__btn{font-weight:800;font-size:16px;padding:14px 36px;border-radius:4px !important;white-space:nowrap;width:100%;max-width:240px;text-align:center}.project-create-cta-card .project-create-cta-card__btn i{margin-right:8px}.project-create-cta-card .project-create-cta-card__title{margin:0;font-size:15px;font-weight:700;text-align:center;line-height:1.1}.project-create-cta-card .project-create-cta-card__subtitle{margin:0;color:#6c757d;font-size:13px;font-weight:600;text-align:center}.project-item{position:relative;display:flex;flex-direction:column}.project-item.project-create-card a{text-decoration:none;display:block}.project-item.project-create-card .project-card{background-color:#f5f5f5;border:2px dashed #ddd;transition:background-color .3s ease,border-color .3s ease}.project-item.project-create-card .project-image{display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;transition:background-color .3s ease}.project-item.project-create-card .project-image i{font-size:80px;color:#bbb}.project-item.project-create-card:hover .project-card{background-color:#e0e0e0;border-color:#bbb}.project-item.project-create-card:hover .project-image{background-color:#e0e0e0}.project-item.project-create-card:hover .project-overlay{opacity:1;visibility:visible}.project-card{position:relative;overflow:hidden;background-color:#000;border-radius:0}.project-card::before{content:"";display:block;padding-top:75%}.project-card .social-group{position:absolute;top:10px;left:10px;z-index:10}.project-image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transition:height .3s ease,top .3s ease}.project-image .project-image-link{display:block;width:100%;height:100%;text-decoration:none}.project-image img{width:100%;height:100%;object-fit:cover;display:block}.project-overlay{position:absolute;bottom:0;left:0;width:100%;max-height:0;overflow:hidden;background-color:#000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,max-height .3s ease;z-index:2;display:flex;align-items:center;justify-content:center;padding:15px 0;box-sizing:border-box}@media(max-width: 768px){.project-overlay{display:none}}.project-item:hover .project-overlay{opacity:1;visibility:visible;max-height:100px}.project-overlay-content{display:flex;align-items:center;justify-content:center;width:100%}.project-overlay-body{text-align:center}.project-btn{display:inline-block;padding:10px 30px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s ease}.project-btn.btn{border:none}.project-btn.uppercase{text-transform:uppercase}.project-title{margin-top:7px;font-size:16px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-title a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;transition:color .2s ease}.project-desc{margin-top:5px;font-size:13px;color:#999;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-desc .separator{margin:0;color:#ddd}.transfer-banner-overlay{position:absolute;top:0;left:0;right:0;background-color:rgba(243,156,18,.95);color:#fff;padding:10px;text-align:center;font-weight:600;font-size:13px;z-index:4}.transfer-banner-overlay i{margin-right:5px}.project-status-badge{position:absolute;top:5px;right:5px;z-index:4;pointer-events:none}.profile-projects{margin-top:30px;padding-top:30px;border-top:1px solid #eee}.profile-projects .projects-title{font-size:18px;font-weight:600;margin-bottom:20px;color:#333}.profile-projects .projects-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media(max-width: 768px){.profile-projects .projects-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:10px}}@media(max-width: 576px){.profile-projects .projects-grid{grid-template-columns:1fr}}#js-filters-juicy-projects{margin-bottom:30px}#js-my-projects.project-list .project-item[data-is-sold="1"],#js-my-projects.project-list .build-card[data-is-sold="1"]{display:none}
