:root{--mp-purple:#7628ff;--mp-lime:#b9fa35;--mp-ink:#151020;--mp-border:#e8e2f2}
.mypop-carousel{position:relative;max-width:1200px;margin:24px auto;font-family:inherit;color:var(--mp-ink)}
.mypop-carousel__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.mypop-carousel__header h2{margin:0}
.mypop-carousel__controls{display:flex;gap:10px}.mypop-carousel button{cursor:pointer}.mypop-carousel__controls button{width:48px;height:42px;border:2px solid var(--mp-ink);background:#fff;border-radius:5px;font-size:32px;line-height:30px}.mypop-carousel__controls button:disabled{opacity:.28;cursor:not-allowed}
.mypop-carousel__viewport{overflow:hidden;padding:4px}.mypop-carousel__track{display:flex;gap:16px;transition:transform .42s cubic-bezier(.2,.8,.2,1);will-change:transform}.mypop-card{flex:0 0 calc((100% - 32px)/3);min-width:0;background:#fff;border:1px solid var(--mp-border);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(55,25,100,.08)}
.mypop-gallery{height:230px;overflow:hidden;position:relative;background:#eee}.mypop-gallery__track{height:100%;display:flex;transition:transform .32s ease}.mypop-gallery__slide{display:block;flex:0 0 100%;height:100%}.mypop-gallery img{width:100%;height:100%;display:block;object-fit:cover}.mypop-gallery>button{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:38px;height:42px;border:2px solid var(--mp-lime);background:rgba(255,255,255,.94);color:var(--mp-purple);border-radius:6px;font-size:27px}.mypop-inner-prev{left:10px}.mypop-inner-next{right:10px}.mypop-gallery__count{position:absolute;z-index:4;right:10px;top:10px;color:#fff;background:rgba(20,15,30,.85);padding:4px 7px;border-radius:4px;font-weight:800}.mypop-badges{position:absolute;top:10px;left:10px;z-index:4;display:flex;gap:5px;max-width:70%;flex-wrap:wrap}.mypop-badges span{font-size:11px;font-weight:800;background:var(--mp-purple);color:#fff;padding:4px 7px;border-radius:5px}.mypop-badges span.green{background:var(--mp-lime);color:var(--mp-ink)}
.mypop-card__body{display:block;padding:18px;color:inherit;text-decoration:none;min-height:230px}.mypop-card__eyebrow{display:block;color:var(--mp-purple);font-size:11px;font-weight:800;text-transform:uppercase}.mypop-card h3{font-size:20px;line-height:1.2;margin:8px 0}.mypop-card p{font-size:13px;color:#5d5369;margin:0 0 10px}.mypop-card__facts{display:flex;gap:14px;font-size:12px;padding-bottom:12px;border-bottom:1px solid var(--mp-border)}.mypop-card__price{display:flex;flex-direction:column;margin-top:12px}.mypop-card__price strong{font-size:24px}.mypop-card__body>small{display:block;color:#62576e}
.mypop-carousel__dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.mypop-carousel__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#d6cce6}.mypop-carousel__dots button.active{width:26px;border-radius:9px;background:var(--mp-purple)}
.mypop-panel,.mypop-bi{max-width:1200px;margin:35px auto;padding:24px;background:#fff;border-radius:16px;color:var(--mp-ink)}.mypop-panel__top{display:flex;align-items:center;justify-content:space-between;gap:20px}.mypop-panel h1,.mypop-bi h1{margin-bottom:4px}.mypop-btn{display:inline-flex;border:0;border-radius:8px;padding:13px 20px;background:var(--mp-purple);color:#fff!important;font-weight:700;text-decoration:none;cursor:pointer}.mypop-property-form{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0;padding:20px;background:#f8f6fb;border-radius:12px}.mypop-property-form label{display:flex;flex-direction:column;gap:7px;font-weight:700}.mypop-property-form .wide{grid-column:1/-1}.mypop-property-form input,.mypop-property-form textarea,.mypop-property-form select,.mypop-filters input,.mypop-filters select{width:100%;box-sizing:border-box;padding:10px;border:1px solid #d7d0e2;border-radius:7px;background:#fff}.mypop-switch{padding:10px;background:#fff;border-radius:7px}.mypop-switch input{width:auto}.mypop-success,.mypop-error,.mypop-notice{padding:14px;border-radius:8px;margin:15px 0}.mypop-success{background:#e8f9dd}.mypop-error{background:#ffe5e5}.mypop-notice{background:#f5f0ff}.mypop-table-wrap{overflow:auto}.mypop-table-wrap table{width:100%;border-collapse:collapse}.mypop-table-wrap th,.mypop-table-wrap td{text-align:left;padding:12px;border-bottom:1px solid var(--mp-border)}
.mypop-filters{display:flex;gap:10px;align-items:end;margin:20px 0}.mypop-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.mypop-kpis>div,.mypop-bi-grid section{padding:18px;border:1px solid var(--mp-border);border-radius:12px;background:#fff}.mypop-kpis small{display:block;color:#6c6177}.mypop-kpis strong{font-size:30px}.mypop-bi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}.mypop-bi-grid h2{font-size:18px;margin-top:0}.mypop-bars>div{display:grid;grid-template-columns:minmax(100px,1fr) 2fr 45px;gap:10px;align-items:center;margin:10px 0;font-size:12px}.mypop-bars i{height:10px;border-radius:10px;background:#eee;overflow:hidden}.mypop-bars b{display:block;height:100%;background:linear-gradient(90deg,var(--mp-purple),#a46eff);border-radius:10px}
.mypop-listing{max-width:1200px;margin:35px auto;color:var(--mp-ink)}.mypop-listing__title{margin:0 0 25px}.mypop-listing__layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}.mypop-listing__filters{position:sticky;top:25px;display:flex;flex-direction:column;gap:14px;padding:18px;background:#fff;border:1px solid var(--mp-border);border-radius:13px;box-shadow:0 8px 25px rgba(55,25,100,.06)}.mypop-listing__filters label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.mypop-listing__filters input,.mypop-listing__filters select{width:100%;box-sizing:border-box;min-height:43px;padding:9px 11px;border:1px solid #dcd3ea;border-radius:8px;background:#fff;color:var(--mp-ink)}.mypop-filter-search{display:grid;grid-template-columns:1fr auto;gap:6px}.mypop-filter-search button,.mypop-filter-submit{border:0;border-radius:8px;background:var(--mp-purple);color:#fff;font-weight:800;padding:10px 14px;cursor:pointer}.mypop-filter-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mypop-filter-submit{min-height:46px;font-size:15px}.mypop-results{min-width:0}.mypop-results__head{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px}.mypop-results__head a{color:var(--mp-purple)}
.mypop-horizontal-card{display:grid;grid-template-columns:42% 1fr;min-height:260px;margin-bottom:16px;border:1px solid var(--mp-border);border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 7px 22px rgba(55,25,100,.06)}.mypop-horizontal-card__gallery{height:100%;min-height:260px;border-radius:0}.mypop-horizontal-card__content{display:flex;flex-direction:column;padding:18px 20px}.mypop-horizontal-card__terms{display:flex;gap:6px;flex-wrap:wrap}.mypop-horizontal-card__terms span{padding:3px 7px;border-radius:5px;background:#ece9ef;font-size:10px}.mypop-horizontal-card h2{font-size:20px;line-height:1.2;margin:9px 0 4px}.mypop-horizontal-card h2 a{color:var(--mp-purple);text-decoration:none}.mypop-horizontal-card p{margin:0 0 10px;color:#574e61;font-size:12px}.mypop-horizontal-card__facts{display:flex;gap:16px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid var(--mp-border);font-size:12px}.mypop-horizontal-card__bottom{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:auto;padding-top:12px}.mypop-horizontal-card__bottom small{display:block;color:#6e6378}.mypop-horizontal-card__bottom strong{display:block;font-size:25px}.mypop-horizontal-card__finance{display:flex;gap:18px;margin-top:3px;font-size:10px;color:#655a70}.mypop-card-cta{flex:0 0 auto;padding:11px 18px;border-radius:7px;background:var(--mp-purple);color:#fff!important;text-decoration:none;font-weight:800;font-size:13px}.mypop-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:25px}.mypop-pagination a{padding:10px 15px;border-radius:7px;background:var(--mp-purple);color:#fff;text-decoration:none}.mypop-empty-state{text-align:center;padding:50px 20px;border:1px dashed #cfc4dd;border-radius:12px}
@media(max-width:980px){.mypop-property-form{grid-template-columns:repeat(2,1fr)}.mypop-kpis{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.mypop-listing__layout{grid-template-columns:240px minmax(0,1fr)}.mypop-horizontal-card{grid-template-columns:40% 1fr}.mypop-horizontal-card__facts{gap:8px}.mypop-horizontal-card__bottom{align-items:start;flex-direction:column}.mypop-card-cta{align-self:stretch;text-align:center}}
@media(max-width:700px){.mypop-listing{padding:0 10px}.mypop-listing__layout{grid-template-columns:1fr}.mypop-listing__filters{position:static}.mypop-horizontal-card{grid-template-columns:1fr}.mypop-horizontal-card__gallery{height:230px;min-height:230px}.mypop-horizontal-card__bottom{flex-direction:row;align-items:end}}
@media(max-width:620px){.mypop-carousel{padding:0 10px}.mypop-gallery{height:220px}.mypop-carousel__controls button{width:42px}.mypop-property-form{grid-template-columns:1fr}.mypop-property-form label{grid-column:1!important}.mypop-panel{padding:15px}.mypop-panel__top,.mypop-filters{align-items:stretch;flex-direction:column}.mypop-kpis,.mypop-bi-grid{grid-template-columns:1fr 1fr}.mypop-kpis strong{font-size:24px}.mypop-horizontal-card__bottom{align-items:stretch;flex-direction:column}.mypop-filter-row{grid-template-columns:1fr}.mypop-results__head{align-items:flex-start;flex-direction:column;gap:5px}}
@media(prefers-reduced-motion:reduce){.mypop-carousel__track,.mypop-gallery__track{transition:none}}

/* Identidade visual MyPop: Poppins em aproximadamente 90% e Neulis nos destaques. */
:root{--mp-purple:#7628ff;--mp-purple-dark:#5510d9;--mp-lime:#b9fa35;--mp-lime-soft:#eaffbd;--mp-font-main:"Poppins",Arial,sans-serif;--mp-font-accent:"Neulis","Poppins",Arial,sans-serif}
.mypop-carousel,.mypop-listing,.mypop-panel,.mypop-bi{font-family:var(--mp-font-main);color:var(--mp-ink)}
.mypop-carousel__header h2,.mypop-listing__title,.mypop-panel__top h1,.mypop-bi h1,.mypop-card__eyebrow,.mypop-card__price strong,.mypop-horizontal-card__bottom>div>strong{font-family:var(--mp-font-accent)}
.mypop-carousel__header h2,.mypop-listing__title,.mypop-panel__top h1,.mypop-bi h1,.mypop-card__price strong,.mypop-horizontal-card__bottom>div>strong{color:var(--mp-purple)}
.mypop-carousel__controls button{border-color:var(--mp-purple);background:var(--mp-lime);color:var(--mp-purple)}
.mypop-carousel__controls button:hover:not(:disabled),.mypop-filter-search button:hover,.mypop-filter-submit:hover,.mypop-btn:hover{background:var(--mp-purple-dark);color:var(--mp-lime)}
.mypop-card-cta:hover,.mypop-pagination a:hover{background:var(--mp-lime);color:var(--mp-purple)!important}
.mypop-carousel__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;touch-action:pan-y;cursor:grab}.mypop-carousel__viewport:active{cursor:grabbing}.mypop-carousel__viewport::-webkit-scrollbar{display:none}.mypop-carousel__track{transform:none!important;transition:none}.mypop-card{scroll-snap-align:start;transition:transform .24s ease,box-shadow .24s ease}.mypop-gallery__count{cursor:pointer}.mypop-gallery__dots{position:absolute;z-index:5;left:50%;bottom:10px;display:flex;gap:5px;transform:translateX(-50%)}.mypop-gallery__dots button{position:relative;width:20px;height:20px;padding:0;border:0;background:transparent}.mypop-gallery__dots button:after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.68);transform:translate(-50%,-50%)}.mypop-gallery__dots button.active:after{width:18px;border-radius:7px;background:var(--mp-lime)}
@media(hover:hover) and (pointer:fine){.mypop-card:hover,.mypop-horizontal-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(118,40,255,.15)}}

/* Controles externos à direita e hierarquia tipográfica mais leve. */
.mypop-carousel__controls{margin-left:auto}
.mypop-carousel,.mypop-card,.mypop-card__body,.mypop-horizontal-card,.mypop-listing{font-weight:400!important}
.mypop-card p,.mypop-card__facts,.mypop-card__body>small,.mypop-horizontal-card p,.mypop-horizontal-card__facts,.mypop-horizontal-card__finance,.mypop-horizontal-card__bottom small,.mypop-results__head,.mypop-listing__filters input,.mypop-listing__filters select{font-weight:400!important}
.mypop-card h3,.mypop-horizontal-card h2,.mypop-card__eyebrow,.mypop-badges span,.mypop-horizontal-card__terms span{font-weight:600!important}
.mypop-card__price strong,.mypop-horizontal-card__bottom>div>strong,.mypop-card-cta,.mypop-filter-submit,.mypop-filter-search button{font-weight:700!important}

/* Paleta global MyPop para widgets que usam as cores do Kit Elementor/Hello. */
:root{--e-global-color-primary:#7628ff!important;--e-global-color-secondary:#b9fa35!important;--e-global-color-text:#151020!important;--e-global-color-accent:#b9fa35!important}

/* Navegação circular, com áreas de toque amplas e sem herança do Hello Elementor. */
.mypop-carousel__controls{display:flex!important;justify-content:flex-end!important;gap:10px!important;margin-left:auto!important}
.mypop-carousel__controls button,.mypop-gallery>button{display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border-style:solid!important;border-radius:50%!important;font-family:Arial,sans-serif!important;font-weight:400!important;text-decoration:none!important;box-shadow:0 5px 14px rgba(21,16,32,.14)!important;appearance:none!important;-webkit-appearance:none!important}
.mypop-carousel__controls button{width:46px!important;height:46px!important;border-width:2px!important;border-color:var(--mp-purple)!important;background:#fff!important;color:var(--mp-purple)!important;font-size:34px!important;line-height:1!important}
.mypop-carousel__controls button:hover:not(:disabled),.mypop-carousel__controls button:focus-visible{background:var(--mp-purple)!important;color:var(--mp-lime)!important;outline:3px solid var(--mp-lime)!important;outline-offset:2px!important}
.mypop-carousel__controls button:disabled{border-color:#d8d0e3!important;background:#f4f1f7!important;color:#aaa0b5!important;box-shadow:none!important}
.mypop-gallery>button{width:40px!important;height:40px!important;border-width:2px!important;border-color:var(--mp-lime)!important;background:rgba(255,255,255,.96)!important;color:var(--mp-purple)!important;font-size:29px!important;line-height:1!important}
.mypop-gallery>button:hover,.mypop-gallery>button:focus-visible{border-color:var(--mp-purple)!important;background:var(--mp-purple)!important;color:var(--mp-lime)!important;outline:2px solid var(--mp-lime)!important;outline-offset:2px!important}

/* Indicadores externos: todo o círculo é clicável, não somente o ponto visual. */
.mypop-carousel__dots{display:flex!important;justify-content:center!important;gap:3px!important;margin-top:14px!important}
.mypop-carousel__dots button{position:relative!important;width:30px!important;height:30px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;appearance:none!important}
.mypop-carousel__dots button:after{content:"";position:absolute;left:50%;top:50%;width:9px;height:9px;border-radius:50%;background:#d7cce7;transform:translate(-50%,-50%);transition:width .2s ease,background .2s ease}
.mypop-carousel__dots button.active:after{width:22px;border-radius:8px;background:var(--mp-lime);box-shadow:0 0 0 2px var(--mp-purple)}
.mypop-carousel__dots button:hover:after,.mypop-carousel__dots button:focus-visible:after{background:var(--mp-purple)}
.mypop-carousel__dots button:focus-visible{outline:2px solid var(--mp-purple)!important;outline-offset:-3px!important}

/* Neutraliza cores azuis/vermelhas que o tema possa aplicar dentro do widget. */
.mypop-carousel a,.mypop-listing a{--e-global-color-primary:var(--mp-purple);--e-global-color-accent:var(--mp-lime)}
.mypop-card h3,.mypop-card__eyebrow,.mypop-horizontal-card h2 a,.mypop-results__head a{color:var(--mp-purple)!important}
.mypop-card-cta,.mypop-filter-submit,.mypop-filter-search button,.mypop-btn,.mypop-pagination a{border-color:var(--mp-purple)!important;background:var(--mp-purple)!important;color:#fff!important}
.mypop-card-cta:hover,.mypop-filter-submit:hover,.mypop-filter-search button:hover,.mypop-btn:hover,.mypop-pagination a:hover{border-color:var(--mp-lime)!important;background:var(--mp-lime)!important;color:var(--mp-purple)!important}
.mypop-card__body{cursor:pointer!important}.mypop-card__body:hover h3{color:var(--mp-purple)!important}.mypop-card__body:focus-visible{outline:3px solid var(--mp-lime)!important;outline-offset:-3px!important}

/* Conteúdo comercial do card conforme o modelo MyPop. */
.mypop-card__body{display:flex!important;flex-direction:column!important;min-height:260px!important;padding:17px 18px!important}
.mypop-card__terms{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.mypop-card__terms span{padding:3px 7px;border-radius:5px;background:#eceaed;color:#27222e;font-size:10px;font-weight:400!important;line-height:1.2}
.mypop-card__body h3{margin:0 0 5px!important;color:var(--mp-purple)!important;font-size:18px!important;font-weight:600!important;line-height:1.18!important;text-transform:uppercase}
.mypop-card__location{min-height:0;margin:0 0 9px!important;color:#302a37!important;font-size:11px!important;font-weight:400!important;line-height:1.35!important}
.mypop-card__facts{display:flex!important;flex-wrap:wrap!important;gap:7px 16px!important;margin:0!important;padding:0 0 11px!important;border-bottom:1px solid var(--mp-border)!important;color:#504858!important;font-size:10px!important;font-weight:400!important}
.mypop-card__facts span:before{display:inline-block;margin-right:5px;color:#8b8195;font-size:11px}.mypop-card__facts .bed:before{content:"▱"}.mypop-card__facts .area:before{content:"⌗"}.mypop-card__facts .garage:before{content:"▣"}
.mypop-card__commercial{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:12px}.mypop-card__values{min-width:0}.mypop-card__price{margin:0!important}.mypop-card__price small{display:block;color:#554c5e;font-size:10px;font-weight:400!important;line-height:1.2}.mypop-card__price strong{display:block;margin-top:1px;color:#151020!important;font-family:var(--mp-font-main)!important;font-size:22px!important;font-weight:700!important;line-height:1.15}
.mypop-card__finance{display:flex;gap:18px;margin-top:5px}.mypop-card__finance small{display:flex;flex-direction:column;color:#6a6172;font-size:9px;font-weight:400!important;line-height:1.1}.mypop-card__finance b{margin-top:2px;color:#3b3443;font-size:10px;font-weight:600!important;white-space:nowrap}
.mypop-card__cta{flex:0 0 auto;min-width:93px;padding:12px 15px;border-radius:6px;background:var(--mp-purple);color:#fff;font-size:12px;font-weight:600!important;text-align:center}.mypop-card__body:hover .mypop-card__cta{background:var(--mp-lime);color:var(--mp-purple)}
@media(max-width:620px){.mypop-card__body{min-height:250px!important}.mypop-card__commercial{align-items:stretch;flex-direction:column}.mypop-card__cta{width:100%;box-sizing:border-box}}
.mypop-card__price strong{color:var(--mp-purple)!important}

/* Versão compacta: quatro cards em desktop e sem vazio após a linha divisória. */
.mypop-card>.mypop-gallery{height:185px!important}.mypop-card__body{min-height:0!important;padding:13px 14px!important}.mypop-card__terms{gap:4px;margin-bottom:7px}.mypop-card__terms span{padding:3px 6px;font-size:9px}.mypop-card__body h3{margin-bottom:4px!important;font-size:15px!important}.mypop-card__location{margin-bottom:7px!important;font-size:10px!important}.mypop-card__facts{gap:5px 10px!important;padding-bottom:8px!important;font-size:9px!important}.mypop-card__commercial{align-items:end;margin-top:0!important;padding-top:9px!important}.mypop-card__price strong{font-size:19px!important}.mypop-card__finance{gap:10px;margin-top:3px}.mypop-card__finance small{font-size:8px}.mypop-card__finance b{font-size:9px}.mypop-card__cta{min-width:78px;padding:10px 9px;font-size:10px}.mypop-badges span{padding:4px 6px;font-size:9px}.mypop-gallery__count{font-size:10px;padding:4px 6px}
@media(max-width:1020px){.mypop-card>.mypop-gallery{height:195px!important}}
@media(max-width:780px){.mypop-card>.mypop-gallery{height:205px!important}}
@media(max-width:560px){.mypop-card>.mypop-gallery{height:220px!important}.mypop-card__body{padding:16px!important}.mypop-card__body h3{font-size:18px!important}.mypop-card__commercial{align-items:stretch;flex-direction:column}.mypop-card__cta{width:100%}}

/* Desktop usa controles; celular utiliza rolagem horizontal nativa pelo dedo. */
.mypop-carousel__viewport{overflow-x:hidden!important;cursor:default!important;touch-action:pan-y}
@media(max-width:780px),(pointer:coarse){.mypop-carousel__viewport{overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;touch-action:pan-x pan-y!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain}.mypop-carousel__track{touch-action:pan-x pan-y}.mypop-card{scroll-snap-align:start;scroll-snap-stop:always}}

/* Impede o hover vermelho/quadrado herdado do Hello Elementor nos indicadores. */
.mypop-gallery__dots button,.mypop-gallery__dots button:hover,.mypop-gallery__dots button:active,.mypop-gallery__dots button:focus,.mypop-gallery__dots button:focus-visible{width:20px!important;height:20px!important;margin:0!important;padding:0!important;border:0!important;border-color:transparent!important;border-radius:50%!important;background:transparent!important;background-color:transparent!important;background-image:none!important;color:transparent!important;box-shadow:none!important;outline:0!important;appearance:none!important;-webkit-appearance:none!important}
.mypop-gallery__dots button:before{display:none!important;content:none!important}.mypop-gallery__dots button:after{display:block!important;background:rgba(255,255,255,.72)!important;box-shadow:none!important}.mypop-gallery__dots button.active:after{width:18px!important;height:7px!important;border-radius:7px!important;background:var(--mp-lime)!important;box-shadow:0 0 0 1px rgba(21,16,32,.08)!important}.mypop-gallery__dots button:hover:after,.mypop-gallery__dots button:focus-visible:after{background:var(--mp-lime)!important}

/* Indicadores internos compactos e centralizados, inclusive com 12 fotos. */
.mypop-gallery__dots{left:50%!important;right:auto!important;bottom:9px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;max-width:calc(100% - 20px)!important;min-height:18px!important;margin:0!important;padding:2px 5px!important;gap:2px!important;border-radius:14px!important;background:rgba(21,16,32,.22)!important;line-height:0!important;transform:translateX(-50%)!important;box-sizing:border-box!important}
.mypop-gallery__dots button,.mypop-gallery__dots button:hover,.mypop-gallery__dots button:active,.mypop-gallery__dots button:focus,.mypop-gallery__dots button:focus-visible{flex:0 0 16px!important;width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important}
.mypop-gallery__dots button:after{width:6px!important;height:6px!important}.mypop-gallery__dots button.active:after{width:14px!important;height:6px!important}

/* Setas internas 20% menores: 40px para 32px. */
.mypop-gallery>button.mypop-inner-prev,.mypop-gallery>button.mypop-inner-next{width:32px!important;height:32px!important;font-size:23px!important;border-width:2px!important}

/* Plataforma do corretor */
.mypop-broker-platform{max-width:1280px!important;padding:0!important;overflow:hidden;border:1px solid var(--mp-border);box-shadow:0 18px 50px rgba(55,25,100,.08)}.mypop-broker-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 34px;background:linear-gradient(115deg,var(--mp-purple),#9356ff);color:#fff}.mypop-broker-header h1{margin:3px 0 4px!important;color:#fff!important;font:700 30px/1.15 var(--mp-font-main)!important}.mypop-broker-header p{margin:0;color:rgba(255,255,255,.8)}.mypop-broker-kicker{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mp-lime)}.mypop-broker-header .mypop-btn{background:var(--mp-lime)!important;color:var(--mp-purple)!important}.mypop-broker-nav{display:flex;gap:4px;padding:10px 20px;border-bottom:1px solid var(--mp-border);background:#fff;overflow-x:auto}.mypop-broker-nav a{position:relative;display:flex;align-items:center;gap:7px;padding:11px 15px;border-radius:8px;color:#5e5468;text-decoration:none;white-space:nowrap;font-size:13px;font-weight:500}.mypop-broker-nav a:hover,.mypop-broker-nav a.active{background:var(--mp-lime-soft);color:var(--mp-purple)}.mypop-broker-nav a.active:after{content:"";position:absolute;left:15px;right:15px;bottom:-10px;height:3px;background:var(--mp-purple)}.mypop-broker-nav b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:10px;background:var(--mp-purple);color:#fff;font-size:10px}.mypop-broker-content{padding:30px 34px}.mypop-section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.mypop-section-title h2{margin:0 0 3px!important;color:var(--mp-ink);font-size:24px}.mypop-section-title p{margin:0;color:#786e81}.mypop-section-title>a{color:var(--mp-purple);font-weight:600}.mypop-broker-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0 28px}.mypop-broker-kpis>div{padding:20px;border:1px solid var(--mp-border);border-radius:13px;background:linear-gradient(145deg,#fff,#fbf9ff)}.mypop-broker-kpis span,.mypop-broker-kpis small{display:block;color:#776c80;font-size:12px}.mypop-broker-kpis strong{display:block;margin:6px 0;color:var(--mp-purple);font-size:32px}.mypop-dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:22px}.mypop-dashboard-grid>section,.mypop-dashboard-grid>aside{padding:22px;border:1px solid var(--mp-border);border-radius:13px}.mypop-dashboard-grid aside{background:var(--mp-lime-soft)}.mypop-dashboard-grid aside h2{margin-top:0}.mypop-dashboard-grid aside li{margin:10px 0;color:#514958;font-size:13px}
.mypop-property-wizard{grid-template-columns:repeat(4,1fr)!important;margin-top:0!important;background:#faf9fc!important}.mypop-form-section{display:flex!important;flex-direction:row!important;align-items:center;gap:13px;margin:14px 0 0;padding:16px 18px;border-radius:11px;background:#fff;border:1px solid var(--mp-border)}.mypop-form-section>span{display:grid;place-items:center;flex:0 0 36px;height:36px;border-radius:50%;background:var(--mp-purple);color:#fff}.mypop-form-section h3{margin:0!important;color:var(--mp-purple);font-size:17px}.mypop-form-section p{margin:2px 0 0;color:#786e81;font-size:12px}.mypop-property-form label{font-size:12px}.mypop-property-form label>small{font-weight:400;color:#82768b}.mypop-property-form input,.mypop-property-form textarea,.mypop-property-form select{min-height:43px}.mypop-switch{position:relative;display:flex;align-items:center;gap:9px}.mypop-switch input{position:absolute;opacity:0}.mypop-switch i{position:relative;width:42px;height:23px;border-radius:13px;background:#dcd6e2;transition:.2s}.mypop-switch i:after{content:"";position:absolute;left:3px;top:3px;width:17px;height:17px;border-radius:50%;background:#fff;transition:.2s}.mypop-switch input:checked+i{background:var(--mp-purple)}.mypop-switch input:checked+i:after{transform:translateX(19px)}.mypop-switch em{font-style:normal;font-weight:500}.mypop-form-actions{display:flex;align-items:center;gap:18px;padding-top:10px}.mypop-form-actions>a{color:var(--mp-purple);font-weight:600}.mypop-status{display:inline-block;padding:5px 8px;border-radius:10px;font-size:10px;font-weight:600}.mypop-status.published{background:#e5fac1;color:#376700}.mypop-status.draft{background:#eee9f3;color:#6b6173}.mypop-table-wrap td>small{display:block;color:#81778a}.mypop-timeline{position:relative;margin-left:8px;padding-left:25px;border-left:2px solid #e4dced}.mypop-timeline article{position:relative;display:grid;grid-template-columns:1fr auto;gap:15px;padding:0 0 24px}.mypop-timeline article>i{position:absolute;left:-33px;top:3px;width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:var(--mp-purple);box-shadow:0 0 0 2px var(--mp-lime)}.mypop-timeline h3{margin:3px 0;font-size:15px}.mypop-timeline p,.mypop-timeline span{margin:0;color:#776d80;font-size:11px}.mypop-timeline a{color:var(--mp-purple);font-weight:600}.mypop-notification-list{display:grid;gap:10px}.mypop-notification-list article{display:flex;gap:13px;padding:16px;border:1px solid var(--mp-border);border-radius:11px;background:#fff}.mypop-notification-list article>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--mp-lime);color:var(--mp-purple);font-weight:800}.mypop-notification-list h3{margin:0 0 3px;font-size:14px}.mypop-notification-list p{margin:0;font-size:12px}.mypop-notification-list small{color:#897f91}.mypop-account-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:780px;padding:22px;border:1px solid var(--mp-border);border-radius:13px;background:#faf9fc}.mypop-account-form label{display:flex;flex-direction:column;gap:6px;font-weight:600}.mypop-account-form input{padding:11px;border:1px solid #d8cfe2;border-radius:8px}.mypop-account-form .wide,.mypop-account-avatar{grid-column:1/-1}.mypop-account-avatar{display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--mp-border)}.mypop-account-avatar img{border:4px solid var(--mp-lime);border-radius:50%}.mypop-account-avatar h3{margin:0;color:var(--mp-purple)}
@media(max-width:980px){.mypop-broker-kpis{grid-template-columns:repeat(2,1fr)}.mypop-dashboard-grid{grid-template-columns:1fr}.mypop-property-wizard{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:620px){.mypop-broker-header{align-items:stretch;flex-direction:column;padding:24px 18px}.mypop-broker-content{padding:22px 16px}.mypop-broker-nav{padding:8px}.mypop-broker-kpis{grid-template-columns:1fr 1fr}.mypop-property-wizard,.mypop-account-form{grid-template-columns:1fr!important}.mypop-account-form label,.mypop-account-form .wide,.mypop-account-avatar{grid-column:1!important}.mypop-section-title{align-items:flex-start;flex-direction:column}.mypop-broker-header .mypop-btn{text-align:center;justify-content:center}}

/* Hierarquia tipografica da plataforma do corretor */
.mypop-broker-platform,.mypop-broker-platform p,.mypop-broker-platform td,.mypop-broker-platform li,.mypop-broker-platform input,.mypop-broker-platform select,.mypop-broker-platform textarea{font-weight:400!important}.mypop-broker-header p,.mypop-section-title p,.mypop-table-wrap td small,.mypop-dashboard-grid aside li,.mypop-timeline p,.mypop-timeline span,.mypop-notification-list p,.mypop-notification-list small{font-weight:400!important}.mypop-broker-nav a,.mypop-property-form label,.mypop-account-form label,.mypop-table-wrap td>strong,.mypop-timeline h3,.mypop-notification-list h3{font-weight:500!important}.mypop-table-wrap th,.mypop-section-title h2,.mypop-broker-header h1,.mypop-broker-kpis strong,.mypop-btn,.mypop-status{font-weight:600!important}
@media(min-width:781px){.mypop-broker-nav{flex-wrap:wrap;overflow-x:visible}}
@media(max-width:620px){.mypop-broker-nav{scrollbar-width:none}.mypop-broker-nav::-webkit-scrollbar{display:none}}

/* Login incorporado ao painel de imoveis */
.mypop-broker-login{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);max-width:960px;margin:40px auto;overflow:hidden;border:1px solid var(--mp-border);border-radius:18px;background:#fff;box-shadow:0 20px 55px rgba(63,24,119,.12);font-family:var(--mp-font-main);color:var(--mp-ink)}.mypop-broker-login__intro{display:flex;flex-direction:column;justify-content:center;padding:48px;background:linear-gradient(135deg,var(--mp-purple),#9650ff);color:#fff}.mypop-broker-login__intro span{margin-bottom:12px;color:var(--mp-lime);font-size:11px;font-weight:600;letter-spacing:.12em}.mypop-broker-login__intro h1{margin:0 0 14px;color:#fff!important;font-size:32px;line-height:1.12}.mypop-broker-login__intro p{margin:0;color:rgba(255,255,255,.85);font-weight:400;line-height:1.6}.mypop-broker-login__form{padding:42px}.mypop-broker-login__form h2{margin:0 0 20px;font-size:24px}.mypop-broker-login__form form{margin:0}.mypop-broker-login__form label{display:block;margin-bottom:6px;color:#4f4657;font-size:12px;font-weight:500}.mypop-broker-login__form input[type=text],.mypop-broker-login__form input[type=password]{width:100%;min-height:46px;margin:5px 0 15px;padding:10px 12px;border:1px solid #d8cfe2;border-radius:8px;box-sizing:border-box}.mypop-broker-login__form .login-remember label{display:flex;align-items:center;gap:8px;font-weight:400}.mypop-broker-login__form .login-submit{margin:18px 0 10px}.mypop-broker-login__form .button-primary{width:100%;min-height:46px;border:0;border-radius:8px;background:var(--mp-purple);color:#fff;font-weight:600;cursor:pointer}.mypop-broker-login__form .button-primary:hover{background:var(--mp-lime);color:var(--mp-purple)}.mypop-broker-login__lost{display:block;text-align:center;color:var(--mp-purple);font-size:12px;font-weight:500}
@media(max-width:720px){.mypop-broker-login{grid-template-columns:1fr;margin:22px 12px}.mypop-broker-login__intro,.mypop-broker-login__form{padding:28px}.mypop-broker-login__intro h1{font-size:26px}}

/* Acoes de gerenciamento dos imoveis */
.mypop-row-actions{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.mypop-row-actions>a,.mypop-inline-action button{display:inline-flex;align-items:center;min-height:30px;margin:0;padding:5px 9px;border:1px solid #d8cfe2;border-radius:6px;background:#fff;color:var(--mp-purple);font-family:var(--mp-font-main);font-size:10px;font-weight:500;text-decoration:none;white-space:nowrap;cursor:pointer}.mypop-inline-action{display:inline-flex;margin:0}.mypop-inline-action button:hover,.mypop-row-actions>a:hover{border-color:var(--mp-purple);background:var(--mp-lime-soft)}.mypop-inline-action button.danger{border-color:#ffd2da;color:#d8294d}.mypop-inline-action button.danger:hover{border-color:#d8294d;background:#fff0f3}

/* Criacao de novas classificacoes no cadastro */
.mypop-taxonomy-field{padding:12px;border:1px solid var(--mp-border);border-radius:10px;background:#fff}.mypop-taxonomy-field .mypop-taxonomy-or{position:relative;display:flex;align-items:center;gap:8px;margin:1px 0;color:#8a8091;font-size:9px;font-weight:400;text-transform:uppercase}.mypop-taxonomy-field .mypop-taxonomy-or:before,.mypop-taxonomy-field .mypop-taxonomy-or:after{content:"";flex:1;height:1px;background:var(--mp-border)}.mypop-taxonomy-field input[type=text]{border-style:dashed;background:#fcfaff}.mypop-taxonomy-field input[type=text]:focus{border-style:solid;border-color:var(--mp-purple);box-shadow:0 0 0 3px rgba(118,40,255,.1);outline:0}
.mypop-taxonomy-new{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.mypop-taxonomy-new input[type=text]{min-width:0}.mypop-taxonomy-new button{min-height:43px;padding:7px 10px;border:1px solid var(--mp-purple);border-radius:7px;background:var(--mp-purple);color:#fff;font-family:var(--mp-font-main);font-size:10px;font-weight:600;cursor:pointer}.mypop-taxonomy-new button:hover{border-color:var(--mp-lime);background:var(--mp-lime);color:var(--mp-purple)}.mypop-taxonomy-field.has-new-term{border-color:var(--mp-lime);box-shadow:0 0 0 2px rgba(185,250,53,.22)}

/* Data, hora e localizacao do visitante */
.mypop-local-clock{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;min-height:40px;padding:8px 20px;box-sizing:border-box;background:var(--mp-lime);color:var(--mp-ink);font-family:var(--mp-font-main);font-size:13px;font-weight:400;line-height:1.25}.mypop-local-clock__item{display:inline-flex;align-items:center;gap:8px;min-width:0}.mypop-local-clock__item>b{display:grid;place-items:center;width:18px;height:18px;font-family:"Segoe UI Emoji",sans-serif;font-size:14px;font-weight:400}.mypop-local-clock__time strong{font-weight:600;font-variant-numeric:tabular-nums}.mypop-local-clock>i{width:1px;height:17px;background:rgba(21,16,32,.4)}.mypop-local-clock [data-local-place]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:600px){.mypop-local-clock{justify-content:flex-start;flex-wrap:wrap;gap:6px 11px;min-height:48px;padding:8px 13px;font-size:11px}.mypop-local-clock__item:first-child{flex:1 0 calc(100% - 105px)}.mypop-local-clock>i{height:14px}.mypop-local-clock>i:last-of-type{display:none}.mypop-local-clock__item:last-child{flex:1 0 100%;padding-left:1px}}

.mypop-clock-icon{flex:0 0 auto;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;opacity:.72}.mypop-bi-map-panel{grid-column:1/-1}.mypop-bi-map-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.mypop-bi-map-head h2{margin-bottom:3px}.mypop-bi-map-head p{margin:0;color:#6c6177;font-size:12px;font-weight:400}.mypop-bi-map-filters{display:flex;gap:8px}.mypop-bi-map-filters select{min-width:150px;height:36px;border:1px solid var(--mp-border);border-radius:8px;background:#fff}.mypop-bi-map{height:480px;border:1px solid var(--mp-border);border-radius:12px;overflow:hidden;background:#f5f2fb}.mypop-map-legend{display:flex;gap:18px;margin-top:10px;color:#5e5566;font-size:12px}.mypop-map-legend span{display:flex;align-items:center;gap:6px}.mypop-map-legend i{width:10px;height:10px;border-radius:50%}.mypop-map-legend .is-access{background:#7628ff}.mypop-map-legend .is-conversion{background:#ff3366}.mypop-bi .leaflet-control-attribution{font-size:9px;font-weight:400}@media(max-width:620px){.mypop-bi-map-head{align-items:stretch;flex-direction:column}.mypop-bi-map-filters{flex-direction:column}.mypop-bi-map{height:390px}}
.mypop-conversion-popup{display:grid;gap:5px;min-width:220px;font-family:var(--mp-font-main);font-size:12px;line-height:1.4}.mypop-conversion-popup>strong{color:var(--mp-purple);font-size:15px}.mypop-conversion-popup>span{font-weight:400}.mypop-conversion-popup>small{padding-top:5px;border-top:1px solid #ece6f5;color:#6c6177}.mypop-conversion-badge{justify-self:start;padding:3px 7px;border-radius:999px;background:#ffe5ee;color:#c21855;font-size:10px;font-weight:600!important}.mypop-filters .button{min-height:40px;padding:0 18px;border-color:var(--mp-purple);border-radius:8px;background:var(--mp-purple);color:#fff}.mypop-filters .button:hover{border-color:var(--mp-lime);background:var(--mp-lime);color:var(--mp-purple)}
.mypop-conversion-popup .mypop-location-source{justify-self:start;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:600}.mypop-location-source.is-gps{background:#e7f8d2;color:#397500}.mypop-location-source.is-ip{background:#eee8ff;color:#5f22cb}
.mypop-live-panel{margin-top:16px;padding:18px;border:1px solid var(--mp-border);border-radius:12px;background:#fff}.mypop-live-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.mypop-live-head h2{margin:0 0 3px;font-size:18px}.mypop-live-head p{margin:0;color:#6c6177;font-size:12px}.mypop-live-legend{display:flex;gap:14px;font-size:11px}.mypop-live-legend span{display:flex;align-items:center;gap:5px}.mypop-live-legend i,.mypop-live-dot{width:9px;height:9px;border-radius:50%;background:#2878ff}.mypop-live-legend .online,.mypop-live-card.is-online .mypop-live-dot{background:#22c55e}.mypop-live-legend .converted,.mypop-live-card.is-converted .mypop-live-dot{background:#ff3366}.mypop-live-card.is-online .mypop-live-dot{animation:mypop-pulse 1.6s infinite}.mypop-live-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-height:380px;overflow:auto}.mypop-live-card{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:10px;align-items:start;padding:12px;border:1px solid #ece6f5;border-radius:10px;background:#fcfbff}.mypop-live-card>div{display:grid;gap:3px;min-width:0}.mypop-live-card strong{font-size:12px}.mypop-live-card span,.mypop-live-card a,.mypop-live-card small{overflow:hidden;color:#6c6177;font-size:10px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.mypop-live-card a{color:var(--mp-purple);text-decoration:none}.mypop-live-time{text-align:right}.mypop-live-time b{font-size:13px}.mypop-chart-wide{grid-column:1/-1}.mypop-chart-box{position:relative;height:310px}.mypop-chart-pie{height:330px}@keyframes mypop-pulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}50%{box-shadow:0 0 0 7px rgba(34,197,94,0)}}@media(max-width:760px){.mypop-live-head{align-items:flex-start;flex-direction:column}.mypop-live-list{grid-template-columns:1fr}.mypop-live-card{grid-template-columns:10px minmax(0,1fr)}.mypop-live-time{grid-column:2;text-align:left}.mypop-chart-box,.mypop-chart-pie{height:280px}}
.mypop-live-map{height:300px;margin-bottom:12px;border:1px solid var(--mp-border);border-radius:10px;overflow:hidden}.mypop-live-marker-wrap{background:transparent;border:0}.mypop-live-marker{display:block;width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:#2878ff;box-shadow:0 2px 8px rgba(21,16,32,.35)}.mypop-live-marker.is-online{background:#22c55e;animation:mypop-map-pulse 1.6s infinite}.mypop-live-marker.is-converted{background:#ff3366}@keyframes mypop-map-pulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.6),0 2px 8px rgba(21,16,32,.35)}50%{box-shadow:0 0 0 10px rgba(34,197,94,0),0 2px 8px rgba(21,16,32,.35)}}
.mypop-map-legend .is-online{background:#22c55e}.mypop-map-legend .is-offline{background:#2878ff}.mypop-map-legend .is-live-conversion{background:#ff3366}.mypop-map-legend{flex-wrap:wrap}
.mypop-bi-tabs{display:flex;gap:6px;margin:16px 0 6px;border-bottom:1px solid var(--mp-border)}.mypop-bi-tabs a{padding:10px 16px;border-bottom:3px solid transparent;color:#62586c;font-size:13px;font-weight:500;text-decoration:none}.mypop-bi-tabs a.active{border-color:var(--mp-purple);color:var(--mp-purple);font-weight:600}.mypop-conversions-panel{padding:18px;border:1px solid var(--mp-border);border-radius:12px;background:#fff}.mypop-conversions-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.mypop-conversions-head h2{margin:0 0 3px;font-size:19px}.mypop-conversions-head p{margin:0;color:#6c6177;font-size:12px}.mypop-conversions-head>strong{padding:7px 11px;border-radius:999px;background:#eee8ff;color:var(--mp-purple);font-size:12px}.mypop-conversions-table{overflow:auto}.mypop-conversions-table table{width:100%;border-collapse:collapse;font-size:11px}.mypop-conversions-table th,.mypop-conversions-table td{padding:11px 10px;border-bottom:1px solid #ece6f5;text-align:left;vertical-align:top}.mypop-conversions-table th{background:#faf8ff;color:#4c4257;font-weight:600;white-space:nowrap}.mypop-conversions-table td{font-weight:400}.mypop-conversions-table td strong{display:block;font-size:11px;font-weight:600}.mypop-conversions-table td small{display:block;margin-top:3px;color:#7b7184;font-weight:400}.mypop-source-tag{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:600;white-space:nowrap}.mypop-source-tag.is-gps{background:#e7f8d2;color:#397500}.mypop-source-tag.is-ip{background:#eee8ff;color:#5f22cb}@media(max-width:700px){.mypop-bi-tabs{overflow:auto}.mypop-conversions-head{align-items:flex-start;flex-direction:column}.mypop-conversions-table table{min-width:900px}}
.mypop-bi .mypop-bi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mypop-bi .mypop-bi-grid section{padding:14px}.mypop-bi .mypop-bi-grid h2{margin-bottom:9px;font-size:14px}.mypop-bi .mypop-chart-wide{grid-column:1/-1}.mypop-bi .mypop-pie-card{grid-column:auto}.mypop-bi .mypop-chart-box{height:255px}.mypop-bi .mypop-chart-pie{height:210px}.mypop-bi .mypop-bi-map-panel{grid-column:1/-1}.mypop-bi .mypop-bi-map{height:410px}.mypop-bi .mypop-bars>div{margin:7px 0;font-size:10px}@media(max-width:1000px){.mypop-bi .mypop-bi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.mypop-bi .mypop-bi-grid{grid-template-columns:1fr}.mypop-bi .mypop-chart-wide,.mypop-bi .mypop-pie-card{grid-column:1}.mypop-bi .mypop-chart-box{height:240px}.mypop-bi .mypop-chart-pie{height:220px}}
.mypop-map-legend .is-access{background:#2878ff}
.mypop-bi,.mypop-bi p,.mypop-bi span,.mypop-bi td,.mypop-bi label,.mypop-bi select,.mypop-bi input,.mypop-bi a,.mypop-bi small{font-weight:400!important}.mypop-bi h1,.mypop-bi h2,.mypop-bi h3,.mypop-bi th,.mypop-bi .mypop-kpis strong,.mypop-bi .mypop-bars strong,.mypop-bi .mypop-btn,.mypop-bi button{font-weight:600!important}.mypop-bi .mypop-bars span,.mypop-bi .mypop-live-card span,.mypop-bi .mypop-live-card a{font-weight:400!important}.mypop-manager-leads{display:grid;gap:13px}.mypop-manager-lead{padding:18px;border:1px solid var(--mp-border);border-radius:13px;background:#fff}.mypop-manager-lead header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--mp-border)}.mypop-manager-lead header span{color:var(--mp-purple);font-size:10px;font-weight:500}.mypop-manager-lead h3{margin:3px 0 0;font-size:17px;font-weight:600}.mypop-manager-lead time{color:#786e81;font-size:11px;font-weight:400;white-space:nowrap}.mypop-manager-lead__meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:13px 0}.mypop-manager-lead__meta span{min-width:0;color:#5f5667;font-size:11px;font-weight:400;overflow-wrap:anywhere}.mypop-manager-lead__meta b{display:block;margin-bottom:3px;color:#292330;font-size:10px;font-weight:600}.mypop-manager-lead dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:12px;border-radius:10px;background:#faf8ff}.mypop-manager-lead dl div{min-width:0}.mypop-manager-lead dt{color:#766d7e;font-size:9px;font-weight:400}.mypop-manager-lead dd{margin:2px 0 0;color:#292330;font-size:11px;font-weight:500;overflow-wrap:anywhere}.mypop-lead-page{display:inline-flex;margin-top:12px;color:var(--mp-purple);font-size:11px;font-weight:500;text-decoration:none}@media(max-width:800px){.mypop-manager-lead__meta,.mypop-manager-lead dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.mypop-manager-lead header{flex-direction:column}.mypop-manager-lead__meta,.mypop-manager-lead dl{grid-template-columns:1fr}}
.mypop-lead-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:0 0 18px;padding:14px;border:1px solid var(--mp-border);border-radius:11px;background:#faf9fc}.mypop-lead-filters select,.mypop-lead-filters input{width:100%;min-height:40px;padding:8px;border:1px solid #d8cfe2;border-radius:7px;background:#fff;box-sizing:border-box;font-family:var(--mp-font-main);font-size:11px;font-weight:400}.mypop-lead-filters .mypop-btn{justify-content:center;min-height:40px;padding:8px 14px}.mypop-lead-routing{display:flex;align-items:center;gap:8px;padding-top:10px}.mypop-lead-routing span,.mypop-lead-routing b{padding:4px 7px;border-radius:999px;background:#eee8ff;color:var(--mp-purple);font-size:9px;font-weight:500}.mypop-lead-routing b{background:#e7f8d2;color:#397500}@media(max-width:900px){.mypop-lead-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.mypop-lead-filters{grid-template-columns:1fr}}

/* Temperatura local do visitante */
.mypop-local-weather{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;max-width:100%;min-height:40px;padding:6px 10px;border:1px solid #e0e3e9;border-radius:8px;box-sizing:border-box;background:#fff;color:var(--mp-ink);font-family:var(--mp-font-main);font-size:11px;font-weight:400;line-height:1.2;box-shadow:0 2px 8px rgba(32,20,54,.04)}.mypop-local-weather__icon{display:inline-grid;place-items:center;flex:0 0 20px;width:20px;font-family:"Segoe UI Emoji",sans-serif;font-size:16px}.mypop-local-weather>strong{flex:0 0 auto;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.mypop-local-weather__range{white-space:nowrap}.mypop-local-weather__city{overflow:hidden;color:var(--mp-purple);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.mypop-local-weather:not(.is-ready):not(.has-error) [data-weather-current]{opacity:.45}.mypop-local-weather.has-error{color:#766d7e}
@media(max-width:480px){.mypop-local-weather{justify-content:flex-start;min-height:38px;padding:6px 8px;font-size:10px}.mypop-local-weather__icon{flex-basis:18px;width:18px;font-size:15px}.mypop-local-weather>strong{font-size:12px}}

/* Ticker de indicadores do mercado imobiliario */
.mypop-market-ticker{position:relative;width:100%;max-width:100%;padding:4px;overflow:hidden;border:1px solid #e0e3e9;border-radius:8px;box-sizing:border-box;background:#f7f8fa;color:var(--mp-ink);font-family:var(--mp-font-main);font-size:10px;box-shadow:0 2px 8px rgba(32,20,54,.04)}.mypop-market-ticker:after{content:"";position:absolute;top:4px;right:0;bottom:4px;width:22px;background:linear-gradient(90deg,transparent,#f7f8fa);pointer-events:none}.mypop-market-ticker__track{display:flex;align-items:stretch;gap:5px;overflow-x:auto;padding:0 15px 0 0;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.mypop-market-ticker__track::-webkit-scrollbar{display:none}.mypop-market-item{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;min-height:32px;padding:5px 8px;border:1px solid #dce0e7;border-radius:6px;background:#fff;box-sizing:border-box;scroll-snap-align:start;white-space:nowrap}.mypop-market-item b{font-weight:500}.mypop-market-item strong{color:var(--mp-purple);font-weight:700}.mypop-market-item small{font-size:inherit;font-weight:400}.mypop-market-item em{color:var(--mp-purple);font-style:normal;font-weight:600}.mypop-market-loading{display:flex;align-items:center;min-height:32px;padding:0 8px;color:#756b7d}.mypop-market-ticker.has-error .mypop-market-loading{color:#a03a50}
@media(max-width:600px){.mypop-market-ticker{padding:4px;font-size:9.5px}.mypop-market-ticker__track{gap:5px}.mypop-market-item{min-height:31px;padding:5px 7px}}

/* Prioriza a cidade no widget de temperatura estreito */
.mypop-local-weather__range{flex:0 1 auto;min-width:0}.mypop-local-weather__city{flex:0 0 auto;max-width:110px;overflow:hidden;text-overflow:ellipsis}.mypop-local-weather.is-compact{gap:2px;padding-right:6px;padding-left:6px;font-size:9px}.mypop-local-weather.is-compact .mypop-local-weather__icon{display:none}.mypop-local-weather.is-compact>strong{font-size:12px}.mypop-local-weather.is-compact .mypop-local-weather__city{max-width:72px}

/* Tipografia ampliada e movimento automatico */
.mypop-local-weather{font-size:12px}.mypop-local-weather>strong{font-size:14px}.mypop-local-weather.is-compact{font-size:10.5px}.mypop-market-ticker{font-size:12px}.mypop-market-item{min-height:36px;padding:6px 10px}.mypop-market-ticker.is-autoplay .mypop-market-ticker__track{scroll-snap-type:none}.mypop-market-ticker.is-autoplay:hover .mypop-market-item{border-color:#cfd3dc}
@media(max-width:600px){.mypop-market-ticker{font-size:11px}.mypop-market-item{min-height:34px;padding:6px 9px}}

/* Ajustes seguros 2.8.0: densidade, leitura e responsividade dos painéis. */
.mypop-panel,.mypop-bi{max-width:1120px;margin:22px auto;padding:18px;border-radius:13px}
.mypop-broker-content{padding:24px 28px}
.mypop-section-title{margin-bottom:15px}.mypop-section-title h2{font-size:21px}.mypop-section-title p{font-size:12px}
.mypop-property-form{gap:12px;margin:18px 0;padding:16px}.mypop-property-form input,.mypop-property-form textarea,.mypop-property-form select{min-height:39px;padding:8px}
.mypop-table-wrap th,.mypop-table-wrap td{padding:9px 10px;font-size:12px}
.mypop-account-form{max-width:860px;gap:12px;padding:18px}.mypop-account-form input,.mypop-account-form textarea{width:100%;box-sizing:border-box;padding:9px;border:1px solid #d8cfe2;border-radius:8px;background:#fff;font:inherit}.mypop-account-avatar small{display:block;margin-top:4px;color:#786e81;font-size:10px;font-weight:400}
.mypop-kpis>div,.mypop-bi-grid section{padding:13px}.mypop-kpis strong{font-size:24px}.mypop-bi-grid{gap:11px;margin-top:11px}.mypop-bi .mypop-chart-box{height:225px}.mypop-bi .mypop-chart-pie{height:190px}.mypop-bi .mypop-bi-map{height:370px}
.mypop-manager-lead{padding:14px}.mypop-manager-lead h3{font-size:15px}.mypop-manager-lead__meta{padding:10px 0}.mypop-lead-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.mypop-whatsapp-lead,.mypop-lead-actions .mypop-lead-page{display:inline-flex;margin:0;padding:7px 10px;border-radius:7px;font-size:10px;font-weight:600;text-decoration:none}.mypop-whatsapp-lead{background:#25d366;color:#fff!important}.mypop-lead-actions .mypop-lead-page{background:#eee8ff;color:var(--mp-purple)}
@media(max-width:760px){.mypop-panel,.mypop-bi{width:auto;margin:12px 8px;padding:12px}.mypop-broker-content{padding:18px 12px}.mypop-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.mypop-kpis>div{padding:11px}.mypop-kpis strong{font-size:20px}.mypop-bi .mypop-chart-box,.mypop-bi .mypop-chart-pie{height:220px}.mypop-bi .mypop-bi-map{height:330px}.mypop-account-form{padding:13px}.mypop-table-wrap table{min-width:720px}}
@media(max-width:480px){.mypop-section-title h2{font-size:19px}.mypop-kpis{grid-template-columns:1fr 1fr}.mypop-property-form{padding:12px}.mypop-manager-lead{padding:12px}.mypop-manager-lead dl{padding:9px}}

/* Compactação adicional solicitada: aproximadamente 10% em notebooks. */
.mypop-broker-platform,.mypop-bi{width:calc(100% - 32px)!important;max-width:960px!important;box-sizing:border-box!important}
.mypop-broker-header{padding:28px 31px!important}.mypop-broker-header h1{font-size:27px!important}.mypop-broker-header p{font-size:13px!important}
.mypop-broker-nav a{padding:11px 14px!important;font-size:11px!important}.mypop-broker-content{padding:21px 25px!important}
.mypop-broker-kpis{gap:10px!important}.mypop-broker-kpis>div{padding:14px!important}.mypop-broker-kpis strong{font-size:23px!important}
.mypop-section-title h2{font-size:19px!important}.mypop-section-title p{font-size:11px!important}
.mypop-property-form{gap:10px!important;padding:14px!important}.mypop-property-form label{font-size:11px!important}.mypop-property-form input,.mypop-property-form textarea,.mypop-property-form select{min-height:36px!important;font-size:11px!important}
.mypop-account-form{gap:10px!important;padding:15px!important}.mypop-account-form label{font-size:11px!important}.mypop-account-form input,.mypop-account-form textarea{font-size:11px!important}
.mypop-profile-photo,.mypop-account-avatar>img{width:86px!important;height:86px!important;object-fit:cover!important}.mypop-photo-upload{position:relative;display:inline-flex!important;width:max-content!important;max-width:100%;margin-top:7px;padding:9px 12px;overflow:hidden;border-radius:7px;background:#eee8ff;color:var(--mp-purple);font-size:10px!important;font-weight:600!important;cursor:pointer}.mypop-photo-upload input{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;pointer-events:auto!important;cursor:pointer}.mypop-photo-help{max-width:260px;line-height:1.45}
.mypop-manager-lead{padding:12px!important}.mypop-manager-lead h3{font-size:14px!important}.mypop-manager-lead__meta{gap:8px!important;padding:9px 0!important}.mypop-manager-lead dl{gap:6px!important;padding:9px!important}
.mypop-lead-filters{gap:7px!important;padding:11px!important}.mypop-lead-filters select,.mypop-lead-filters input,.mypop-lead-filters .mypop-btn{min-height:36px!important;font-size:10px!important}
.mypop-lead-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0 0 10px;padding:10px;border:1px solid #e8e0f2;border-radius:9px;background:#fcfbff}.mypop-lead-summary__item{min-width:0}.mypop-lead-summary__item small{display:block;margin-bottom:2px;color:#756b7e;font-size:8px;font-weight:400;text-transform:uppercase;letter-spacing:.03em}.mypop-lead-summary__item strong{display:block;color:#292330;font-size:10px;font-weight:500;overflow-wrap:anywhere}.mypop-lead-summary__item.is-product{grid-column:span 2}.mypop-lead-summary .mypop-whatsapp-lead{margin-top:4px;padding:6px 8px;font-size:9px}
.mypop-bi{padding:15px!important}.mypop-bi h1{font-size:24px!important}.mypop-bi .mypop-kpis{gap:9px!important}.mypop-bi .mypop-kpis>div{padding:11px!important}.mypop-bi .mypop-kpis strong{font-size:21px!important}.mypop-bi .mypop-bi-grid{gap:9px!important}.mypop-bi .mypop-bi-grid section{padding:11px!important}.mypop-bi .mypop-chart-box{height:205px!important}.mypop-bi .mypop-chart-pie{height:175px!important}.mypop-bi .mypop-bi-map{height:340px!important}
@media(max-width:900px){.mypop-broker-platform,.mypop-bi{width:auto!important;max-width:none!important;margin:12px!important}.mypop-broker-header{padding:22px!important}.mypop-broker-content{padding:18px!important}.mypop-lead-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.mypop-lead-summary__item.is-product{grid-column:1/-1}}
@media(max-width:620px){.mypop-broker-platform,.mypop-bi{margin:7px!important;border-radius:10px!important}.mypop-broker-header{padding:18px 15px!important}.mypop-broker-header h1{font-size:22px!important}.mypop-broker-nav{overflow-x:auto!important;flex-wrap:nowrap!important}.mypop-broker-nav a{flex:0 0 auto!important}.mypop-broker-content{padding:15px 11px!important}.mypop-lead-summary{grid-template-columns:1fr}.mypop-lead-summary__item.is-product{grid-column:1}.mypop-manager-lead__meta,.mypop-manager-lead dl{grid-template-columns:1fr!important}.mypop-bi .mypop-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mypop-bi .mypop-chart-box,.mypop-bi .mypop-chart-pie{height:210px!important}.mypop-bi .mypop-bi-map{height:300px!important}}

/* Listagem e ficha completa de leads — consulta gerencial, sem atribuição. */
.mypop-leads-table-wrap{overflow:auto;border:1px solid var(--mp-border);border-radius:11px;background:#fff}.mypop-leads-table{width:100%;border-collapse:collapse;font-size:11px}.mypop-leads-table th,.mypop-leads-table td{padding:11px 12px;border-bottom:1px solid #ece6f5;text-align:left;vertical-align:middle}.mypop-leads-table th{background:#faf8ff;color:#554b60;font-size:10px;font-weight:600;white-space:nowrap}.mypop-leads-table tbody tr:last-child td{border-bottom:0}.mypop-leads-table td:first-child{font-weight:600}.mypop-leads-table td:nth-child(2){max-width:260px}.mypop-lead-status{display:inline-flex;padding:4px 8px;border-radius:999px;background:#e5f8e9;color:#16753a;font-size:9px;font-weight:600}.mypop-view-lead{padding:7px 10px;border:1px solid #cdb9ff;border-radius:7px;background:#fff;color:var(--mp-purple);font:600 10px var(--mp-font-main);cursor:pointer;white-space:nowrap}.mypop-view-lead:hover{background:#f2edff}
body.mypop-modal-open{overflow:hidden}.mypop-lead-modal-overlay{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:3vh 3vw;background:rgba(24,15,38,.55);backdrop-filter:blur(2px)}.mypop-lead-modal{width:min(94vw,1420px);max-height:94vh;overflow:auto;border-radius:15px;background:#fff;color:#181323;box-shadow:0 25px 80px rgba(21,9,41,.25);font-family:var(--mp-font-main)}.mypop-lead-modal__bar{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #ebe5f3;background:#fff}.mypop-lead-modal__bar h2{margin:0;font-size:16px;font-weight:600}.mypop-lead-modal__close{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:#f4effc;color:#4d3e61;font-size:24px;line-height:1;cursor:pointer}.mypop-lead-modal__layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:13px;padding:13px}.mypop-lead-modal main{display:grid;gap:12px;min-width:0}.mypop-lead-identity,.mypop-lead-block,.mypop-lead-modal aside>section,.mypop-lead-history{border:1px solid #e9e1f3;border-radius:12px;background:#fff}.mypop-lead-identity{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:13px;align-items:center;padding:15px}.mypop-lead-avatar{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#f0e9ff;color:var(--mp-purple);font-size:16px;font-weight:600}.mypop-lead-identity h3{margin:0 0 5px;font-size:19px;font-weight:600}.mypop-lead-identity p{display:flex;flex-wrap:wrap;gap:7px 15px;margin:0;color:#6d6477;font-size:10px}.mypop-lead-identity p b{padding:4px 7px;border-radius:999px;background:#eee7ff;color:var(--mp-purple);font-weight:500}.mypop-lead-identity p i{font-style:normal}.mypop-lead-identity>em{padding:7px 11px;border-radius:8px;background:#e5f8e9;color:#16753a;font-size:10px;font-style:normal;font-weight:600}.mypop-lead-block{padding:14px}.mypop-lead-block>h3,.mypop-lead-modal aside h3,.mypop-lead-history>h3{margin:0 0 12px;color:#201829;font-size:13px;font-weight:600}.mypop-lead-product{display:grid;grid-template-columns:92px minmax(210px,1.5fr) minmax(300px,1fr);gap:14px;align-items:center;padding:11px;border:1px solid #eee7f6;border-radius:10px;background:#fdfcff}.mypop-lead-product>img{width:92px;height:72px;border-radius:8px;background:#eee9f5;object-fit:cover}.mypop-lead-product__main{display:grid;gap:5px}.mypop-lead-product__main strong{font-size:11px;font-weight:600}.mypop-lead-product__main span{color:#5f5668;font-size:10px}.mypop-lead-product__main a{color:var(--mp-purple);font-size:10px;font-weight:600;text-decoration:none}.mypop-lead-product dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.mypop-lead-product dt,.mypop-lead-summary-list dt{color:#7b7184;font-size:8px}.mypop-lead-product dd,.mypop-lead-summary-list dd{margin:3px 0 0;color:#31283b;font-size:10px;overflow-wrap:anywhere}.mypop-lead-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.mypop-lead-field{min-height:48px;padding:8px 12px;border-right:1px solid #eee7f5;border-bottom:1px solid #f1ecf7}.mypop-lead-field:nth-child(3n){border-right:0}.mypop-lead-field small{display:block;color:#7c7285;font-size:8px}.mypop-lead-field>strong{display:block;margin-top:3px;color:#2b2234;font-size:10px;font-weight:500;overflow-wrap:anywhere}.mypop-lead-phone-actions{display:flex;gap:5px;margin-top:6px}.mypop-lead-phone-actions a{padding:5px 7px;border-radius:6px;background:#eee7ff;color:var(--mp-purple);font-size:8px;font-weight:600;text-decoration:none}.mypop-lead-phone-actions a:last-child{background:#25d366;color:#fff}.mypop-lead-no-data{margin:0;color:#73697c;font-size:10px}.mypop-lead-modal aside{display:grid;align-content:start;gap:12px}.mypop-lead-modal aside>section{padding:14px}.mypop-lead-summary-list{display:grid;gap:12px;margin:0}.mypop-lead-summary-list>div{padding-left:11px;border-left:2px solid #dccfff}.mypop-lead-summary-list .is-new{color:#16a34a;font-weight:600}.mypop-lead-modal aside p{margin:-6px 0 10px;color:#766d7e;font-size:9px}.mypop-lead-contact{display:grid;grid-template-columns:1fr 1fr;gap:7px}.mypop-lead-contact a{padding:9px;border-radius:7px;color:#fff;text-align:center;font-size:9px;font-weight:600;text-decoration:none}.mypop-lead-contact .is-call{background:var(--mp-purple)}.mypop-lead-contact .is-whatsapp{background:#18b957}.mypop-lead-contact .is-disabled{pointer-events:none;filter:grayscale(1);opacity:.45}.mypop-lead-history{grid-column:1/-1;padding:14px}.mypop-lead-history ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.mypop-lead-history li{display:grid;grid-template-columns:180px minmax(0,1fr) 130px;gap:12px;padding:9px 7px;border-bottom:1px solid #f0eaf6;font-size:9px}.mypop-lead-history li:last-child{border-bottom:0}.mypop-lead-history li b{font-weight:600}.mypop-lead-history li span{color:#665d70}.mypop-lead-history time{color:#756c7e;text-align:right}
@media(max-width:1000px){.mypop-lead-modal__layout{grid-template-columns:1fr}.mypop-lead-modal aside{grid-template-columns:1fr 1fr}.mypop-lead-history{grid-column:1}.mypop-lead-product{grid-template-columns:82px minmax(0,1fr)}.mypop-lead-product dl{grid-column:1/-1}.mypop-lead-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.mypop-lead-field:nth-child(3n){border-right:1px solid #eee7f5}.mypop-lead-field:nth-child(2n){border-right:0}}
@media(max-width:700px){.mypop-leads-table thead{display:none}.mypop-leads-table,.mypop-leads-table tbody,.mypop-leads-table tr,.mypop-leads-table td{display:block}.mypop-leads-table tr{padding:10px;border-bottom:1px solid #ece6f5}.mypop-leads-table td{display:grid;grid-template-columns:115px minmax(0,1fr);gap:8px;max-width:none!important;padding:5px;border:0}.mypop-leads-table td:before{content:attr(data-label);color:#786f80;font-size:9px;font-weight:400}.mypop-leads-table td:last-child{display:block;padding-top:9px}.mypop-lead-modal-overlay{padding:0}.mypop-lead-modal{width:100%;height:100%;max-height:none;border-radius:0}.mypop-lead-modal__layout{padding:9px}.mypop-lead-identity{grid-template-columns:46px minmax(0,1fr);padding:12px}.mypop-lead-avatar{width:44px;height:44px}.mypop-lead-identity h3{font-size:16px}.mypop-lead-identity>em{grid-column:2;width:max-content}.mypop-lead-product{grid-template-columns:72px minmax(0,1fr);gap:10px}.mypop-lead-product>img{width:72px;height:62px}.mypop-lead-product dl{grid-template-columns:1fr}.mypop-lead-fields{grid-template-columns:1fr}.mypop-lead-field,.mypop-lead-field:nth-child(2n),.mypop-lead-field:nth-child(3n){border-right:0}.mypop-lead-modal aside{grid-template-columns:1fr}.mypop-lead-history li{grid-template-columns:1fr;gap:3px}.mypop-lead-history time{text-align:left}}

/* ================================================================
   MyPop SaaS Design System 2.8.0.5
   ================================================================ */
:root{--mypop-purple:#7028ff;--mypop-purple-dark:#5220cc;--mypop-purple-light:#f1eaff;--mypop-lime:#b7f52b;--mypop-success:#22b85a;--mypop-danger:#ff3f61;--mypop-info:#2f75ff;--mypop-background:#f7f7fa;--mypop-surface:#fff;--mypop-border:#e8e5ef;--mypop-text:#17131f;--mypop-text-secondary:#716a7b;--radius-sm:7px;--radius-md:11px;--radius-lg:16px;--space-xs:5px;--space-sm:9px;--space-md:14px;--space-lg:21px;--mypop-shadow:0 5px 20px rgba(35,21,61,.055)}
.mypop-saas-shell{width:min(1440px,calc(100% - 24px))!important;max-width:none!important;min-height:700px;margin:12px auto!important;padding:0!important;display:grid!important;grid-template-columns:180px minmax(0,1fr);overflow:hidden;border:1px solid var(--mypop-border);border-radius:var(--radius-lg)!important;background:var(--mypop-background)!important;box-shadow:var(--mypop-shadow);font-family:var(--mp-font-main);font-size:13px}.mypop-saas-sidebar{position:relative;z-index:8;display:flex;flex-direction:column;min-width:0;padding:18px 10px;border-right:1px solid var(--mypop-border);background:#fff}.mypop-saas-logo{display:flex;align-items:center;height:45px;margin:0 8px 18px;text-decoration:none}.mypop-saas-logo img{width:auto;max-width:115px;height:38px;object-fit:contain}.mypop-saas-menu{display:flex;flex-direction:column;gap:3px}.mypop-saas-menu>strong{margin:13px 9px 5px;color:#81798a;font-size:8px;font-weight:600;letter-spacing:.08em}.mypop-saas-menu>a{display:flex;align-items:center;gap:9px;min-height:37px;padding:0 10px;border-radius:8px;color:#393240;font-size:10px;font-weight:500;text-decoration:none;transition:.18s}.mypop-saas-menu>a i{display:grid;place-items:center;width:19px;height:19px;color:#625a6c;font-size:13px;font-style:normal}.mypop-saas-menu>a:hover,.mypop-saas-menu>a.active{background:var(--mypop-purple-light);color:var(--mypop-purple)}.mypop-saas-menu>a.active i{color:var(--mypop-purple)}.mypop-saas-workspace{position:relative;min-width:0;background:#fbfbfd}.mypop-saas-toggle{display:none;position:absolute;z-index:10;top:11px;left:11px;width:36px;height:36px;border:1px solid var(--mypop-border);border-radius:8px;background:#fff;color:var(--mypop-purple);font-size:17px}.mypop-saas-workspace>.mypop-broker-nav{display:none!important}.mypop-saas-workspace>.mypop-broker-content{padding:22px!important}.mypop-saas-workspace>.mypop-success,.mypop-saas-workspace>.mypop-error,.mypop-saas-workspace>.mypop-notice{margin:12px 22px}
.mypop-saas-shell .mypop-broker-header{min-height:112px;margin:0;padding:24px 28px 42px!important;border-radius:0!important;background:linear-gradient(118deg,#6723ea,#863eff)!important}.mypop-saas-shell .mypop-broker-header h1{font-size:24px!important}.mypop-saas-shell .mypop-broker-header p{font-size:11px!important}.mypop-saas-shell .mypop-broker-kicker{font-size:8px!important}.mypop-saas-shell .mypop-btn{min-height:36px;padding:9px 15px;border-radius:8px;background:var(--mypop-purple);font-size:10px;font-weight:600}.mypop-saas-shell .mypop-broker-header .mypop-btn{background:var(--mypop-lime);color:var(--mypop-purple-dark)!important}.mypop-saas-shell .mypop-section-title{margin-bottom:13px}.mypop-saas-shell .mypop-section-title h2{margin:0 0 3px;font-size:18px!important;color:var(--mypop-text)}.mypop-saas-shell .mypop-section-title p{margin:0;color:var(--mypop-text-secondary);font-size:10px!important}.mypop-saas-shell .mypop-section-title a{color:var(--mypop-purple);font-size:9px;font-weight:600;text-decoration:none}
.mypop-saas-shell .mypop-dashboard-welcome{display:none}.mypop-saas-shell .mypop-broker-kpis{position:relative;margin-top:-50px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px!important}.mypop-saas-shell .mypop-broker-kpis>div{min-height:77px;padding:14px 17px!important;border:1px solid var(--mypop-border);border-radius:12px;background:#fff;box-shadow:var(--mypop-shadow)}.mypop-saas-shell .mypop-broker-kpis span{color:#786f82;font-size:9px}.mypop-saas-shell .mypop-broker-kpis strong{margin-top:7px;color:var(--mypop-purple);font-size:23px!important}.mypop-saas-shell .mypop-broker-kpis small{font-size:8px}.mypop-saas-shell .mypop-dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(250px,.8fr);gap:12px;margin-top:14px}.mypop-saas-shell .mypop-dashboard-grid>section,.mypop-saas-shell .mypop-dashboard-grid>aside{padding:15px;border:1px solid var(--mypop-border);border-radius:12px;background:#fff;box-shadow:none}.mypop-saas-shell .mypop-dashboard-grid aside h2{font-size:14px}.mypop-saas-shell .mypop-dashboard-grid aside li{position:relative;margin:0;padding:9px 0 9px 26px;border-bottom:1px solid #f0edf4;font-size:9px}.mypop-saas-shell .mypop-dashboard-grid aside li:before{content:'✓';position:absolute;left:0;display:grid;place-items:center;width:17px;height:17px;border:1px solid #cbb9fa;border-radius:50%;color:var(--mypop-purple)}
.mypop-saas-shell .mypop-table-wrap{border:1px solid var(--mypop-border);border-radius:10px;background:#fff}.mypop-saas-shell .mypop-table-wrap table{font-size:10px}.mypop-saas-shell .mypop-table-wrap th{padding:9px;background:#faf9fc;color:#756d7e;font-size:8px;font-weight:600;text-transform:uppercase}.mypop-saas-shell .mypop-table-wrap td{padding:8px 9px!important;font-size:9px}.mypop-saas-shell .mypop-table-wrap td>strong{font-size:10px}.mypop-saas-shell .mypop-row-actions{gap:4px}.mypop-saas-shell .mypop-row-actions a,.mypop-saas-shell .mypop-row-actions button{display:inline-grid;place-items:center;min-width:27px;min-height:27px;padding:4px 6px;border:1px solid #e5dcf5;border-radius:6px;background:#fff;color:var(--mypop-purple);font-size:8px;text-decoration:none}.mypop-saas-shell .mypop-status{padding:4px 7px;font-size:8px}
.mypop-saas-shell .mypop-property-form{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0;padding:14px!important;border:1px solid var(--mypop-border);border-radius:12px;background:#fff!important}.mypop-saas-shell .mypop-form-section{min-height:58px;margin:4px 0 1px!important;padding:11px 13px!important;border-radius:9px;background:#faf8ff!important}.mypop-saas-shell .mypop-form-section>span{flex-basis:29px;height:29px;font-size:10px}.mypop-saas-shell .mypop-form-section h3{font-size:12px}.mypop-saas-shell .mypop-form-section p{font-size:8px}.mypop-saas-shell .mypop-property-form label{gap:5px;font-size:9px!important;font-weight:500!important}.mypop-saas-shell .mypop-property-form input,.mypop-saas-shell .mypop-property-form select,.mypop-saas-shell .mypop-property-form textarea{min-height:35px!important;padding:7px 8px;font-size:9px!important}.mypop-saas-shell .mypop-property-form textarea{min-height:64px}.mypop-saas-shell .mypop-form-actions{position:sticky;z-index:4;bottom:0;margin:5px -14px -14px;padding:10px 14px;border-top:1px solid var(--mypop-border);background:#fff}
.mypop-saas-shell .mypop-account-form{max-width:none;grid-template-columns:210px repeat(2,minmax(0,1fr));padding:14px!important;border:1px solid var(--mypop-border);background:#fff}.mypop-saas-shell .mypop-account-avatar{grid-column:1;grid-row:1/span 5;align-self:start;flex-direction:column;text-align:center;border:0}.mypop-saas-shell .mypop-account-avatar img{width:112px!important;height:112px!important}.mypop-saas-shell .mypop-account-form label{font-size:9px!important}.mypop-saas-shell .mypop-account-form .wide{grid-column:2/-1}.mypop-saas-shell .mypop-account-form input,.mypop-saas-shell .mypop-account-form textarea{min-height:35px;font-size:9px!important}.mypop-saas-shell .mypop-notification-list{gap:0;border:1px solid var(--mypop-border);border-radius:11px;background:#fff}.mypop-saas-shell .mypop-notification-list article{align-items:center;padding:10px 12px;border:0;border-bottom:1px solid var(--mypop-border);border-radius:0}.mypop-saas-shell .mypop-notification-list article:last-child{border-bottom:0}.mypop-saas-shell .mypop-notification-list h3{font-size:10px}.mypop-saas-shell .mypop-notification-list p{font-size:9px}.mypop-saas-shell .mypop-timeline{margin:0;padding:0;border:1px solid var(--mypop-border);border-radius:11px;background:#fff}.mypop-saas-shell .mypop-timeline article{grid-template-columns:150px minmax(0,1fr) 55px;align-items:center;padding:9px 12px;border-bottom:1px solid var(--mypop-border)}.mypop-saas-shell .mypop-timeline article>i{display:none}.mypop-saas-shell .mypop-timeline span{grid-column:1}.mypop-saas-shell .mypop-timeline h3{grid-column:2;margin:0;font-size:10px}.mypop-saas-shell .mypop-timeline p{grid-column:2;font-size:8px}.mypop-saas-shell .mypop-timeline a{grid-column:3;grid-row:1/span 2;font-size:9px}
.mypop-saas-shell.is-bi{grid-template-columns:180px minmax(0,1fr);padding:0!important}.mypop-saas-shell.is-bi .mypop-saas-workspace{padding:20px}.mypop-saas-shell.is-bi .mypop-panel__top{padding:0}.mypop-saas-shell.is-bi .mypop-panel__top h1{font-size:24px!important}.mypop-saas-shell.is-bi .mypop-panel__top p{max-width:500px;font-size:10px}.mypop-saas-shell.is-bi .mypop-bi-tabs{margin:11px 0 7px}.mypop-saas-shell.is-bi .mypop-bi-tabs a{padding:8px 13px;font-size:9px}.mypop-saas-shell.is-bi .mypop-filters{display:grid;grid-template-columns:1fr 1.3fr 1fr 1fr auto;gap:8px;margin:8px 0 10px;padding:9px;border:1px solid var(--mypop-border);border-radius:10px;background:#fff}.mypop-saas-shell.is-bi .mypop-filters input,.mypop-saas-shell.is-bi .mypop-filters select,.mypop-saas-shell.is-bi .mypop-filters button{min-height:34px;font-size:9px}.mypop-saas-shell.is-bi .mypop-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.mypop-saas-shell.is-bi .mypop-kpis>div{min-height:72px;padding:12px!important;border-radius:11px;box-shadow:none}.mypop-saas-shell.is-bi .mypop-kpis small{font-size:8px}.mypop-saas-shell.is-bi .mypop-kpis strong{font-size:21px!important}.mypop-saas-shell.is-bi .mypop-live-panel{margin-top:10px;padding:13px}.mypop-saas-shell.is-bi .mypop-live-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:235px}.mypop-saas-shell.is-bi .mypop-live-card{padding:9px}.mypop-saas-shell.is-bi .mypop-bi-grid{grid-template-columns:1.5fr .75fr .75fr!important;gap:9px!important}.mypop-saas-shell.is-bi .mypop-bi-grid>section{min-width:0;padding:11px!important}.mypop-saas-shell.is-bi .mypop-chart-wide{grid-column:auto}.mypop-saas-shell.is-bi .mypop-bi-map-panel{grid-column:1/-1}.mypop-saas-shell.is-bi .mypop-bi-map{height:340px!important}.mypop-saas-shell.is-bi .mypop-chart-box{height:190px!important}.mypop-saas-shell.is-bi .mypop-chart-pie{height:170px!important}.mypop-saas-shell.is-bi .mypop-bi-grid .mypop-bi-map-panel~section{grid-column:auto}.mypop-saas-shell.is-bi .mypop-bi-grid .mypop-bi-map-panel~.mypop-chart-wide{grid-column:auto}
@media(max-width:1100px){.mypop-saas-shell{grid-template-columns:160px minmax(0,1fr)}.mypop-saas-shell.is-bi{grid-template-columns:160px minmax(0,1fr)}.mypop-saas-shell .mypop-property-form{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mypop-saas-shell.is-bi .mypop-bi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mypop-saas-shell.is-bi .mypop-bi-map-panel{grid-column:1/-1}.mypop-saas-shell.is-bi .mypop-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.mypop-saas-shell.is-bi .mypop-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.mypop-saas-shell,.mypop-saas-shell.is-bi{display:block!important;width:100%!important;min-height:0;margin:0!important;border:0;border-radius:0!important}.mypop-saas-sidebar{position:fixed;z-index:99999;inset:0 auto 0 0;width:230px;transform:translateX(-105%);box-shadow:18px 0 45px rgba(20,10,35,.18);transition:.23s}.mypop-saas-shell.menu-open .mypop-saas-sidebar{transform:none}.mypop-saas-shell.menu-open:after{content:'';position:fixed;z-index:99998;inset:0;background:rgba(20,10,35,.35)}.mypop-saas-toggle{display:grid;place-items:center}.mypop-saas-workspace>.mypop-broker-content,.mypop-saas-shell.is-bi .mypop-saas-workspace{padding:57px 11px 15px!important}.mypop-saas-shell .mypop-broker-header{padding:60px 15px 25px!important}.mypop-saas-shell .mypop-broker-header .mypop-btn{width:100%;justify-content:center}.mypop-saas-shell .mypop-broker-kpis{position:static;margin-top:0;grid-template-columns:repeat(2,minmax(0,1fr))}.mypop-saas-shell .mypop-dashboard-grid{grid-template-columns:1fr}.mypop-saas-shell .mypop-property-form{grid-template-columns:1fr!important}.mypop-saas-shell .mypop-property-form label{grid-column:1!important}.mypop-saas-shell .mypop-account-form{grid-template-columns:1fr}.mypop-saas-shell .mypop-account-avatar,.mypop-saas-shell .mypop-account-form .wide{grid-column:1;grid-row:auto}.mypop-saas-shell .mypop-timeline article{grid-template-columns:1fr auto}.mypop-saas-shell .mypop-timeline span,.mypop-saas-shell .mypop-timeline h3,.mypop-saas-shell .mypop-timeline p{grid-column:1}.mypop-saas-shell .mypop-timeline a{grid-column:2}.mypop-saas-shell.is-bi .mypop-filters{grid-template-columns:1fr}.mypop-saas-shell.is-bi .mypop-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.mypop-saas-shell.is-bi .mypop-bi-grid{grid-template-columns:1fr!important}.mypop-saas-shell.is-bi .mypop-live-list{grid-template-columns:1fr}.mypop-saas-shell.is-bi .mypop-bi-map-panel{grid-column:1}.mypop-saas-shell.is-bi .mypop-bi-map{height:300px!important}}
.mypop-single-ranking{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:9px;align-items:center;margin-top:25px;padding:11px;border:1px solid var(--mypop-border);border-radius:9px}.mypop-single-ranking b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--mypop-purple);color:#fff;font-size:10px}.mypop-single-ranking span{font-size:9px;font-weight:500}.mypop-single-ranking strong{color:var(--mypop-purple);font-size:9px;font-weight:600}
.mypop-property-thumb{float:left;width:42px;height:42px;margin-right:9px;border-radius:7px;background:#f0edf4;object-fit:cover}.mypop-table-wrap td:first-child>a{display:block;padding-top:4px;color:#2c2534;font-size:10px;font-weight:600;text-decoration:none}.mypop-stepper{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:-14px -14px 4px;border-bottom:1px solid var(--mypop-border);background:#fff}.mypop-stepper button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:60px;padding:8px;border:0;border-bottom:2px solid transparent;background:#fff;color:#756e7d;font:500 9px var(--mp-font-main);cursor:pointer}.mypop-stepper button b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#efedf2;color:#686170;font-size:9px}.mypop-stepper button.active{border-color:var(--mypop-purple);color:var(--mypop-purple)}.mypop-stepper button.active b{background:var(--mypop-purple);color:#fff}.mypop-step-panel{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.mypop-step-panel[hidden]{display:none!important}.mypop-step-controls{grid-column:1/-1;display:flex;justify-content:space-between;margin:7px -14px -14px;padding:10px 14px;border-top:1px solid var(--mypop-border)}.mypop-step-controls button{min-height:33px;padding:7px 13px;border:1px solid #d8caf9;border-radius:7px;background:#fff;color:var(--mypop-purple);font:600 9px var(--mp-font-main)}.mypop-step-controls button:last-child{margin-left:auto;background:var(--mypop-purple);color:#fff}.mypop-step-panel .mypop-form-section{grid-column:1/-1}.mypop-step-panel .wide{grid-column:1/-1}
@media(max-width:900px){.mypop-step-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.mypop-stepper{grid-template-columns:1fr 1fr}.mypop-stepper button{min-height:48px}.mypop-step-panel{grid-template-columns:1fr}.mypop-step-panel>*{grid-column:1!important}.mypop-property-thumb{width:38px;height:38px}}
.mypop-portfolio-tools{display:grid;grid-template-columns:minmax(220px,1.5fr) 180px auto auto;gap:8px;margin-bottom:10px}.mypop-portfolio-tools input,.mypop-portfolio-tools select{min-height:35px;padding:7px 9px;border:1px solid var(--mypop-border);border-radius:7px;background:#fff;font:400 9px var(--mp-font-main)}.mypop-portfolio-tools button,.mypop-portfolio-tools a{display:flex;align-items:center;justify-content:center;min-height:35px;padding:0 13px;border:1px solid #d6c7fb;border-radius:7px;background:#fff;color:var(--mypop-purple);font:600 9px var(--mp-font-main);text-decoration:none}.mypop-portfolio-tools a{border-color:var(--mypop-purple);background:var(--mypop-purple);color:#fff}.mypop-inbox-tabs{display:flex;gap:5px;margin-bottom:9px;border-bottom:1px solid var(--mypop-border)}.mypop-inbox-tabs button{padding:8px 11px;border:0;border-bottom:2px solid transparent;background:transparent;color:#746b7d;font:500 9px var(--mp-font-main)}.mypop-inbox-tabs button.active{border-color:var(--mypop-purple);color:var(--mypop-purple)}
@media(max-width:700px){.mypop-portfolio-tools{grid-template-columns:1fr 1fr}.mypop-portfolio-tools input{grid-column:1/-1}}

/* O acionador da sidebar existe somente no mobile. Evita conflito com Hello Elementor. */
.mypop-saas-shell .mypop-saas-toggle{display:none!important;background:#fff!important;color:var(--mypop-purple)!important;border:1px solid var(--mypop-border)!important;box-shadow:none!important;padding:0!important}
@media(max-width:760px){.mypop-saas-shell .mypop-saas-toggle{display:grid!important;place-items:center!important}}

/* Neutraliza o vermelho global do Hello Elementor nos controles da plataforma. */
.mypop-saas-shell button,.mypop-lead-modal button{border-color:#d9cdf7!important;background:#fff!important;color:var(--mypop-purple)!important;box-shadow:none!important}
.mypop-saas-shell button:hover,.mypop-lead-modal button:hover{border-color:var(--mypop-purple)!important;background:var(--mypop-purple-light)!important;color:var(--mypop-purple)!important}
.mypop-saas-shell .mypop-btn,.mypop-saas-shell .mypop-filters button,.mypop-saas-shell .mypop-step-controls button:last-child{border-color:var(--mypop-purple)!important;background:var(--mypop-purple)!important;color:#fff!important}
.mypop-saas-shell .mypop-broker-header .mypop-btn{border-color:var(--mypop-lime)!important;background:var(--mypop-lime)!important;color:var(--mypop-purple-dark)!important}
.mypop-saas-shell .mypop-stepper button,.mypop-saas-shell .mypop-stepper button:hover{border-width:0 0 2px!important;border-color:transparent!important;background:#fff!important;color:#756e7d!important}
.mypop-saas-shell .mypop-stepper button.active,.mypop-saas-shell .mypop-stepper button.active:hover{border-color:var(--mypop-purple)!important;background:#fff!important;color:var(--mypop-purple)!important}
.mypop-saas-shell .mypop-stepper button.active b{background:var(--mypop-purple)!important;color:#fff!important}
.mypop-saas-shell button[value="trash"],.mypop-saas-shell .mypop-row-actions button[onclick*="lixeira"]{border-color:#ffd1da!important;background:#fff!important;color:var(--mypop-danger)!important}
.mypop-bi-login{width:min(920px,calc(100% - 32px));margin:48px auto;display:grid;grid-template-columns:38% 62%;overflow:hidden;background:#fff;border:1px solid #e8e0f6;border-radius:22px;box-shadow:0 22px 60px rgba(49,20,90,.12);font-family:Poppins,sans-serif;color:#171128}.mypop-bi-login__brand{min-height:480px;padding:42px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;background:linear-gradient(145deg,#6f20ff,#8d45ff);color:#fff}.mypop-bi-login__brand img{width:min(190px,100%);height:auto;object-fit:contain;filter:brightness(0) invert(1)}.mypop-bi-login__brand span{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.mypop-bi-login__content{padding:54px 62px;display:flex;flex-direction:column;justify-content:center}.mypop-bi-login__eyebrow{color:#7628ff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mypop-bi-login h1{margin:8px 0 6px;font-size:32px;line-height:1.15}.mypop-bi-login p{margin:0 0 28px;color:#6d6578;font-size:14px;line-height:1.6}.mypop-bi-login form p{margin:0 0 17px}.mypop-bi-login label{display:block;margin-bottom:7px;color:#292234;font-size:13px;font-weight:500}.mypop-bi-login input[type=text],.mypop-bi-login input[type=password]{box-sizing:border-box;width:100%;min-height:48px;padding:10px 13px;border:1px solid #ddd4ec;border-radius:10px;background:#fff;font:inherit;outline:none}.mypop-bi-login input[type=text]:focus,.mypop-bi-login input[type=password]:focus{border-color:#7628ff;box-shadow:0 0 0 3px rgba(118,40,255,.11)}.mypop-bi-login .login-remember label{display:flex;align-items:center;gap:8px}.mypop-bi-login .login-submit{margin-top:8px}.mypop-bi-login .button-primary{width:100%;min-height:48px;border:0;border-radius:10px;background:#7628ff;color:#fff;font:600 14px Poppins,sans-serif;cursor:pointer}.mypop-bi-login .button-primary:hover{background:#6116e9}.mypop-bi-login__lost{align-self:center;margin-top:3px;color:#7628ff;font-size:13px;text-decoration:none}.mypop-bi-access-denied{width:min(680px,calc(100% - 32px));margin:48px auto;padding:34px;text-align:center;background:#fff;border:1px solid #e8e0f6;border-radius:18px;box-shadow:0 16px 45px rgba(49,20,90,.09)}.mypop-bi-access-denied h2{margin:0 0 8px}.mypop-bi-access-denied p{margin:0 0 22px;color:#6d6578}@media(max-width:700px){.mypop-bi-login{grid-template-columns:1fr;margin:24px auto}.mypop-bi-login__brand{min-height:0;padding:24px;flex-direction:row;align-items:center}.mypop-bi-login__brand img{width:130px}.mypop-bi-login__content{padding:34px 25px}.mypop-bi-login h1{font-size:26px}}
