.profile-cards-container{max-width:100%;margin:0 auto;padding:1.5rem}.profile-cards-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.profile-card{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid hsla(0,0%,100%,.05);box-shadow:0 4px 12px rgba(0,0,0,.3);display:flex;flex-direction:column}.profile-card:hover{transform:translateY(-4px) scale(1.02);border-color:rgba(255,0,128,.3);box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 20px rgba(255,0,128,.15)}.card-image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background:linear-gradient(145deg,#2a2a2a,#1a1a1a);flex-shrink:0}.card-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);filter:brightness(.95)}.profile-card:hover .card-image{transform:scale(1.08);filter:brightness(1.05)}.status-indicators{position:absolute;top:.75rem;left:.75rem;right:.75rem;display:flex;justify-content:space-between;align-items:flex-start;z-index:2}.status-left{display:flex;gap:.4rem}.badge-new{background:rgba(255,0,128,.95);padding:.35rem .75rem;border-radius:6px;font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 8px rgba(255,0,128,.4)}.badge-new,.favorite-btn{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff}.favorite-btn{background:rgba(0,0,0,.7);width:32px;height:32px;border-radius:8px;border:1px solid hsla(0,0%,100%,.15);font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.favorite-btn:hover{background:rgba(255,0,128,.15);border-color:rgba(255,0,128,.5);transform:scale(1.05)}.favorite-btn.active{background:rgba(255,0,128,.25);border-color:rgba(255,0,128,.6);color:#ff0080}.card-content{padding:.85rem;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.5));display:flex;flex-direction:column;flex:1;min-height:0}.category-tag{display:inline-block;font-size:.6rem;color:#ff0080;font-weight:800;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.8px;opacity:.9;line-height:1.2;min-height:.72rem}.card-header{margin-bottom:.4rem;min-height:1.83rem}.card-title-group{display:flex;flex-direction:column}.card-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.5);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:1.43rem;max-height:1.43rem}.online-dot{width:9px;height:9px;background:#0f8;border-radius:50%;flex-shrink:0;box-shadow:0 0 12px rgba(0,255,136,.9);animation:pulseDot 1.5s ease-in-out infinite;border:2px solid rgba(0,0,0,.3)}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 12px rgba(0,255,136,.9)}50%{opacity:.7;transform:scale(1.1);box-shadow:0 0 16px #0f8}}.verified-badge{width:18px;height:18px;background:linear-gradient(135deg,#00d4ff,#09f);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;color:#000;font-weight:800;flex-shrink:0;box-shadow:0 0 8px rgba(0,212,255,.6);border:2px solid hsla(0,0%,100%,.2)}.card-subtitle{font-size:.7rem;color:#999;margin-bottom:.6rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8rem}.studio-link{color:#ff0080;text-decoration:none;transition:color .2s}.studio-link:hover{color:#ff4da6}.card-meta{margin-bottom:.75rem;flex-shrink:0}.meta-row{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:#aaa;margin-bottom:.35rem}.meta-row:last-child{margin-bottom:0}.meta-icon{opacity:.7;font-size:.75rem}.rating-star{color:gold;font-size:.9rem;filter:drop-shadow(0 0 4px rgba(255,215,0,.6))}.rating-value{font-weight:800;color:#fff;font-size:.75rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.rating-count{color:#888;font-size:.68rem}.divider{height:1px;background:hsla(0,0%,100%,.08);margin:.65rem 0;flex-shrink:0}.phone-cta{width:100%;background:linear-gradient(135deg,#ff0080,#ff4da6);border:none;color:#fff;padding:.75rem .5rem;border-radius:8px;font-size:.8rem;font-weight:800;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:.3px;box-shadow:0 3px 10px rgba(255,0,128,.35);text-shadow:0 1px 2px rgba(0,0,0,.3);min-height:2.5rem;max-height:2.5rem;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-cta:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 16px rgba(255,0,128,.5);background:linear-gradient(135deg,#ff1a8f,#ff5cb0)}.phone-cta:active{transform:translateY(0) scale(1);box-shadow:0 3px 8px rgba(255,0,128,.4)}@media (max-width:480px){.profile-cards-container{padding:.75rem}.profile-cards-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;grid-auto-rows:1fr}.profile-card{height:100%}.card-content{padding:.65rem}.status-indicators{top:.5rem;left:.5rem;right:.5rem}.card-title{font-size:.85rem;font-weight:700;line-height:1.2;min-height:1.02rem;max-height:1.02rem}.card-header{min-height:1.42rem}.category-tag{font-size:.55rem;line-height:1.2}.card-subtitle{min-height:2.6rem;max-height:2.6rem;line-height:1.3}.card-subtitle,.meta-row{font-size:.65rem}.rating-star{font-size:.8rem}.rating-value{font-size:.7rem}.phone-cta{font-size:.68rem;padding:.55rem .4rem;min-height:2rem;max-height:2rem;letter-spacing:0}.badge-new{font-size:.6rem;padding:.3rem .6rem}.favorite-btn{width:28px;height:28px;font-size:1rem}.online-dot{width:7px;height:7px}.verified-badge{width:14px;height:14px;font-size:.6rem}}@media (min-width:481px) and (max-width:1023px){.profile-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.profile-cards-grid{grid-template-columns:repeat(6,1fr)}}.card-image,.profile-card{will-change:transform}.scrolling .card-image,.scrolling .profile-card{transition:none!important}.profile-card{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}