.business-cards-container{max-width:100%;margin:0 auto;padding:1.5rem}.business-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.business-card{background:linear-gradient(145deg,rgba(20,20,30,.95),rgba(30,20,40,.95));border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.23,1,.32,1);cursor:pointer;border:1px solid rgba(255,0,128,.15);display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(255,0,128,.1)}.business-card:hover{transform:translateY(-8px);border-color:rgba(255,0,128,.5);box-shadow:0 8px 30px rgba(255,0,128,.25)}.business-card-image-wrapper{position:relative;aspect-ratio:4/5;overflow:hidden;background:#0a0a0a;flex-shrink:0}.business-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.23,1,.32,1)}.business-card:hover .business-card-image{transform:scale(1.05)}.business-status-indicators{position:absolute;top:1.2rem;left:1.2rem;right:1.2rem;display:flex;justify-content:space-between;align-items:flex-start;z-index:2}.business-status-left{display:flex;gap:.6rem;flex-wrap:wrap}.business-badge-type{background:rgba(0,0,0,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.5rem 1rem;border-radius:100px;font-size:.75rem;font-weight:700;letter-spacing:.5px;border:1px solid hsla(0,0%,100%,.2);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.business-badge-type.salon{background:rgba(0,0,0,.85);border-color:rgba(138,43,226,.6);color:#e0b3ff}.business-badge-type.privat{background:rgba(0,0,0,.85);border-color:rgba(255,0,128,.6);color:#ff80bf}.business-badge-type.bdsm{background:rgba(0,0,0,.85);border-color:rgba(220,20,60,.6);color:#ff99ad}.business-badge-type.online{background:rgba(0,0,0,.85);border-color:rgba(0,212,255,.6);color:#66e5ff}.business-favorite-btn{background:rgba(0,0,0,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);width:44px;height:44px;border-radius:50%;border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;font-size:1.3rem}.business-favorite-btn:hover{background:rgba(255,0,128,.2);border-color:rgba(255,0,128,.4);transform:scale(1.1)}.business-favorite-btn.active{background:rgba(255,0,128,.3);color:#ff0080}.business-card-content{padding:1.2rem;flex:1;display:flex;flex-direction:column}.business-category-tag{display:block;font-size:.9rem;color:#ff0080;font-weight:700;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:1px}.business-card-header{margin-bottom:1rem}.business-card-title{font-size:1.2rem;font-weight:600;letter-spacing:-.03em;margin-bottom:.3rem;display:flex;align-items:center;gap:.5rem;color:#fff}.business-online-dot{width:10px;height:10px;background:#0f8;border-radius:50%;flex-shrink:0;box-shadow:0 0 10px rgba(0,255,136,.6);animation:businessPulseDot 2s ease-in-out infinite}@keyframes businessPulseDot{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 10px rgba(0,255,136,.6)}50%{opacity:.7;transform:scale(.95);box-shadow:0 0 6px rgba(0,255,136,.4)}}.business-verified-badge{width:20px;height:20px;background:linear-gradient(135deg,#00d4ff,#09f);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#000;font-weight:700;flex-shrink:0}.business-card-subtitle{font-size:.9rem;color:#888;font-weight:400;display:flex;align-items:center;gap:.5rem}.business-girls-count{display:inline-flex;align-items:center;gap:.3rem;background:rgba(255,0,128,.15);padding:.2rem .6rem;border-radius:100px;font-size:.85rem;color:#ff4da6;font-weight:600}.business-card-meta{margin-bottom:1.2rem}.business-meta-row{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#ccc;margin-bottom:.5rem}.business-meta-row:last-child{margin-bottom:0}.business-meta-icon{opacity:.6;font-size:1rem}.business-rating-star{color:gold;font-size:1rem}.business-rating-value{font-weight:600;color:#fff}.business-rating-count{color:#666}.business-opening-hours{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:1rem;margin-bottom:1.2rem}.business-opening-hours-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.business-opening-hours-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#fff}.business-status-open{color:#0f8}.business-status-closed,.business-status-open{font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.3rem}.business-status-closed{color:#f66}.business-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.business-hours-list{display:flex;flex-direction:column;gap:.3rem}.business-hours-row{display:flex;justify-content:space-between;font-size:.85rem}.business-hours-day{color:#888}.business-hours-day.today{color:#fff;font-weight:600}.business-hours-time{color:#ccc;font-weight:500}.business-hours-time.today{color:#0f8;font-weight:600}.business-hours-toggle{background:none;border:none;color:#ff0080;font-size:.8rem;cursor:pointer;padding:0;text-decoration:underline;margin-top:.5rem}.business-hours-details{display:none;margin-top:.8rem}.business-hours-details.show{display:block}.business-quick-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:1.2rem}.business-stat-box{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:.8rem;text-align:center}.business-stat-value{font-size:1.3rem;font-weight:700;color:#ff0080;margin-bottom:.2rem}.business-stat-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.business-divider{height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);margin:1.2rem 0;flex-shrink:0}.business-phone-cta{width:100%;background:linear-gradient(135deg,#ff0080,#c026d3);border:none;color:#fff;padding:1.1rem;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;letter-spacing:.5px;margin-top:auto;text-decoration:none;box-shadow:0 4px 15px rgba(255,0,128,.3)}.business-phone-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,0,128,.5);background:linear-gradient(135deg,#ff1a8c,#d946ef)}.business-phone-cta:active{transform:translateY(0)}@media (max-width:1400px){.business-cards-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1100px){.business-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.business-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.business-card-content{padding:1rem}.business-opening-hours{padding:.8rem}.business-quick-stats{gap:.6rem}}@media (max-width:480px){.business-cards-grid{grid-template-columns:1fr}}.business-card{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}