:root{
--zp-bg:#f5f3f3;--zp-bg2:#eceaea;--zp-card:#ffffff;
--zp-accent:#6b379b;--zp-accent2:#d633a3;
--zp-accent-glow:rgba(214,51,163,0.12);--zp-accent-soft:rgba(214,51,163,0.06);
--zp-ink:#111;--zp-ink2:rgba(0,0,0,0.6);--zp-ink3:rgba(0,0,0,0.38);
--zp-ink4:rgba(0,0,0,0.18);--zp-ink5:rgba(0,0,0,0.08);
--zp-green:#00c48c;--zp-green-bg:rgba(0,196,140,0.08);
--zp-gold:#f5a623;
--zp-r:16px;--zp-r2:12px;--zp-r3:8px;
--zp-s1:0 1px 2px rgba(0,0,0,0.04);
--zp-s2:0 4px 24px rgba(0,0,0,0.06);
--zp-s3:0 12px 48px rgba(0,0,0,0.08);
}
.profile-page .girlsingle, .profile-page .girlsingle *{box-sizing:border-box}
.profile-page{font-family:'Outfit',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--zp-ink);-webkit-font-smoothing:antialiased}
.profile-page a{color:inherit;text-decoration:none}
.profile-page img{display:block;max-width:100%}
@keyframes zp-fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes zp-fadeIn{from{opacity:0}to{opacity:1}}
@keyframes zp-slideIn{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
.zp-anim{animation:zp-fadeUp .55s ease both}
.zp-anim-d1{animation-delay:.05s}.zp-anim-d2{animation-delay:.1s}
.zp-anim-d3{animation-delay:.15s}.zp-anim-d4{animation-delay:.2s} .profile-page p#breadcrumbs{font-size:.78em;background:transparent !important;color:var(--zp-ink3);justify-content:flex-start !important;padding:10px 0 !important;margin:0 0 8px 0 !important}
.profile-page p#breadcrumbs a{color:var(--zp-ink3)}
.profile-page p#breadcrumbs a:hover{color:var(--zp-accent)} .zp-hero{margin:6px 0 18px;border-radius:22px;overflow:hidden;background:var(--zp-card);box-shadow:var(--zp-s2);position:relative;border:1px solid var(--zp-ink5)}
.zp-hero-mosaic{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:170px 170px;gap:3px;background:var(--zp-bg2)}
.zp-hero-mosaic .zp-hg-main{grid-row:1/3;overflow:hidden;position:relative;background:#000}
.zp-hero-mosaic .zp-hg-item{overflow:hidden;position:relative;background:#000}
.zp-hero-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}
.zp-hero-mosaic .zp-hg-item:hover img,.zp-hero-mosaic .zp-hg-main:hover img{transform:scale(1.05)}
.zp-hero-mosaic .zp-hg-count{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.6);backdrop-filter:blur(6px);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:99px;pointer-events:none}
.zp-hero-mosaic .zp-hg-empty{display:flex;align-items:center;justify-content:center;color:var(--zp-ink3);font-size:13px;background:var(--zp-bg2);font-weight:500}
.zp-hero-body{padding:22px 24px}
.zp-hero-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}
.zp-hero-left{flex:1;min-width:0}
.zp-hero-name-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.zp-hero-name{font-family:'Fraunces','Playfair Display',Georgia,serif;font-size:clamp(26px,4vw,38px);font-weight:700;letter-spacing:-.5px;line-height:1.15;margin:0;color:var(--zp-ink);text-transform:capitalize;border:none;padding:0;flex:1;min-width:0}
.zp-hero-name span{color:var(--zp-accent);font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}
.zp-hero-pills{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}
.zp-pill{font-size:11px;font-weight:600;padding:5px 12px;border-radius:99px;display:inline-flex;align-items:center;gap:4px;letter-spacing:.3px;line-height:1}
.zp-pill-verified{background:var(--zp-green-bg);color:var(--zp-green)}
.zp-pill-doc{background:rgba(0,123,255,.08);color:#0066cc;cursor:default}
.zp-pill-plan{background:var(--zp-accent-soft);color:var(--zp-accent)}
.zp-pill-plan-flash{background:rgba(187,0,35,.08);color:#bb0023}
.zp-pill-plan-supervip{background:rgba(0,0,0,.06);color:#111}
.zp-pill-plan-vip{background:var(--zp-accent-soft);color:var(--zp-accent)}
.zp-pill-plan-top{background:rgba(106,27,154,.08);color:#6a1b9a}
.zp-pill-plan-premium{background:rgba(255,153,0,.08);color:#ff9900}
.zp-pill-status{background:var(--zp-bg2);color:var(--zp-ink3)}
.zp-pill-online{background:var(--zp-green-bg);color:var(--zp-green)}
.zp-pill-online::before{content:"●";margin-right:2px}
.zp-pill-warn{background:rgba(245,166,35,.1);color:#b97300}
.zp-pill-danger{background:rgba(187,0,35,.08);color:#bb0023}
.zp-pill-info{background:rgba(0,123,255,.08);color:#0066cc}
.zp-hero-loc{margin-top:10px;font-size:14px;color:var(--zp-ink3);display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.zp-hero-loc a{color:var(--zp-ink2);font-weight:500;transition:.15s}
.zp-hero-loc a:hover{color:var(--zp-accent)}
.zp-hero-tag{margin-top:12px;font-size:15px;color:var(--zp-ink2);font-family:'Fraunces',serif;font-style:italic;font-weight:400;line-height:1.4}
.zp-hero-cta{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap;align-items:center}
.zp-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#25D366;color:#fff !important;border:none;padding:13px 24px;border-radius:99px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:.2s;box-shadow:0 4px 16px rgba(37,211,102,.25);line-height:1;text-decoration:none}
.zp-wa:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,211,102,.35);color:#fff}
.zp-wa i{font-size:16px}
.zp-telegram{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#229ED9;color:#fff !important;border:none;padding:13px 24px;border-radius:99px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:.2s;box-shadow:0 4px 16px rgba(34,158,217,.25);line-height:1;text-decoration:none}
.zp-telegram:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(34,158,217,.35);color:#fff;background:#1E8BBD}
.zp-telegram i{font-size:16px}
.zp-tel{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--zp-card);color:var(--zp-ink) !important;border:1.5px solid var(--zp-ink5);padding:13px 24px;border-radius:99px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:.2s;line-height:1;text-decoration:none}
.zp-tel:hover{border-color:var(--zp-accent);color:var(--zp-accent) !important} .zp-card{background:var(--zp-card);border-radius:var(--zp-r);padding:20px 22px;box-shadow:var(--zp-s1);border:1px solid var(--zp-ink5);transition:box-shadow .2s;margin-bottom:16px}
.zp-card:hover{box-shadow:var(--zp-s2)}
.zp-card-t{font-family:'Fraunces',serif;font-size:17px;font-weight:600;margin:0 0 14px;display:flex;align-items:center;gap:8px;letter-spacing:-.2px;color:var(--zp-ink);border:none;padding:0;text-transform:none}
.zp-card-t i{font-style:normal;font-size:15px;border:none} .zp-about{font-size:14px;line-height:1.7;color:var(--zp-ink2);word-wrap:break-word;overflow-wrap:break-word}
.zp-about p{margin:0 0 10px}
.zp-about br{display:block;content:"";margin-top:6px}
.zp-about p{margin:0 0 10px}
.zp-warn{margin-top:14px;padding:14px 16px;border-radius:var(--zp-r2);background:rgba(245,166,35,.08);border-left:3px solid #f5a623;font-size:13px;color:#7a4a00;line-height:1.5}
.zp-warn strong{color:#7a4a00}
.zp-warn ul{margin:6px 0 0 18px;padding:0}
.zp-warn li{margin-bottom:4px}
p#breadcrumbs.absolute {
position: relative;
} .zp-details{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}
.zp-detail{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--zp-bg);border-radius:var(--zp-r2);font-size:13px;border:1px solid transparent;transition:.15s}
.zp-detail:hover{border-color:var(--zp-ink5);background:#fff}
.zp-detail i{flex-shrink:0;color:var(--zp-accent);font-size:14px;width:18px;text-align:center}
.zp-detail-v{color:var(--zp-ink);font-weight:500;line-height:1.3} .zp-gal{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px}
.zp-gal-item{aspect-ratio:3/4;border-radius:var(--zp-r2);overflow:hidden;position:relative;display:block;background:#000}
.zp-gal-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94),filter .3s}
.zp-gal-item:hover img{transform:scale(1.06);filter:brightness(1.04)}
.zp-gal-item .edit-buttons{position:absolute;top:6px;right:6px;left:6px;display:flex;gap:4px;justify-content:flex-end;z-index:2;flex-wrap:wrap}
.zp-gal-item .edit-buttons i{background:rgba(0,0,0,.6);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:.15s;backdrop-filter:blur(4px)}
.zp-gal-item .edit-buttons i:hover{background:var(--zp-accent)} .zp-upload-box{position:relative;border:1.5px dashed var(--zp-ink4);border-radius:var(--zp-r);padding:26px 20px 22px;text-align:center;background:linear-gradient(160deg,#fff 0%,var(--zp-bg) 100%);margin-bottom:16px;transition:border-color .25s,transform .25s,box-shadow .25s,background .25s;overflow:hidden}
.zp-upload-box::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% -10%,var(--zp-accent-glow) 0,transparent 60%);opacity:0;transition:opacity .3s;pointer-events:none}
.zp-upload-box:hover{border-color:var(--zp-accent);border-style:solid;background:#fff;transform:translateY(-2px);box-shadow:0 12px 32px -10px var(--zp-accent-glow),0 4px 14px rgba(0,0,0,.04)}
.zp-upload-box:hover::before{opacity:1}
.zp-upload-box .profile-page-no-photos,.zp-upload-box .profile-page-no-videos{position:relative;z-index:1;cursor:pointer}
.zp-upload-box .max-photos,.zp-upload-box .max-videos{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:14px;color:var(--zp-ink2);margin:0 0 14px;line-height:1.45;font-weight:500}
.zp-upload-box .max-photos i,.zp-upload-box .max-videos i{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:linear-gradient(140deg,var(--zp-accent) 0%,var(--zp-accent2) 100%);color:#fff !important;font-size:22px !important;margin:0 !important;box-shadow:0 8px 20px -6px rgba(107,55,155,.45),inset 0 -2px 4px rgba(0,0,0,.08);transition:transform .25s}
.zp-upload-box:hover .max-photos i,.zp-upload-box:hover .max-videos i{transform:scale(1.06) translateY(-2px)}
.zp-upload-box .max-photos b,.zp-upload-box .max-videos b{color:var(--zp-accent);font-weight:700}
.zp-upload-box .pinkbutton{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--zp-accent),var(--zp-accent2));color:#fff !important;padding:11px 22px;border-radius:99px;font-size:13px;font-weight:600;line-height:1;border:none;box-shadow:0 6px 18px -4px rgba(107,55,155,.4);transition:transform .2s,box-shadow .2s}
.zp-upload-box .pinkbutton:hover{transform:translateY(-1px);box-shadow:0 10px 24px -6px rgba(107,55,155,.55)}
.zp-upload-box .graybutton{display:inline-flex;align-items:center;gap:6px;transition:.2s}
.zp-upload-box .graybutton:hover{background:var(--zp-ink5) !important;color:var(--zp-ink) !important}
.zp-upload-box .zp-upload-label{font-size:12px;font-weight:700;color:var(--zp-ink3);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:6px}
.zp-upload-box .required-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--zp-accent);box-shadow:0 0 0 3px var(--zp-accent-soft)}
.zp-upload-box p{font-size:13.5px;color:var(--zp-ink2);margin:0 0 14px;line-height:1.5}
.zp-upload-box .zp-upload-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.zp-upload-box .zp-upload-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--zp-accent) 0%,var(--zp-accent2) 100%);color:#fff !important;padding:12px 24px;border-radius:99px;font-size:13px;font-weight:600;line-height:1;box-shadow:0 6px 18px -4px rgba(107,55,155,.45);transition:transform .2s,box-shadow .2s;white-space:nowrap}
.zp-upload-box .zp-upload-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px -6px rgba(107,55,155,.55);color:#fff !important}
.zp-upload-box.has-file{border-style:solid;border-color:var(--zp-green);background:linear-gradient(160deg,#fff 0%,var(--zp-green-bg) 100%)}
.zp-upload-box.has-file::before{background:radial-gradient(circle at 50% -10%,rgba(0,196,140,.18) 0,transparent 60%);opacity:1} .addreview-button,.addpergunta-button{position:relative;display:inline-flex !important;align-items:center;justify-content:center;gap:9px;background:linear-gradient(135deg,var(--zp-accent) 0%,var(--zp-accent2) 100%) !important;color:#fff !important;border:none;padding:13px 26px !important;border-radius:99px !important;font-size:14px;font-weight:600;letter-spacing:.2px;line-height:1;cursor:pointer;font-family:inherit;text-transform:none;box-shadow:0 8px 22px -6px rgba(107,55,155,.45),inset 0 -2px 4px rgba(0,0,0,.08);transition:transform .2s cubic-bezier(.25,.46,.45,.94),box-shadow .25s,filter .2s;overflow:hidden;width:auto;float:none}
.addreview-button::after,.addpergunta-button::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);opacity:0;transition:opacity .3s;pointer-events:none}
.addreview-button:hover,.addpergunta-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px rgba(107,55,155,.55),inset 0 -2px 4px rgba(0,0,0,.08);filter:brightness(1.05)}
.addreview-button:hover::after,.addpergunta-button:hover::after{opacity:1}
.addreview-button:active,.addpergunta-button:active{transform:translateY(0);box-shadow:0 4px 12px -2px rgba(107,55,155,.4)}
.addreview-button .icon-plus-circled,.addpergunta-button .icon-plus-circled,
.addreview-button [class*="icon-plus"],.addpergunta-button [class*="icon-plus"]{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.2);font-size:13px;line-height:1;transition:transform .25s}
.addreview-button:hover .icon-plus-circled,.addpergunta-button:hover .icon-plus-circled,
.addreview-button:hover [class*="icon-plus"],.addpergunta-button:hover [class*="icon-plus"]{transform:rotate(90deg) scale(1.05)}
.addreview-button.see-all-bottom{margin-top:14px}
.reviewthegency{display:inline-flex !important;align-items:center;gap:9px;background:linear-gradient(135deg,#6a1b9a,#9333ea) !important;color:#fff !important;padding:13px 26px !important;border-radius:99px !important;font-size:14px;font-weight:600;line-height:1;box-shadow:0 8px 22px -6px rgba(106,27,154,.45);transition:transform .2s,box-shadow .25s,filter .2s;text-decoration:none}
.reviewthegency:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px rgba(106,27,154,.55);filter:brightness(1.05);color:#fff !important}
.reviewthegency .icon-plus-circled{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.2);font-size:13px} .pergunta-more-button,.zp-rev-more-btn{display:inline-flex !important;align-items:center;justify-content:center;gap:8px;background:#fff !important;color:var(--zp-accent) !important;border:1.5px solid var(--zp-accent) !important;padding:11px 22px !important;border-radius:99px !important;font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:.2s;box-shadow:none;width:auto;float:none}
.pergunta-more-button:hover,.zp-rev-more-btn:hover{background:var(--zp-accent) !important;color:#fff !important;transform:translateY(-1px);box-shadow:0 8px 20px -6px rgba(107,55,155,.4)} .zp-verify-cta{position:relative;display:flex;gap:18px;align-items:flex-start;padding:22px 22px 22px 20px;border-radius:var(--zp-r);background:linear-gradient(135deg,#fff 0%,#fdf3f8 60%,#fae6ef 100%);border:1px solid var(--zp-accent-soft);box-shadow:0 4px 18px -8px rgba(107,55,155,.18);overflow:hidden;margin-bottom:14px}
.zp-verify-cta::before{content:"";position:absolute;top:-30%;right:-20%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,var(--zp-accent-glow) 0%,transparent 70%);pointer-events:none;z-index:0}
.zp-verify-cta > *{position:relative;z-index:1}
.zp-verify-icon{position:relative;flex-shrink:0;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(140deg,var(--zp-accent) 0%,var(--zp-accent2) 100%);color:#fff;font-size:26px;box-shadow:0 10px 26px -8px rgba(107,55,155,.5),inset 0 -2px 4px rgba(0,0,0,.1)}
.zp-verify-icon i{margin:0;border:0;font-style:normal}
.zp-verify-badge{position:absolute;bottom:-2px;right:-2px;width:24px;height:24px;border-radius:50%;background:var(--zp-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,196,140,.4)}
.zp-verify-body{flex:1;min-width:0}
.zp-verify-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--zp-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}
.zp-verify-title{font-family:'Fraunces','Playfair Display',Georgia,serif;font-size:20px;font-weight:600;color:var(--zp-ink);margin:0 0 6px;line-height:1.25;letter-spacing:-.3px}
.zp-verify-desc{font-size:13.5px;color:var(--zp-ink2);line-height:1.55;margin:0 0 12px}
.zp-verify-list{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:6px}
.zp-verify-list li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--zp-ink2);line-height:1.4}
.zp-verify-list li i{color:var(--zp-green);font-size:13px;flex-shrink:0}
.zp-verify-btn{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,var(--zp-accent) 0%,var(--zp-accent2) 100%);color:#fff !important;padding:13px 24px;border-radius:99px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;box-shadow:0 8px 22px -6px rgba(107,55,155,.5),inset 0 -2px 4px rgba(0,0,0,.08);transition:transform .2s,box-shadow .25s,filter .2s;white-space:nowrap}
.zp-verify-btn i{font-size:13px;transition:transform .2s}
.zp-verify-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px rgba(107,55,155,.6);filter:brightness(1.05);color:#fff !important}
.zp-verify-btn:hover i{transform:translate(2px,-2px)} .zp-verify-resend{display:flex;justify-content:flex-end;margin-bottom:12px}
.zp-verify-btn-sm{display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--zp-accent) !important;border:1.5px solid var(--zp-accent);padding:9px 18px;border-radius:99px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:.2s}
.zp-verify-btn-sm i{font-size:12px;transition:transform .3s}
.zp-verify-btn-sm:hover{background:var(--zp-accent);color:#fff !important;transform:translateY(-1px);box-shadow:0 8px 20px -6px rgba(107,55,155,.4)}
.zp-verify-btn-sm:hover i{transform:rotate(180deg)}
@media(max-width:600px){
.zp-verify-cta{flex-direction:column;align-items:stretch;padding:20px 18px;gap:14px}
.zp-verify-icon{width:54px;height:54px;font-size:22px}
.zp-verify-title{font-size:18px}
.zp-verify-btn{justify-content:center;width:100%}
} .zp-card .thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px;width:100%;float:none} .zp-card .thumbs.thumbs-videos{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}
.zp-card .thumbs.thumbs-videos .profile-img-thumb,
.zp-card .thumbs.thumbs-videos .profile-video-thumb{aspect-ratio:9/16}
.zp-card .thumbs.thumbs-videos-comparacao{grid-template-columns:1fr;max-width:340px;margin:0 auto}
.zp-card .thumbs .profile-img-thumb-wrapper,.zp-card .thumbs .profile-video-thumb-wrapper{width:100% !important;margin:0;padding:0;float:none;min-height:auto}
.zp-card .thumbs .profile-img-thumb,.zp-card .thumbs .profile-video-thumb{aspect-ratio:3/4;border-radius:var(--zp-r2);overflow:hidden;position:relative;background:rgba(0,0,0,0.18);width:100%;height:auto !important;min-height:auto !important;cursor:pointer;display:block}
.zp-card .thumbs .profile-img-thumb img,.zp-card .thumbs .profile-video-thumb img{width:100% !important;height:100% !important;object-fit:cover;display:block;border-radius:0}
.zp-card .thumbs .profile-img-thumb a,.zp-card .thumbs .profile-video-thumb a{display:block;width:100%;height:100%}
.zp-card .thumbs .profile-img-thumb video,.zp-card .thumbs .profile-video-thumb video{width:100%;height:100%;object-fit:cover;display:block}
.zp-card .thumbs .profile-img-thumb .edit-buttons{position:absolute;top:6px;right:6px;left:6px;display:flex;justify-content:flex-end;z-index:3;flex-wrap:wrap}
.zp-card .thumbs .profile-img-thumb .edit-buttons i{background:rgba(0,0,0,.6);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;backdrop-filter:blur(4px)}
.zp-card .thumbs .profile-img-thumb .edit-buttons i:hover{background:var(--zp-accent)}
.zp-card .thumbs .girlsinglelabels{grid-column:1/-1;text-align:left;display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.zp-card .thumbs .girlsinglelabels span{margin:0 !important;padding:5px 12px !important;font-size:11px;border-radius:99px;font-weight:600;line-height:1;display:inline-flex;align-items:center;gap:4px}
.zp-card .image-buttons-legend{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px;font-size:12px;color:var(--zp-ink3);padding:8px 12px;background:var(--zp-bg);border-radius:var(--zp-r3)}
.zp-card .image-buttons-legend > div{display:inline-flex;align-items:center;gap:5px}
.zp-card .image-buttons-legend i{color:var(--zp-accent)}
.zp-no-video{padding:24px 16px;text-align:center;color:var(--zp-ink3);font-size:13px;background:var(--zp-bg);border-radius:var(--zp-r2);display:flex;flex-direction:column;align-items:center;gap:8px}
.zp-no-video i{font-size:32px;color:var(--zp-ink4)} .zp-ptable{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}
.zp-ptable thead th{text-align:left;padding:10px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--zp-ink3);border-bottom:2px solid var(--zp-ink5)}
.zp-ptable thead th:not(:first-child){text-align:center}
.zp-ptable td{padding:13px 12px;border-bottom:1px solid var(--zp-ink5);vertical-align:middle}
.zp-ptable tr:last-child td{border-bottom:none}
.zp-ptable .pl{font-weight:600;color:var(--zp-ink)}
.zp-ptable .pl.riscado{text-decoration:line-through;color:var(--zp-ink4);font-weight:500}
.zp-ptable .pv{color:var(--zp-accent);font-weight:700;text-align:center}
.zp-ptable .pn{color:var(--zp-ink4);text-align:center;font-weight:500;font-size:13px}
.zp-pays{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap;align-items:center}
.zp-pay{background:var(--zp-bg2);border-radius:99px;padding:7px 14px;font-size:12px;color:var(--zp-ink2);font-weight:500;display:inline-flex;align-items:center;gap:6px}
.zp-pay i{color:var(--zp-accent)}
.zp-pays-t{font-size:11px;font-weight:700;color:var(--zp-ink3);text-transform:uppercase;letter-spacing:.6px;width:100%;margin-bottom:4px} .zp-tags{display:flex;flex-wrap:wrap;gap:6px}
.zp-tag{background:var(--zp-green-bg);color:var(--zp-green);padding:7px 14px;border-radius:99px;font-size:12px;font-weight:600;letter-spacing:.2px;transition:transform .15s,box-shadow .15s;line-height:1}
.zp-tag.zp-tag-no{background:rgba(187,0,35,.06);color:#bb0023}
.zp-tag:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,196,140,.15)}
.zp-xtable{width:100%;font-size:14px;margin-top:12px;border-collapse:collapse}
.zp-xtable th{text-align:left;padding:10px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--zp-ink3);border-bottom:2px solid var(--zp-ink5)}
.zp-xtable td{padding:11px 12px;border-bottom:1px solid var(--zp-ink5)}
.zp-xtable tr:last-child td{border-bottom:none}
.zp-xtable td:last-child{text-align:right;color:var(--zp-accent);font-weight:700} .zp-loc-info{font-size:14px;color:var(--zp-ink2);margin-bottom:14px;font-weight:500;display:flex;align-items:center;gap:6px}
.zp-loc-info i{color:var(--zp-accent)}
.zp-amenities{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.zp-amenity{background:var(--zp-bg2);color:var(--zp-ink2);padding:6px 13px;border-radius:99px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:6px}
.zp-amenity::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--zp-accent);flex-shrink:0}
.zp-advantages{display:flex;flex-direction:column;gap:6px}
.zp-advantage{font-size:13px;color:var(--zp-green);display:flex;align-items:center;gap:6px;line-height:1.4}
.zp-advantage::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900}
.zp-map{margin-top:14px;border-radius:var(--zp-r2);overflow:hidden;border:1px solid var(--zp-ink5)}
.zp-map iframe{display:block;width:100%;height:240px;border:0}
.zp-map-warn{padding:10px 14px;background:rgba(245,166,35,.08);font-size:12px;color:#7a4a00;display:flex;align-items:center;gap:6px}
.zp-sub-t{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--zp-ink3);margin:14px 0 8px;display:flex;align-items:center;gap:6px} .zp-views{margin:18px 0;display:flex;justify-content:center;padding:4px 0}
body .zp-hero-pills .pvc_stats,body .zp-views .pvc_stats{display:inline-flex !important;align-items:center;gap:6px;font-size:11px !important;font-weight:600 !important;padding:5px 12px !important;border-radius:99px !important;background:var(--zp-bg2) !important;color:var(--zp-ink3) !important;letter-spacing:.3px;line-height:1;margin:0 !important;border:none !important;text-transform:none !important;text-align:left !important;box-shadow:none !important;float:none !important;text-decoration:none !important}
body .zp-hero-pills .pvc_stats .pvc-stats-icon,body .zp-views .pvc_stats .pvc-stats-icon{color:var(--zp-accent) !important;display:inline-flex !important;align-items:center;font-size:11px;background:transparent !important;padding:0 !important;margin:0 !important;border:none !important;width:auto !important;height:auto !important;float:none !important}
body .zp-hero-pills .pvc_stats .pvc-stats-icon svg,body .zp-views .pvc_stats .pvc-stats-icon svg{width:16px !important;height:11px !important;fill:#6b379b !important}
body .zp-hero-pills .pvc_stats span.views_today,body .zp-hero-pills .pvc_stats span.total_view,body .zp-views .pvc_stats span.views_today,body .zp-views .pvc_stats span.total_view{display:inline-flex !important;align-items:center;margin:0 0 0 6px !important;padding:0 0 0 8px !important;border:none !important;border-left:1px solid var(--zp-ink5) !important;color:var(--zp-accent) !important;font-weight:700 !important;background:transparent !important;border-radius:0 !important;box-shadow:none !important;float:none !important;text-align:left !important}
.zp-rpt{text-align:center;padding:22px 0 10px}
.zp-rpt a{font-size:13.5px;font-weight:600;color:#d92344;background:#fff0f2;border:1.5px solid #f3b6c1;border-radius:99px;padding:12px 24px;transition:.18s ease;display:inline-flex;align-items:center;gap:8px;box-shadow:0 2px 10px rgba(217,35,68,.1)}
.zp-rpt a i{font-size:12px}
.zp-rpt a:hover{color:#fff;background:#d92344;border-color:#d92344;box-shadow:0 8px 22px rgba(217,35,68,.34);transform:translateY(-1px)} .zp-admin-card{background:#f0f9ff;border:2px solid #0ea5e9;border-radius:var(--zp-r);padding:20px 22px;margin-bottom:16px}
.zp-admin-card h4{color:#0369a1;font-size:14px;font-weight:700;margin:0 0 12px;display:flex;align-items:center;gap:8px;border:none;padding:0;text-transform:uppercase;letter-spacing:.5px} .zp-float{position:fixed;bottom:0;left:0;right:0;z-index:150;padding:10px 16px;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--zp-ink5);display:flex;justify-content:center;align-items:center;gap:8px;box-shadow:0 -4px 24px rgba(0,0,0,.06);animation:zp-slideIn .5s ease .3s both}
.zp-float-online{border-top-color:rgba(0,196,140,.45);box-shadow:0 -6px 24px rgba(0,196,140,.15)}
.zp-float-info{display:flex;flex-direction:column;justify-content:center;gap:2px;margin-right:auto;min-width:0;overflow:hidden}
.zp-float-name{font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.zp-float-price{font-size:12px;font-weight:700;color:var(--zp-accent);background:var(--zp-accent-soft);padding:4px 10px;border-radius:99px;flex-shrink:0}
.zp-float-status{font-size:11px;color:var(--zp-ink3);font-weight:500;display:inline-flex;align-items:center;gap:5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zp-float-status i{font-size:10px}
.zp-float-status-on{color:var(--zp-green);font-weight:700}
.zp-float-dot{width:7px;height:7px;border-radius:50%;background:var(--zp-green);display:inline-block;box-shadow:0 0 0 0 rgba(0,196,140,.6);animation:zp-online-pulse 2s infinite}
.zp-float .zp-wa{padding:9px 18px;font-size:13px;flex-shrink:0}
.zp-float .zp-telegram{padding:9px 18px;font-size:13px;flex-shrink:0}
.zp-float .zp-tel{padding:9px 18px;font-size:13px;flex-shrink:0} .profile-page{background:var(--zp-bg);padding:14px 18px;max-width:100%;box-sizing:border-box;overflow:visible}
.profile-page .girlsingle{padding:0;margin:0;overflow:visible}
.profile-page .girlsingle h4{border-left:none !important;color:inherit !important;padding:0 !important;margin:0 !important;font-size:inherit !important;text-transform:none !important;font-weight:inherit !important} .profile-page .girlsingle > .clear5,
.profile-page .girlsingle > .clear10,
.profile-page .girlsingle > .clear20{display:none} .sidebar-left.sidebar-left-zc{
background:transparent !important;
color:var(--zp-ink) !important;
padding:14px 12px !important;
}
.sidebar-left.sidebar-left-zc .zc-bairros{padding-bottom:0}
.sidebar-left.sidebar-left-zc .zc-bairros-title{
font-family:'Fraunces','Playfair Display',serif;
font-size:18px;
font-weight:600;
margin:0 0 14px;
color:var(--zp-ink);
letter-spacing:-.3px;
line-height:1.25;
}
.sidebar-left.sidebar-left-zc .zc-bairros-grid{
display:grid;
grid-template-columns:1fr;
gap:10px;
}
.sidebar-left.sidebar-left-zc .zc-bairro-chip{
display:flex;
justify-content:space-between;
align-items:center;
background:var(--zp-card);
border:1px solid var(--zp-ink5);
border-radius:var(--zp-r3);
padding:12px 16px;
font-size:13px;
color:var(--zp-ink2);
cursor:pointer;
transition:all .2s;
box-shadow:var(--zp-s1);
text-decoration:none;
}
.sidebar-left.sidebar-left-zc .zc-bairro-chip:hover{
border-color:var(--zp-accent);
color:var(--zp-ink);
box-shadow:var(--zp-s2);
}
.sidebar-left.sidebar-left-zc .zc-bairro-count{
font-size:12px;
font-weight:600;
color:var(--zp-accent);
background:var(--zp-accent-soft);
padding:2px 8px;
border-radius:10px;
margin-left:8px;
flex-shrink:0;
} @media(max-width:960px){
.zp-hero-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:200px 110px}
.zp-hero-mosaic .zp-hg-main{grid-row:1/2;grid-column:1/3}
.zp-hero-body{padding:18px}
.zp-hero-row{flex-direction:column;gap:12px}
.zp-hero-cta{width:100%}
.zp-hero-cta .zp-wa,.zp-hero-cta .zp-telegram,.zp-hero-cta .zp-tel{flex:1;min-width:0}
.zp-card{padding:18px 16px}
.zp-details{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}
.zp-gal{grid-template-columns:repeat(3,1fr)}
.zp-card .thumbs{grid-template-columns:repeat(3,1fr)} .zp-card .thumbs.thumbs-videos{grid-template-columns:1fr;gap:12px;max-width:520px;margin:0 auto}
.zp-card .thumbs.thumbs-videos .profile-img-thumb,
.zp-card .thumbs.thumbs-videos .profile-video-thumb{aspect-ratio:9/16;max-height:90vh}
.profile-page{padding:8px 10px}
.body {
margin: 0 !important;
}
.sidebar-left {
width: 100% !important;
margin: 0 !important;
float: none !important;
-moz-box-ordinal-group: 0;
-webkit-box-ordinal-group: 0;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
}
@media(max-width:600px){
.zp-hero{margin-top:4px;border-radius:18px}
.zp-hero-mosaic{grid-template-columns:1fr;grid-template-rows:230px}
.zp-hero-mosaic .zp-hg-item:not(.zp-hg-main){display:none}
.zp-hero-mosaic .zp-hg-main{grid-column:1}
.zp-hero-body{padding:16px}
.zp-card{padding:16px 14px;border-radius:14px}
.zp-card-t{font-size:15px}
.zp-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.zp-detail{padding:10px 12px;font-size:12px}
.zp-gal{grid-template-columns:repeat(2,1fr);gap:4px}
.zp-card .thumbs{grid-template-columns:repeat(2,1fr);gap:4px} .zp-card .thumbs.thumbs-videos{grid-template-columns:1fr;gap:10px;max-width:100%}
.zp-card .thumbs.thumbs-videos .profile-img-thumb,
.zp-card .thumbs.thumbs-videos .profile-video-thumb{aspect-ratio:9/16}
.zp-ptable{font-size:13px}
.zp-ptable td{padding:10px 8px}
.zp-ptable thead th{padding:8px 8px;font-size:10px}
.zp-float-name{display:none}
.zp-float .zp-wa,.zp-float .zp-telegram,.zp-float .zp-tel{flex:1;justify-content:center}
.zp-hero-name{font-size:24px}
body{padding-bottom:80px}
}
@media(max-width:400px){
.zp-hero-mosaic{grid-template-columns:1fr;grid-template-rows:230px}
.zp-hero-mosaic .zp-hg-item:not(.zp-hg-main){display:none}
.zp-hero-mosaic .zp-hg-main{grid-column:1}
.zp-hero-cta{flex-direction:column}
.zp-hero-cta .zp-wa,.zp-hero-cta .zp-telegram,.zp-hero-cta .zp-tel{width:100%}
.zp-float .zp-wa,.zp-float .zp-telegram,.zp-float .zp-tel{font-size:12px;padding:9px 12px}
.zp-float-price{display:none}
} @media(max-width:960px){
.profile-page{padding-bottom:80px}
} .zp-form-card,
.registerform.zp-form-card{
position:relative;
background:linear-gradient(180deg,#fff 0%,#fffafc 100%) !important;
color:var(--zp-ink) !important;
border:1px solid var(--zp-accent-soft) !important;
border-radius:var(--zp-r) !important;
padding:22px 22px 20px !important;
margin:0 0 18px !important;
box-shadow:0 8px 32px -12px rgba(107,55,155,.18),0 2px 8px rgba(0,0,0,.04) !important;
overflow:hidden;
animation:zpFormIn .35s cubic-bezier(.25,.46,.45,.94);
}
.zp-form-card::before{
content:"";position:absolute;top:0;left:0;right:0;height:3px;
background:linear-gradient(90deg,var(--zp-accent) 0%,var(--zp-accent2) 100%);
pointer-events:none;
}
.zp-form-card.hide{display:none}
@keyframes zpFormIn{
from{opacity:0;transform:translateY(-6px)}
to{opacity:1;transform:translateY(0)}
} .zp-form-card .zp-form-head{
display:flex;align-items:flex-start;gap:14px;
padding-right:42px; margin-bottom:18px;
}
.zp-form-card .zp-form-icon{
flex-shrink:0;width:46px;height:46px;border-radius:50%;
display:flex;align-items:center;justify-content:center;
background:linear-gradient(140deg,var(--zp-accent) 0%,var(--zp-accent2) 100%);
color:#fff;font-size:18px;
box-shadow:0 6px 16px -4px rgba(107,55,155,.45),inset 0 -2px 4px rgba(0,0,0,.08);
}
.zp-form-card .zp-form-icon i{margin:0;border:0;font-style:normal}
.zp-form-card .zp-form-head-txt{flex:1;min-width:0}
.zp-form-card .zp-form-title{
font-family:'Fraunces','Playfair Display',Georgia,serif;
font-size:20px;font-weight:600;color:var(--zp-ink);
letter-spacing:-.3px;line-height:1.2;margin-bottom:4px;
}
.zp-form-card .zp-form-sub{
font-size:13px;color:var(--zp-ink2);line-height:1.5;
} .zp-form-card .zp-form-close,
.zp-form-card button.zp-form-close.closebtn{
position:absolute !important;
top:14px !important;
right:14px !important;
width:32px !important;
height:32px !important;
border-radius:50% !important;
display:inline-flex !important;
align-items:center !important;
justify-content:center !important;
background:#fff !important;
color:var(--zp-ink2) !important;
border:1px solid var(--zp-ink5) !important;
font-size:14px !important;
cursor:pointer !important;
padding:0 !important;
margin:0 !important;
transition:transform .18s,background .18s,color .18s,border-color .18s,box-shadow .18s !important;
z-index:2 !important;
font-weight:normal !important;
line-height:1 !important;
float:none !important;
text-transform:none !important;
letter-spacing:0 !important;
box-shadow:none !important;
}
.zp-form-card .zp-form-close i{margin:0 !important;border:0 !important;font-style:normal !important;line-height:1 !important;color:inherit !important}
.zp-form-card .zp-form-close:hover{
background:var(--zp-accent) !important;
color:#fff !important;
border-color:var(--zp-accent) !important;
transform:rotate(90deg) !important;
box-shadow:0 6px 16px -4px rgba(107,55,155,.4) !important;
} .zp-form-card .zp-form{margin:0;padding:0}
.zp-form-card .zp-form .clear,
.zp-form-card .zp-form .clear5,
.zp-form-card .zp-form .clear10{display:none} .zp-form-card .zp-field{margin-bottom:14px}
.zp-form-card .zp-field:last-of-type{margin-bottom:0}
.zp-form-card .zp-field-lbl{
display:block;
font-size:12px;font-weight:700;
color:var(--zp-ink);
text-transform:uppercase;letter-spacing:.6px;
margin:0 0 7px;line-height:1.3;
cursor:default;
}
.zp-form-card .zp-req{color:var(--zp-accent);margin-left:2px} .zp-form-card .zp-input,
.zp-form-card input.zp-input,
.zp-form-card textarea.zp-input{
width:100% !important;
display:block !important;
background:#fff !important;
border:1.5px solid var(--zp-ink5) !important;
border-radius:var(--zp-r3) !important;
padding:12px 14px !important;
font-size:14px !important;
line-height:1.45 !important;
color:var(--zp-ink) !important;
font-family:inherit !important;
transition:border-color .18s,box-shadow .18s,background .18s;
outline:none !important;
box-sizing:border-box !important;
height:auto !important;
margin:0 !important;
float:none !important;
}
.zp-form-card .zp-input::placeholder{color:var(--zp-ink3)}
.zp-form-card .zp-input:hover{border-color:var(--zp-ink4) !important}
.zp-form-card .zp-input:focus{
border-color:var(--zp-accent) !important;
box-shadow:0 0 0 4px var(--zp-accent-glow) !important;
background:#fff !important;
}
.zp-form-card .zp-textarea{
min-height:110px !important;
resize:vertical !important;
line-height:1.55 !important;
font-family:inherit !important;
} .zp-form-card .zp-field-foot{
display:flex;align-items:center;justify-content:space-between;
gap:10px;margin-top:7px;flex-wrap:wrap;
}
.zp-form-card .zp-field-hint{
display:inline-flex;align-items:center;gap:6px;
font-size:11.5px;color:var(--zp-ink3);line-height:1.3;
}
.zp-form-card .zp-field-hint i{font-size:11px;color:var(--zp-green)}
.zp-form-card .zp-charcount{
display:flex;align-items:center;gap:6px;float:none;
}
.zp-form-card .zp-charcount #barbox{
width:60px;height:6px;background:var(--zp-ink5);
border:none;border-radius:99px;overflow:hidden;float:none;margin:0;
}
.zp-form-card .zp-charcount #bar{
height:6px;background:linear-gradient(90deg,var(--zp-accent),var(--zp-accent2));
border-radius:99px;float:none;
}
.zp-form-card .zp-charcount #count{
font-size:11px;font-weight:600;color:var(--zp-ink3);
float:none;margin:0;line-height:1;min-width:32px;text-align:right;
} .zp-form-card .zp-field-captcha{display:flex;justify-content:flex-start}
.zp-form-card #captcha_container,
.zp-form-card #captcha_containerr{transform-origin:left top} .zp-form-card .zp-rating-pills{
display:flex;flex-direction:column;gap:8px;
}
.zp-form-card .zp-rating-pill{
position:relative;display:flex;align-items:center;gap:12px;
padding:11px 14px;
background:#fff;
border:1.5px solid var(--zp-ink5);
border-radius:var(--zp-r3);
cursor:pointer;
transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;
margin:0;line-height:1.3;
}
.zp-form-card .zp-rating-pill:hover{
border-color:var(--zp-accent);
background:var(--zp-accent-soft);
}
.zp-form-card .zp-rating-pill input[type=radio]{
position:absolute;opacity:0;pointer-events:none;width:0;height:0;margin:0;
}
.zp-form-card .zp-rating-pill .zp-rating-stars{
display:inline-flex;gap:2px;color:var(--zp-gold);font-size:13px;flex-shrink:0;
}
.zp-form-card .zp-rating-pill .zp-rating-num{
display:inline-flex;align-items:center;justify-content:center;
width:24px;height:24px;border-radius:50%;
background:var(--zp-ink5);color:var(--zp-ink2);
font-size:12px;font-weight:700;flex-shrink:0;
transition:background .18s,color .18s;
}
.zp-form-card .zp-rating-pill .zp-rating-desc{
font-size:13.5px;color:var(--zp-ink);font-weight:500;
}
.zp-form-card .zp-rating-pill:has(input[type=radio]:checked){
border-color:var(--zp-accent);
background:linear-gradient(135deg,#fff 0%,var(--zp-accent-soft) 100%);
box-shadow:0 6px 18px -8px rgba(107,55,155,.35);
}
.zp-form-card .zp-rating-pill:has(input[type=radio]:checked) .zp-rating-num{
background:var(--zp-accent);color:#fff;
}
.zp-form-card .zp-rating-pill:has(input[type=radio]:checked) .zp-rating-desc{
color:var(--zp-accent);font-weight:600;
} .zp-form-card .zp-form-actions{
display:flex;justify-content:flex-end;gap:10px;
margin-top:18px;padding-top:16px;
border-top:1px dashed var(--zp-ink5);
}
.zp-form-card .zp-form-submit,
.zp-form-card input[type=submit].zp-form-submit{
display:inline-flex;align-items:center;justify-content:center;gap:8px;
background:linear-gradient(135deg,var(--zp-accent) 0%,var(--zp-accent2) 100%) !important;
color:#fff !important;
border:none !important;
padding:13px 28px !important;
border-radius:99px !important;
font-size:14px !important;font-weight:600 !important;letter-spacing:.2px;
line-height:1 !important;height:auto !important;
cursor:pointer;font-family:inherit;
box-shadow:0 8px 22px -6px rgba(107,55,155,.45),inset 0 -2px 4px rgba(0,0,0,.08);
transition:transform .2s,box-shadow .25s,filter .2s;
text-transform:none;width:auto;float:none;
}
.zp-form-card .zp-form-submit:hover,
.zp-form-card input[type=submit].zp-form-submit:hover{
transform:translateY(-2px);
box-shadow:0 14px 30px -8px rgba(107,55,155,.55),inset 0 -2px 4px rgba(0,0,0,.08);
filter:brightness(1.05);
}
.zp-form-card .zp-form-submit:active,
.zp-form-card input[type=submit].zp-form-submit:active{
transform:translateY(0);
}
.zp-form-card .zp-form-submit:disabled,
.zp-form-card input[type=submit].zp-form-submit:disabled{
opacity:.55;cursor:not-allowed;transform:none;filter:none;
} .zp-form-card .err,
.zp-form-card .ok{
margin:0 0 14px;padding:10px 14px;
font-size:13px;line-height:1.45;border-radius:var(--zp-r3);
}
.zp-form-card .err{
background:rgba(107,55,155,.06);
color:var(--zp-accent);
border:1px solid var(--zp-accent-soft);
}
.zp-form-card .ok{
background:var(--zp-green-bg);
color:var(--zp-green);
border:1px solid rgba(0,196,140,.2);
} @media(max-width:600px){
.zp-form-card{padding:18px 16px 16px;border-radius:var(--zp-r2)}
.zp-form-card .zp-form-head{gap:11px;margin-bottom:14px;padding-right:38px}
.zp-form-card .zp-form-icon{width:40px;height:40px;font-size:16px}
.zp-form-card .zp-form-title{font-size:17px}
.zp-form-card .zp-form-sub{font-size:12.5px}
.zp-form-card .zp-form-close{width:30px;height:30px;top:12px;right:12px;font-size:13px}
.zp-form-card .zp-rating-pill{padding:10px 12px;gap:10px}
.zp-form-card .zp-rating-pill .zp-rating-stars{font-size:12px}
.zp-form-card .zp-rating-pill .zp-rating-desc{font-size:13px}
.zp-form-card .zp-form-actions{justify-content:stretch}
.zp-form-card .zp-form-submit,
.zp-form-card input[type=submit].zp-form-submit{width:100%;padding:14px 22px !important}
} .zp-pill-rating{
background:linear-gradient(135deg,#fff7e6,#ffe9b8);
color:#8a5a00;
border:1px solid rgba(245,166,35,.35);
font-weight:700;
cursor:pointer;
text-decoration:none;
transition:.2s;
}
.zp-pill-rating:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(245,166,35,.25)}
.zp-pill-rating i{color:var(--zp-gold)}
.zp-pill-rating small{font-weight:500;opacity:.75;margin-left:2px} .zp-pill-resp{
background:rgba(245,166,35,.1);
color:#b97300;
font-weight:600;
}
.zp-pill-resp i{color:#f5a623} .zp-pill-online{position:relative;font-weight:700}
.zp-pill-online::before{
content:"";
display:inline-block;
width:7px;height:7px;
border-radius:50%;
background:var(--zp-green);
margin-right:2px;
box-shadow:0 0 0 0 rgba(0,196,140,.6);
animation:zp-online-pulse 2s infinite;
}
@keyframes zp-online-pulse{
0%{box-shadow:0 0 0 0 rgba(0,196,140,.55)}
70%{box-shadow:0 0 0 8px rgba(0,196,140,0)}
100%{box-shadow:0 0 0 0 rgba(0,196,140,0)}
} .zp-cta-secondary{
display:inline-flex;align-items:center;justify-content:center;gap:8px;
background:var(--zp-card);
color:var(--zp-accent) !important;
border:1.5px solid var(--zp-accent);
padding:13px 22px;border-radius:99px;
font-size:14px;font-weight:600;
font-family:inherit;
cursor:pointer;
transition:.2s;
line-height:1;
text-decoration:none;
}
.zp-cta-secondary:hover{
background:var(--zp-accent-soft);
transform:translateY(-2px);
box-shadow:0 4px 16px rgba(107,55,155,.18);
}
.zp-cta-secondary i{font-size:14px}
@media(max-width:640px){
.zp-hero-cta .zp-cta-secondary{width:100%}
} .zp-anim-d05{animation-delay:.07s}
.zp-reasons-card{
background:linear-gradient(180deg,#fff 0%,#fffaf3 100%);
border:1px solid rgba(245,166,35,.18);
}
.zp-reasons{
list-style:none;margin:0;padding:0;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:10px;
}
.zp-reason{
display:flex;align-items:flex-start;gap:12px;
background:var(--zp-card);
border:1px solid var(--zp-ink5);
border-radius:var(--zp-r2);
padding:12px 14px;
transition:.2s;
}
.zp-reason:hover{
border-color:rgba(107,55,155,.25);
transform:translateY(-2px);
box-shadow:var(--zp-s2);
}
.zp-reason-ico{
flex-shrink:0;
width:36px;height:36px;
border-radius:10px;
display:inline-flex;align-items:center;justify-content:center;
font-size:15px;
}
.zp-reason-green .zp-reason-ico{background:var(--zp-green-bg);color:var(--zp-green)}
.zp-reason-blue  .zp-reason-ico{background:rgba(0,123,255,.10);color:#0066cc}
.zp-reason-gold  .zp-reason-ico{background:rgba(245,166,35,.14);color:#b97300}
.zp-reason-pink  .zp-reason-ico{background:var(--zp-accent-soft);color:var(--zp-accent)}
.zp-reason-amber .zp-reason-ico{background:rgba(245,166,35,.14);color:#b97300}
.zp-reason-h{
font-weight:700;font-size:14px;color:var(--zp-ink);
line-height:1.25;
margin-bottom:3px;
}
.zp-reason-s{
font-size:12.5px;color:var(--zp-ink2);
line-height:1.4;
} .zp-wa-confirm{
width:100%;
margin-top:16px;
padding:15px 24px;
font-size:15px;
}
.zp-wa-confirm-sub{
text-align:center;
font-size:12px;
color:var(--zp-ink3);
margin:8px 0 0;
display:flex;align-items:center;justify-content:center;gap:6px;
}
.zp-wa-confirm-sub i{color:var(--zp-green)} .modalDialog.zp-modal-v > div{
max-width:480px;
padding:36px 28px 24px;
border-top:6px solid var(--zp-green);
text-align:left;
}
.zp-modal-v-badge{
position:relative;
width:72px;height:72px;
margin:0 auto 18px;
background:linear-gradient(135deg,var(--zp-green) 0%,#0a8a64 100%);
border-radius:50%;
display:flex;align-items:center;justify-content:center;
color:#fff;
font-size:28px;
box-shadow:0 12px 32px rgba(0,196,140,.35);
}
.zp-modal-v-tick{
position:absolute;
bottom:-2px;right:-4px;
width:30px;height:30px;
border-radius:50%;
background:#fff;
color:var(--zp-green);
display:flex;align-items:center;justify-content:center;
font-size:14px;
box-shadow:0 4px 10px rgba(0,0,0,.18);
border:3px solid #fff;
}
.modalDialog.zp-modal-v .zp-modal-v-title{
font-family:'Fraunces',serif;
font-size:22px;
font-weight:700;
text-align:center;
letter-spacing:-.3px;
line-height:1.2;
margin-bottom:10px;
color:var(--zp-ink);
}
.zp-modal-v-lead{
text-align:center;
font-size:14px;line-height:1.5;
color:var(--zp-ink2);
margin:0 0 22px;
}
.zp-modal-v-lead strong{color:var(--zp-ink)}
.zp-modal-v-checks{
list-style:none;margin:0 0 20px;padding:0;
display:flex;flex-direction:column;gap:10px;
}
.zp-modal-v-checks li{
display:flex;align-items:flex-start;gap:10px;
font-size:13.5px;line-height:1.4;
color:var(--zp-ink2);
padding:10px 12px;
background:var(--zp-green-bg);
border-radius:var(--zp-r3);
}
.zp-modal-v-checks i{
flex-shrink:0;
color:var(--zp-green);
font-size:14px;
margin-top:1px;
}
.zp-modal-v-stamp{
display:flex;align-items:center;justify-content:center;gap:8px;
font-size:13px;
color:var(--zp-ink2);
padding:10px 14px;
background:var(--zp-bg);
border:1px dashed var(--zp-ink5);
border-radius:var(--zp-r3);
margin-bottom:18px;
}
.zp-modal-v-stamp i{color:var(--zp-green);font-size:14px}
.zp-modal-v-stamp strong{color:var(--zp-ink);font-weight:700}
.zp-modal-v-foot{
display:flex;flex-direction:column;gap:8px;
align-items:center;
border-top:1px solid var(--zp-ink5);
padding-top:16px;
margin-top:4px;
}
.zp-modal-v-link{
font-size:13px;font-weight:600;
color:var(--zp-accent) !important;
display:inline-flex;align-items:center;gap:5px;
text-decoration:none;
transition:.15s;
}
.zp-modal-v-link:hover{color:var(--zp-accent2) !important;gap:7px}
.zp-modal-v-link i{font-size:11px}
@media(max-width:540px){
.modalDialog.zp-modal-v > div{padding:32px 22px 22px}
.zp-modal-v-badge{width:64px;height:64px;font-size:24px}
.modalDialog.zp-modal-v .zp-modal-v-title{font-size:19px}
.zp-modal-v-lead{font-size:13.5px}
.zp-modal-v-checks li{font-size:13px;padding:9px 11px}
} .zp-services-no{
margin-top:16px;
border-top:1px dashed var(--zp-ink5);
padding-top:14px;
}
.zp-services-no summary{
cursor:pointer;
list-style:none;
font-size:13px;font-weight:600;color:var(--zp-ink2);
display:inline-flex;align-items:center;gap:7px;
padding:6px 12px;border-radius:99px;
background:var(--zp-bg);border:1px solid var(--zp-ink5);
transition:.15s;user-select:none;
}
.zp-services-no summary::-webkit-details-marker{display:none}
.zp-services-no summary:hover{border-color:var(--zp-ink4);color:var(--zp-ink)}
.zp-services-no summary i{font-size:11px;color:var(--zp-ink3);transition:transform .25s}
.zp-services-no[open] summary i{transform:rotate(180deg)}
.zp-services-no summary i.fa-circle-minus{transition:none;color:#bb0023}
.zp-services-no[open] summary i.fa-circle-minus{transform:none}
.zp-services-no-count{color:var(--zp-ink3);font-weight:500;font-size:12px}
.zp-tags-mini{margin-top:12px}
.zp-tags-mini .zp-tag-no{background:rgba(187,0,35,.06);color:#a51616;border:1px dashed rgba(187,0,35,.25)}
.zp-services-no-note{font-size:12px;color:var(--zp-ink3);margin:10px 0 0;font-style:italic} .zp-horario-card .zp-card-t{flex-wrap:wrap;gap:10px}
.zp-horario-now{
margin-left:auto;
font-size:11px;font-weight:700;
padding:5px 12px;border-radius:99px;
display:inline-flex;align-items:center;gap:6px;
line-height:1;letter-spacing:.2px;
}
.zp-horario-now-on{background:var(--zp-green-bg);color:var(--zp-green)}
.zp-horario-now .zp-float-dot{width:6px;height:6px}
.zp-horario{
width:100%;
border-collapse:separate;border-spacing:0;
font-size:13.5px;
border-radius:var(--zp-r2);
overflow:hidden;
}
.zp-horario tr{transition:background .15s}
.zp-horario tr:nth-child(odd) td,
.zp-horario tr:nth-child(odd) th{background:var(--zp-bg)}
.zp-horario tr:nth-child(even) td,
.zp-horario tr:nth-child(even) th{background:#fff}
.zp-horario th{
text-align:left;
font-weight:500;
color:var(--zp-ink);
padding:11px 14px;
width:42%;
border:none;
}
.zp-horario td{
padding:11px 14px;
color:var(--zp-ink2);
font-variant-numeric:tabular-nums;
letter-spacing:.2px;
border:none;
}
.zp-horario .zp-hr-dash{color:var(--zp-ink3);margin:0 2px}
.zp-horario .zp-hr-closed{color:var(--zp-ink3);font-style:italic}
.zp-horario tr.zp-hr-today th,
.zp-horario tr.zp-hr-today td{
background:linear-gradient(90deg, var(--zp-accent) 0%, var(--zp-accent2) 100%) !important;
color:#fff !important;
font-weight:700;
position:relative;
}
.zp-horario tr.zp-hr-today th{
border-left:4px solid #fff;
padding-left:10px;
}
.zp-horario tr.zp-hr-today td{font-size:14.5px;letter-spacing:.3px}
.zp-horario tr.zp-hr-today .zp-hr-dash{color:rgba(255,255,255,.6)}
.zp-horario tr.zp-hr-today .zp-hr-closed{color:rgba(255,255,255,.85);font-style:normal}
.zp-hr-tag{
display:inline-flex;align-items:center;
font-size:10px;font-weight:700;
letter-spacing:.6px;text-transform:uppercase;
background:#fff;color:var(--zp-accent);
padding:3px 8px;border-radius:99px;
line-height:1;margin-left:8px;
vertical-align:middle;
box-shadow:0 2px 6px rgba(0,0,0,.12);
}
.zp-horario-empty{
background:var(--zp-bg);
color:var(--zp-ink2);
font-size:13px;
padding:12px 14px;border-radius:var(--zp-r3);
margin:0;
display:flex;align-items:center;gap:8px;
}
.zp-horario-empty i{color:var(--zp-accent)}
.zp-horario-empty a{color:var(--zp-accent);font-weight:600;text-decoration:underline}
@media(max-width:640px){
.zp-horario th{padding:10px 12px;width:40%}
.zp-horario td{padding:10px 12px;font-size:13px}
} .zp-rev-dist{
display:flex;flex-direction:column;gap:5px;
margin:14px 0 6px;
padding:14px 16px;
background:var(--zp-bg);
border-radius:var(--zp-r2);
}
.zp-rev-dist-row{
display:flex;align-items:center;gap:10px;
font-size:12px;
}
.zp-rev-dist-lbl{
flex-shrink:0;
width:28px;
font-weight:700;color:var(--zp-ink2);
display:inline-flex;align-items:center;gap:3px;
}
.zp-rev-dist-lbl i{color:var(--zp-gold);font-size:10px}
.zp-rev-dist-bar{
flex:1;height:8px;
background:var(--zp-ink5);
border-radius:99px;overflow:hidden;
display:block;min-width:60px;
}
.zp-rev-dist-bar > span{
display:block;height:100%;
background:linear-gradient(90deg,var(--zp-gold),#f7c14b);
border-radius:99px;
transition:width .5s cubic-bezier(.4,0,.2,1);
}
.zp-rev-dist-pct{
flex-shrink:0;
width:36px;text-align:right;
font-size:12px;font-weight:600;color:var(--zp-ink2);
font-variant-numeric:tabular-nums;
}
.zp-rev-toolbar{
display:flex;align-items:center;gap:10px;
margin:14px 0 12px;
padding-bottom:10px;
border-bottom:1px solid var(--zp-ink5);
}
.zp-rev-sort-lbl{
font-size:12px;font-weight:600;color:var(--zp-ink3);
letter-spacing:.2px;
}
.zp-rev-sort{
font-family:inherit;font-size:13px;font-weight:600;
color:var(--zp-ink);
background:var(--zp-card);
border:1.5px solid var(--zp-ink5);
border-radius:99px;
padding:7px 32px 7px 14px;
cursor:pointer;
transition:.15s;
appearance:none;-webkit-appearance:none;
background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23666' d='M1 1l5 5 5-5'/></svg>");
background-repeat:no-repeat;
background-position:right 12px center;
}
.zp-rev-sort:hover,
.zp-rev-sort:focus{
border-color:var(--zp-accent);
outline:none;
color:var(--zp-accent);
}
@media(max-width:640px){
.zp-rev-dist{padding:12px 14px}
.zp-rev-dist-row{gap:8px;font-size:11.5px}
.zp-rev-toolbar{flex-wrap:wrap;gap:8px}
} .zp-cap{
display:inline-flex;align-items:center;gap:6px;
padding:4px 10px;border-radius:99px;
font-size:12px;font-weight:600;
letter-spacing:.2px;
border:1px solid transparent;
}
.zp-cap i{font-size:11px}
.zp-cap-ok{background:rgba(0,196,140,.16);color:#0a8a64;border-color:rgba(0,196,140,.3)}
.zp-cap-warn{background:rgba(245,166,35,.18);color:#9a5b00;border-color:rgba(245,166,35,.3)}
.zp-cap-danger{background:rgba(220,38,38,.16);color:#a51616;border-color:rgba(220,38,38,.3)}
.zp-photo-views{
position:absolute;
bottom:6px;left:6px;
background:rgba(0,0,0,.55);
color:#fff;
font-size:11px;font-weight:600;
padding:3px 8px;border-radius:99px;
display:inline-flex;align-items:center;gap:5px;
backdrop-filter:blur(6px);
-webkit-backdrop-filter:blur(6px);
pointer-events:none;
z-index:2;
line-height:1;
letter-spacing:.2px;
transition:opacity .2s;
}
.zp-photo-views i{font-size:11px;opacity:.9}
.zp-photo-views-hidden{display:none} .zp-share-wrap{position:relative;display:inline-block}
.zp-share-btn{
display:inline-flex;align-items:center;justify-content:center;
width:46px;height:46px;
background:var(--zp-card);
border:1.5px solid var(--zp-ink5);
color:var(--zp-ink2);
border-radius:50%;
cursor:pointer;
transition:.2s;
font-family:inherit;
flex-shrink:0;
padding:0;
}
.zp-share-btn:hover,
.zp-share-btn[aria-expanded="true"]{
border-color:var(--zp-accent);
color:var(--zp-accent);
transform:translateY(-2px);
box-shadow:0 4px 16px rgba(107,55,155,.18);
}
.zp-share-btn i{font-size:15px}
.zp-share-pop{
position:absolute;
top:calc(100% + 8px);right:0;
min-width:200px;
background:var(--zp-card);
border:1px solid var(--zp-ink5);
border-radius:var(--zp-r2);
box-shadow:var(--zp-s3);
padding:6px;
z-index:50;
display:flex;flex-direction:column;gap:2px;
animation:zp-share-pop-in .15s ease;
}
@keyframes zp-share-pop-in{
from{opacity:0;transform:translateY(-4px)}
to{opacity:1;transform:translateY(0)}
}
.zp-share-pop[hidden]{display:none}
.zp-share-opt{
display:inline-flex;align-items:center;gap:10px;
width:100%;padding:10px 12px;
background:transparent;border:none;
color:var(--zp-ink);
font-family:inherit;font-size:13.5px;font-weight:500;
text-align:left;cursor:pointer;
border-radius:var(--zp-r3);
transition:.12s;
}
.zp-share-opt:hover{background:var(--zp-bg)}
.zp-share-opt i{
width:18px;text-align:center;font-size:15px;
color:var(--zp-ink2);
}
.zp-share-opt[data-zp-share="wa"]:hover i{color:#25D366}
.zp-share-opt[data-zp-share="tg"]:hover i{color:#229ED9}
.zp-share-opt[data-zp-share="copy"]:hover i{color:var(--zp-accent)}
.zp-share-opt-done{background:var(--zp-green-bg) !important;color:var(--zp-green)}
.zp-share-opt-done i{color:var(--zp-green) !important}
@media(max-width:640px){
.zp-hero-cta .zp-share-wrap{flex:0 0 auto;align-self:flex-end;margin-left:auto}
.zp-share-btn{width:44px;height:44px}
.zp-share-pop{right:0;left:auto;min-width:180px}
} .zp-progress-card{
background:linear-gradient(180deg,#fff 0%,#fdf2f7 100%);
border:1px solid rgba(107,55,155,.18);
}
.zp-progress-head{
display:flex;align-items:center;justify-content:space-between;
gap:14px;margin-bottom:12px;flex-wrap:wrap;
}
.zp-progress-title{
font-family:'Fraunces',serif;font-size:17px;font-weight:600;
color:var(--zp-ink);display:flex;align-items:center;gap:8px;
letter-spacing:-.2px;
}
.zp-progress-title i{color:var(--zp-accent);font-size:15px}
.zp-progress-sub{font-size:12.5px;color:var(--zp-ink2);margin-top:3px;line-height:1.4}
.zp-progress-pct{
font-family:'Fraunces',serif;font-size:32px;font-weight:700;
color:var(--zp-accent);letter-spacing:-1px;line-height:1;
}
.zp-progress-bar{
width:100%;height:8px;background:var(--zp-ink5);
border-radius:99px;overflow:hidden;margin-bottom:14px;
}
.zp-progress-bar > span{
display:block;height:100%;
background:linear-gradient(90deg,var(--zp-accent),var(--zp-accent2));
border-radius:99px;transition:width .6s cubic-bezier(.4,0,.2,1);
}
.zp-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.zp-check{
display:flex;align-items:center;gap:12px;padding:10px 12px;
border-radius:var(--zp-r2);background:var(--zp-card);
border:1px solid var(--zp-ink5);transition:.15s;
}
.zp-check-todo:hover{border-color:rgba(107,55,155,.3);background:#fff}
.zp-check-ico{
flex-shrink:0;width:24px;height:24px;border-radius:50%;
display:inline-flex;align-items:center;justify-content:center;font-size:11px;
}
.zp-check-ok .zp-check-ico{background:var(--zp-green);color:#fff}
.zp-check-todo .zp-check-ico{background:var(--zp-ink5);color:var(--zp-ink3);font-size:7px}
.zp-check-body{flex:1;min-width:0}
.zp-check-h{font-size:13.5px;font-weight:600;color:var(--zp-ink);line-height:1.25}
.zp-check-ok .zp-check-h{
text-decoration:line-through;text-decoration-thickness:1.5px;
color:var(--zp-ink2);font-weight:500;
}
.zp-check-s{font-size:12px;color:var(--zp-ink3);margin-top:2px;line-height:1.4}
.zp-check-cta{
flex-shrink:0;font-size:12px;font-weight:600;
color:var(--zp-accent) !important;background:var(--zp-accent-soft);
padding:7px 12px;border-radius:99px;
display:inline-flex;align-items:center;gap:5px;
text-decoration:none;transition:.15s;white-space:nowrap;
}
.zp-check-cta:hover{background:var(--zp-accent);color:#fff !important}
.zp-check-cta i{font-size:10px}
.zp-progress-note{
margin:14px 0 0;font-size:12px;color:var(--zp-ink3);
display:flex;align-items:center;gap:6px;
padding:8px 12px;background:var(--zp-bg);border-radius:var(--zp-r3);
}
.zp-progress-note i{color:var(--zp-ink3)}
@media(max-width:640px){
.zp-reasons{grid-template-columns:1fr;gap:8px}
.zp-reason{padding:11px 12px;gap:10px}
.zp-reason-ico{width:32px;height:32px;font-size:13px;border-radius:9px}
.zp-reason-h{font-size:13.5px}
.zp-reason-s{font-size:12px}
.zp-wa-confirm{padding:13px 20px;font-size:14px}
.zp-progress-pct{font-size:26px}
.zp-progress-title{font-size:15px}
.zp-check{padding:9px 11px;gap:10px;flex-wrap:wrap}
.zp-check-h{font-size:13px}
.zp-check-s{font-size:11.5px}
.zp-check-cta{font-size:11.5px;padding:6px 10px}
} .zp-lb-author{
position:absolute;top:0;left:0;right:0;z-index:9999;
padding:12px 64px 30px 14px;
background:linear-gradient(to bottom,rgba(0,0,0,.8),rgba(0,0,0,0));
pointer-events:none;
}
.zp-lb-author-head{
display:inline-flex;align-items:center;gap:10px;
text-decoration:none;pointer-events:auto;
}
.zp-lb-author-avatar{
width:42px;height:42px;border-radius:50%;
object-fit:cover;flex-shrink:0;
border:2px solid rgba(255,255,255,.85);
}
.zp-lb-author-avatar--empty{background:rgba(255,255,255,.22);display:block;}
.zp-lb-author-who{display:flex;flex-direction:column;min-width:0;}
.zp-lb-author-name{
font-size:14px;font-weight:700;color:#fff;
display:inline-flex;align-items:center;gap:5px;
text-shadow:0 1px 3px rgba(0,0,0,.7);
}
.zp-lb-author-verified{color:#4ade80;font-size:12px;}
.zp-lb-author-city{
font-size:12px;color:rgba(255,255,255,.88);
display:inline-flex;align-items:center;gap:4px;
text-shadow:0 1px 3px rgba(0,0,0,.7);
}
.zp-lb-author-head:hover .zp-lb-author-name{text-decoration:underline;} .glightbox-container .gslide-media{position:relative;}
.zp-lb-views{
position:absolute;bottom:10px;right:10px;z-index:10;
background:rgba(0,0,0,.6);color:#fff;
font-size:12px;font-weight:600;line-height:1;
padding:4px 9px;border-radius:99px;
display:inline-flex;align-items:center;gap:5px;
pointer-events:none;
backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
}
.zp-lb-views i{font-size:11px;opacity:.9;} .zp-rel{margin-bottom:20px;}
.zp-rel-grid{display:flex;flex-wrap:wrap;gap:8px;padding-top:6px;}
.zp-rel-link{
display:inline-flex;align-items:center;gap:6px;
font-size:12px;font-weight:600;
padding:8px 14px;border-radius:99px;
background:var(--zp-accent-soft);color:var(--zp-accent);
text-decoration:none;
transition:transform .15s,box-shadow .15s;
}
.zp-rel-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,55,155,.18);}
.zp-rel-link i{font-size:11px;}