/* Diagnostic AC2D DMais By Pablo Aires — mobile first */
.ac2d-app{
  --ac2d-primary:#00B85A;
  --ac2d-accent:#00FF66;
  --ac2d-dark:#0A0A0A;
  --ac2d-soft:#f5f7f6;
  --ac2d-line:#dfe5e2;
  --ac2d-text:#121614;
  --ac2d-muted:#66706b;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ac2d-text);
  margin:0 auto;
  max-width:1180px;
}
.ac2d-app *{box-sizing:border-box}
.ac2d-shell{
  background:#fff;
  border:1px solid var(--ac2d-line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 22px 70px rgba(0,0,0,.08);
}
.ac2d-header{
  display:flex;flex-direction:column;gap:12px;
  padding:18px;
  background:linear-gradient(135deg,var(--ac2d-dark),#082316 64%,var(--ac2d-primary));
  color:#fff;
}
.ac2d-brand{display:flex;align-items:center;gap:12px}
.ac2d-brand img{max-width:160px;max-height:52px;object-fit:contain}
.ac2d-brand-mark{
  width:54px;height:54px;border:1px solid rgba(255,255,255,.2);
  border-radius:14px;display:grid;place-items:center;font-weight:900;
  letter-spacing:-1px;background:rgba(255,255,255,.06);
  box-shadow:inset 0 0 24px rgba(0,255,102,.08);
}
.ac2d-brand-mark span{color:var(--ac2d-accent)}
.ac2d-brand strong{display:block;font-size:18px}
.ac2d-brand small{display:block;color:rgba(255,255,255,.72);margin-top:2px}
.ac2d-owner{font-size:12px;color:rgba(255,255,255,.68)}
.ac2d-progress-wrap{padding:14px 18px;border-bottom:1px solid var(--ac2d-line);background:#fff}
.ac2d-progress{height:8px;border-radius:999px;background:#e9eeeb;overflow:hidden}
.ac2d-progress span{
  display:block;height:100%;width:11%;border-radius:inherit;
  background:linear-gradient(90deg,var(--ac2d-primary),var(--ac2d-accent));
  transition:width .25s ease;
}
.ac2d-progress-text{display:flex;justify-content:space-between;font-size:12px;color:var(--ac2d-muted);margin-top:7px}
#ac2dForm,.ac2d-result{padding:20px 18px 24px}
.ac2d-step{display:none}
.ac2d-step.is-active{display:block;animation:ac2dFade .25s ease}
@keyframes ac2dFade{from{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:none}}
.ac2d-step-head{margin-bottom:20px;max-width:820px}
.ac2d-kicker{display:inline-block;color:var(--ac2d-primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}
.ac2d-step-head h2,.ac2d-result-head h2{margin:0 0 8px;font-size:clamp(24px,4vw,38px);line-height:1.07;letter-spacing:-.025em}
.ac2d-step-head p,.ac2d-result-head p{margin:0;color:var(--ac2d-muted);font-size:15px;line-height:1.6}
.ac2d-grid{display:grid;grid-template-columns:1fr;gap:14px}
.ac2d-field{display:flex;flex-direction:column;gap:7px}
.ac2d-field>span,.ac2d-permission legend{font-size:13px;font-weight:750}
.ac2d-field small{color:var(--ac2d-muted);font-size:11px;line-height:1.4}
.ac2d-field input,.ac2d-field select,.ac2d-field textarea{
  width:100%;border:1px solid #ccd5d0;background:#fff;color:var(--ac2d-text);
  border-radius:12px;padding:12px 13px;font:inherit;outline:none;
  transition:border .2s,box-shadow .2s,background .2s;
}
.ac2d-field input:focus,.ac2d-field select:focus,.ac2d-field textarea:focus{
  border-color:var(--ac2d-primary);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--ac2d-primary) 12%,transparent);
}
.ac2d-field textarea{resize:vertical;min-height:96px}
.ac2d-field .has-error,.has-error input,.has-error select,.has-error textarea{border-color:#c62828!important;box-shadow:0 0 0 3px rgba(198,40,40,.08)!important}
.ac2d-permission{border:1px solid var(--ac2d-line);border-radius:14px;padding:14px;margin:0 0 16px}
.ac2d-permission legend{padding:0 6px}
.ac2d-permission label{display:flex;align-items:center;gap:8px;margin:10px 0;font-size:14px}
.ac2d-conditional{margin-top:14px}
.ac2d-nav{display:flex;justify-content:space-between;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid var(--ac2d-line)}
.ac2d-btn{
  appearance:none;border:0;border-radius:12px;padding:12px 16px;font-weight:800;
  font-size:14px;cursor:pointer;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;
  transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;
}
.ac2d-btn:hover{transform:translateY(-1px)}
.ac2d-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}
.ac2d-btn-primary{background:linear-gradient(135deg,var(--ac2d-primary),#00cf67);color:#03120a!important;box-shadow:0 10px 24px rgba(0,184,90,.18)}
.ac2d-btn-secondary{background:#eaf8f0;color:#075e31!important;border:1px solid #bfe9d1}
.ac2d-btn-ghost{background:#f4f6f5;color:#29312d!important;border:1px solid #dfe5e2}
.ac2d-btn-small{padding:8px 11px;font-size:12px;border-radius:9px}
.ac2d-field-action{justify-content:flex-end}
.ac2d-sectors{display:grid;gap:14px;margin:16px 0}
.ac2d-sector-card{border:1px solid var(--ac2d-line);border-radius:16px;padding:14px;background:linear-gradient(180deg,#fff,#fbfdfc)}
.ac2d-sector-title{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px}
.ac2d-sector-title strong{font-size:15px}
.ac2d-sector-title span{font-size:11px;color:var(--ac2d-muted)}
.ac2d-consent{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--ac2d-line);background:#fbfdfc;border-radius:14px;padding:14px;font-size:13px;line-height:1.5}
.ac2d-consent input{margin-top:3px}
.ac2d-privacy{font-size:12px;color:var(--ac2d-muted)}
.ac2d-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.ac2d-alerts{padding:0 18px}
.ac2d-alert{margin-top:16px;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:700}
.ac2d-alert-error{background:#fff1f1;color:#8e1f1f;border:1px solid #ffd0d0}
.ac2d-alert-success{background:#effbf4;color:#126437;border:1px solid #c8efd8}
.ac2d-loading{padding:50px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.ac2d-loading span{color:var(--ac2d-muted);font-size:13px}
.ac2d-spinner{width:44px;height:44px;border:4px solid #dfe8e2;border-top-color:var(--ac2d-primary);border-radius:50%;animation:ac2dSpin .8s linear infinite}
@keyframes ac2dSpin{to{transform:rotate(360deg)}}
.ac2d-result-head{margin-bottom:18px}
.ac2d-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ac2d-summary span{padding:7px 10px;border-radius:999px;background:#edf8f2;border:1px solid #d2ecde;color:#1a5e3d;font-size:12px;font-weight:750}
.ac2d-floorplan-wrap{border:1px solid var(--ac2d-line);border-radius:18px;overflow:hidden;background:#eef1ef}
.ac2d-floorplan-toolbar{display:flex;flex-direction:column;gap:10px;padding:12px 14px;background:#fff;border-bottom:1px solid var(--ac2d-line)}
.ac2d-floorplan-toolbar>div{display:flex;gap:7px;flex-wrap:wrap}
.ac2d-floorplan{width:100%;overflow:auto;background:#dfe3e1}
.ac2d-svg{display:block;width:100%;min-width:720px;height:auto}
.ac2d-svg-bg{fill:#e8ebe9}
.ac2d-svg-grid{fill:none;stroke:#cdd4d0;stroke-width:1}
.ac2d-svg-perimeter{fill:#c3c9c6;stroke:#151a17;stroke-width:10}
.ac2d-room-floor{fill:#f2f0e9}
.ac2d-room-wall{fill:none;stroke:#323936;stroke-width:8}
.ac2d-room-name{font-size:16px;font-weight:800;fill:#161c19}
.ac2d-room-type{font-size:10px;fill:#6d756f}
.ac2d-checkout{fill:#464d49;stroke:#171b19;stroke-width:2}
.ac2d-checkout-screen{fill:#dfe8e2;stroke:#252b28;stroke-width:1.5}
.ac2d-equipment{fill:#aeb6b2;stroke:#4c5550;stroke-width:1.8}
.ac2d-pin{fill:var(--ac2d-accent);stroke:#075a2f;stroke-width:2}
.ac2d-asset-label{font-size:9.5px;font-weight:700;fill:#202622;pointer-events:none}
.ac2d-hotspot{cursor:pointer;outline:none}
.ac2d-hotspot:focus .ac2d-pin,.ac2d-hotspot:hover .ac2d-pin{stroke-width:4}
.ac2d-legend text{font-size:10px;fill:#4a514d}
.ac2d-disclaimer{margin:0;padding:12px 14px;background:#fff;border-top:1px solid var(--ac2d-line);font-size:11px;color:var(--ac2d-muted);line-height:1.5}
.ac2d-result-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.ac2d-modal{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.62);display:grid;place-items:center;padding:18px}
.ac2d-modal-card{position:relative;width:min(560px,100%);max-height:82vh;overflow:auto;background:#fff;border-radius:18px;padding:22px;box-shadow:0 28px 80px rgba(0,0,0,.24)}
.ac2d-modal-card h3{margin:0 0 12px;font-size:22px}
.ac2d-modal-card ul{margin:0;padding-left:20px}
.ac2d-modal-card li{margin:8px 0;color:#39413d;line-height:1.45}
.ac2d-modal-close{position:absolute;right:12px;top:10px;width:34px;height:34px;border:0;border-radius:50%;background:#eef2f0;font-size:24px;cursor:pointer}
.is-hidden{display:none!important}

@media (min-width:760px){
  .ac2d-header{flex-direction:row;align-items:center;justify-content:space-between;padding:20px 26px}
  .ac2d-progress-wrap{padding:14px 26px}
  #ac2dForm,.ac2d-result{padding:30px 26px 34px}
  .ac2d-alerts{padding:0 26px}
  .ac2d-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .ac2d-col-2{grid-column:1/-1}
  .ac2d-sectors{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ac2d-floorplan-toolbar{flex-direction:row;align-items:center;justify-content:space-between}
  .ac2d-svg{min-width:0}
}

@media print{
  body *{visibility:hidden!important}
  .ac2d-result,.ac2d-result *{visibility:visible!important}
  .ac2d-result{position:absolute;inset:0;width:100%;padding:0!important}
  .ac2d-floorplan-toolbar button,.ac2d-result-actions{display:none!important}
  .ac2d-floorplan-wrap{border:0}
  .ac2d-svg{min-width:0}
}


/* =========================================================
   Landing Page AC2D — padrão visual Yanconorte
   ========================================================= */
.ac2d-lp{
  overflow:hidden;
  border-radius:22px 22px 0 0;
  background:
    radial-gradient(circle at 72% 30%,rgba(0,255,102,.11),transparent 25%),
    linear-gradient(135deg,#011100 0%,var(--ac2d-dark) 55%,#052804 100%);
  color:#fff;
  position:relative;
}
.ac2d-lp:before{
  content:"";
  position:absolute;inset:0;pointer-events:none;opacity:.18;
  background-image:
    linear-gradient(rgba(98,224,39,.18) 1px,transparent 1px),
    linear-gradient(90deg,rgba(98,224,39,.18) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,transparent 3%,#000 35%,transparent 96%);
}
.ac2d-lp-topbar{
  position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;
  gap:15px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08);
}
.ac2d-lp-logo img{display:block;max-width:145px;max-height:64px;object-fit:contain}
.ac2d-lp-logo strong{font-size:20px;color:var(--ac2d-primary)}
.ac2d-lp-wa{
  display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:999px;
  background:#fff;color:#10210f!important;text-decoration:none!important;font-size:12px;font-weight:850;
}
.ac2d-lp-hero{
  position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:26px;
  padding:44px 20px 34px;align-items:center;
}
.ac2d-lp-eyebrow{
  display:inline-block;font-size:11px;font-weight:900;letter-spacing:.12em;
  color:var(--ac2d-primary);margin-bottom:12px;
}
.ac2d-lp-hero h1{
  margin:0;color:#fff;font-size:clamp(34px,7vw,64px);line-height:.98;letter-spacing:-.045em;max-width:780px;
}
.ac2d-lp-subtitle{font-size:clamp(17px,2.3vw,23px);line-height:1.35;color:#f1f6ef;max-width:760px;margin:18px 0 10px}
.ac2d-lp-text{font-size:14px;line-height:1.65;color:rgba(255,255,255,.72);max-width:760px;margin:0}
.ac2d-lp-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.ac2d-lp-primary,.ac2d-lp-secondary{
  display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;
  text-decoration:none!important;font-size:13px;font-weight:900;transition:transform .15s ease,box-shadow .15s ease;
}
.ac2d-lp-primary{background:var(--ac2d-primary);color:#071306!important;box-shadow:0 12px 30px rgba(98,224,39,.16)}
.ac2d-lp-secondary{background:#fff;color:#10210f!important}
.ac2d-lp-primary:hover,.ac2d-lp-secondary:hover{transform:translateY(-1px)}
.ac2d-lp-visual{min-height:310px;display:grid;place-items:center}
.ac2d-lp-map{
  width:min(460px,95%);aspect-ratio:1.15/1;display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;
  gap:8px;padding:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);
  box-shadow:0 25px 65px rgba(0,0,0,.32),inset 0 0 50px rgba(0,255,102,.05);
  transform:perspective(900px) rotateX(55deg) rotateZ(-18deg);border-radius:8px;
}
.ac2d-lp-room{
  position:relative;border:3px solid rgba(255,255,255,.68);background:rgba(255,255,255,.07);
  box-shadow:inset 0 0 35px rgba(0,255,102,.05);
}
.ac2d-lp-room span{
  position:absolute;left:8px;top:7px;font-size:10px;font-weight:900;color:#fff;letter-spacing:.05em
}
.ac2d-lp-room i,.ac2d-lp-room b,.ac2d-lp-room em,.ac2d-lp-room u{
  position:absolute;display:block;background:#bfc8c2;border:2px solid #303a34;border-radius:3px;text-decoration:none
}
.ac2d-lp-room i{width:28px;height:18px;bottom:20px}
.ac2d-lp-room i:nth-of-type(1){left:15px}.ac2d-lp-room i:nth-of-type(2){left:52px}.ac2d-lp-room i:nth-of-type(3){left:89px}
.ac2d-lp-room b{width:50px;height:12px;left:18px}.ac2d-lp-room b:nth-of-type(1){top:42px}.ac2d-lp-room b:nth-of-type(2){top:66px}
.ac2d-lp-room em{width:50px;height:34px;left:50%;top:50%;transform:translate(-50%,-35%)}
.ac2d-lp-room u{width:18px;height:34px;bottom:14px}
.ac2d-lp-room u:nth-of-type(1){left:18px}.ac2d-lp-room u:nth-of-type(2){left:48px}.ac2d-lp-room u:nth-of-type(3){left:78px}
.ac2d-lp-room:after{
  content:"";position:absolute;width:10px;height:10px;border-radius:50%;
  background:var(--ac2d-accent);right:10px;bottom:10px;box-shadow:0 0 14px var(--ac2d-accent)
}
.ac2d-lp-benefits{
  position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:1px;background:rgba(255,255,255,.08);
  border-top:1px solid rgba(255,255,255,.08)
}
.ac2d-lp-benefits article{padding:20px;background:rgba(0,0,0,.16)}
.ac2d-lp-benefits strong{font-size:12px;color:var(--ac2d-primary)}
.ac2d-lp-benefits h3{margin:7px 0 6px;color:#fff;font-size:16px}
.ac2d-lp-benefits p{margin:0;color:rgba(255,255,255,.63);font-size:12px;line-height:1.5}
#ac2d-questionario{border-radius:0 0 22px 22px;margin-top:0}
.ac2d-lp-footer{
  margin-top:20px;border-radius:22px;background:linear-gradient(135deg,#011100,var(--ac2d-dark));
  color:#fff;padding:24px 20px;display:grid;grid-template-columns:1fr;gap:20px
}
.ac2d-lp-footer img{max-width:160px;max-height:76px;object-fit:contain;display:block;margin-bottom:12px}
.ac2d-lp-footer p{margin:0;color:rgba(255,255,255,.7);font-size:13px;line-height:1.5;max-width:540px}
.ac2d-lp-footer-info{display:flex;flex-direction:column;gap:7px;font-size:12px;color:rgba(255,255,255,.72)}
.ac2d-lp-footer-info a{color:var(--ac2d-primary)!important;text-decoration:none!important;font-weight:800}

@media(min-width:860px){
  .ac2d-lp-topbar{padding:18px 32px}
  .ac2d-lp-hero{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);padding:72px 32px 54px}
  .ac2d-lp-benefits{grid-template-columns:repeat(4,1fr)}
  .ac2d-lp-benefits article{padding:24px}
  .ac2d-lp-footer{grid-template-columns:1fr 1fr;padding:30px 32px}
}


/* =========================================================
   V1.2.0 — diagnóstico 2D refinado e sem texto sobre texto
   ========================================================= */
.ac2d-floorplan{padding:16px;background:#eef2ef}
.ac2d-plan-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  align-items:start;
}
.ac2d-plan-stage{
  background:#dde3df;
  border:1px solid #c9d0cb;
  border-radius:14px;
  overflow:auto;
}
.ac2d-plan-legend{
  background:#fff;
  border:1px solid var(--ac2d-line);
  border-radius:14px;
  overflow:hidden;
}
.ac2d-plan-legend-head{
  padding:14px 16px;
  border-bottom:1px solid var(--ac2d-line);
  display:flex;
  flex-direction:column;
  gap:4px;
  background:linear-gradient(180deg,#f8fbf9,#f0f6f2);
}
.ac2d-plan-legend-head strong{font-size:15px}
.ac2d-plan-legend-head span{font-size:12px;color:var(--ac2d-muted)}
.ac2d-plan-legend-body{
  padding:12px;
  display:grid;
  gap:12px;
  max-height:820px;
  overflow:auto;
}
.ac2d-legend-room{
  border:1px solid #e1e7e3;
  border-radius:12px;
  padding:12px;
  background:#fcfdfc;
}
.ac2d-legend-room-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
}
.ac2d-legend-room-head h4{
  margin:0;
  font-size:15px;
  line-height:1.25;
}
.ac2d-legend-room-head small,
.ac2d-legend-room-type{
  color:var(--ac2d-muted);
  font-size:11px;
}
.ac2d-legend-room-type{margin-top:3px}
.ac2d-legend-list{
  display:grid;
  gap:8px;
  margin-top:10px;
}
.ac2d-legend-item{
  appearance:none;
  width:100%;
  text-align:left;
  background:#f3f7f4;
  border:1px solid #d8e2dc;
  border-radius:10px;
  padding:10px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  align-items:center;
  cursor:pointer;
}
.ac2d-legend-item:hover,
.ac2d-legend-item:focus{
  border-color:var(--ac2d-primary);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--ac2d-primary) 10%,transparent);
  outline:none;
}
.ac2d-legend-code{
  min-width:40px;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--ac2d-primary),var(--ac2d-accent));
  color:#082010;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:12px;
}
.ac2d-legend-copy strong{
  display:block;
  font-size:13px;
  line-height:1.35;
  color:#15201a;
}
.ac2d-legend-copy small{
  display:block;
  margin-top:3px;
  font-size:11px;
  color:var(--ac2d-muted);
}
.ac2d-legend-empty{
  border:1px dashed #dbe3de;
  border-radius:10px;
  padding:12px;
  font-size:12px;
  color:var(--ac2d-muted);
  background:#fafcfb;
}
.ac2d-svg-refined{background:#dde3df}
.ac2d-svg-bg{fill:#dde3df}
.ac2d-svg-grid{fill:none;stroke:#cad2cd;stroke-width:1}
.ac2d-svg-perimeter{fill:#c3cbc6;stroke:#1c2320;stroke-width:10}
.ac2d-room-floor{fill:#f4f3ed}
.ac2d-room-wall{fill:none;stroke:#3a4440;stroke-width:7}
.ac2d-room-header{fill:#eef2ef;stroke:#d4ddd7;stroke-width:1}
.ac2d-room-name{
  font-size:16px;
  font-weight:900;
  fill:#16201b;
}
.ac2d-room-count{
  font-size:10px;
  font-weight:700;
  fill:#5f6b64;
}
.ac2d-room-type{
  font-size:10px;
  fill:#6d756f;
}
.ac2d-room-empty{
  font-size:12px;
  fill:#7b847f;
}
.ac2d-checkout{fill:#4a514d;stroke:#1b201e;stroke-width:2}
.ac2d-checkout-screen{fill:#dde6e0;stroke:#2a322e;stroke-width:1.5}
.ac2d-equipment{fill:#afb8b2;stroke:#4b5550;stroke-width:1.8}
.ac2d-code-badge{fill:var(--ac2d-accent);stroke:#0b5c31;stroke-width:2}
.ac2d-code-text{
  font-size:10px;
  font-weight:900;
  fill:#05301a;
  pointer-events:none;
}
.ac2d-hotspot:focus .ac2d-code-badge,
.ac2d-hotspot:hover .ac2d-code-badge{
  stroke-width:3;
}
.ac2d-legend text{
  font-size:10px;
  fill:#4a514d;
}
@media (min-width:1100px){
  .ac2d-plan-layout{
    grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);
  }
}

/* =========================================================
   V1.3.0 — login, painel multiempresa e botão voltar ao topo
   ========================================================= */
.ac2d-back-top{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99998;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg,var(--ac2d-dark,#021501),#0a2d0c);
  color:#fff;
  border-radius:999px;
  padding:10px 14px;
  box-shadow:0 14px 34px rgba(0,0,0,.24);
  display:flex;
  gap:7px;
  align-items:center;
  font-weight:850;
  font-size:12px;
  cursor:pointer;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:.2s ease;
}
.ac2d-back-top.is-visible{opacity:1;transform:none;pointer-events:auto}
.ac2d-back-top:hover{border-color:var(--ac2d-primary,#62E027)}

.ac2d-auth-wrap,
.ac2d-crm{
  --ac2d-auth-green:#62E027;
  --ac2d-auth-dark:#021501;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.ac2d-auth-wrap{
  min-height:72vh;
  display:grid;
  place-items:center;
  padding:30px 16px;
  background:
    radial-gradient(circle at 75% 24%,rgba(98,224,39,.14),transparent 23%),
    linear-gradient(135deg,#010e01,#052805);
  border-radius:24px;
}
.ac2d-auth-card{
  width:min(560px,100%);
  background:#fff;
  border:1px solid #dce6df;
  border-radius:22px;
  padding:26px;
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}
.ac2d-auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:28px}
.ac2d-auth-brand img{width:118px;max-height:62px;object-fit:contain}
.ac2d-auth-brand strong{display:block;font-size:18px;color:#122018}
.ac2d-auth-brand span{display:block;font-size:12px;color:#6b756f;margin-top:3px}
.ac2d-auth-kicker,.ac2d-crm-kicker{display:block;color:#2b9f1e;font-size:11px;font-weight:900;letter-spacing:.1em;margin-bottom:8px}
.ac2d-auth-card h1{font-size:clamp(30px,5vw,48px);line-height:1;letter-spacing:-.04em;margin:0 0 12px;color:#0c1710}
.ac2d-auth-card>p{color:#66706b;line-height:1.55;margin:0 0 20px}
.ac2d-auth-alert,.ac2d-crm-notice{padding:11px 13px;border-radius:11px;background:#eff9ef;border:1px solid #cae9ca;color:#215f25;font-size:13px;font-weight:750;margin:14px 0}
.ac2d-auth-form{display:grid;gap:14px}
.ac2d-auth-form label,.ac2d-user-form label,.ac2d-company-form label,.ac2d-password-form label,.ac2d-lead-form label{display:flex;flex-direction:column;gap:6px}
.ac2d-auth-form label span,.ac2d-user-form label span,.ac2d-company-form label span,.ac2d-password-form label span,.ac2d-lead-form label span{font-size:12px;font-weight:800;color:#26322b}
.ac2d-auth-form input,.ac2d-user-form input,.ac2d-user-form select,.ac2d-company-form input,.ac2d-password-form input,.ac2d-lead-form select{
  width:100%;border:1px solid #cfdad3;border-radius:11px;padding:11px 12px;font:inherit;background:#fff;color:#111;outline:none
}
.ac2d-auth-form input:focus,.ac2d-user-form input:focus,.ac2d-user-form select:focus,.ac2d-company-form input:focus,.ac2d-password-form input:focus,.ac2d-lead-form select:focus{border-color:#62E027;box-shadow:0 0 0 3px rgba(98,224,39,.1)}
.ac2d-auth-btn,.ac2d-crm-btn{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;
  border:0;border-radius:11px;padding:11px 15px;background:linear-gradient(135deg,#62E027,#27c83f);
  color:#07210b!important;font-weight:900;font-size:13px;cursor:pointer
}
.ac2d-auth-btn{width:100%;margin-top:3px}

.ac2d-crm{max-width:1320px;margin:0 auto;padding:18px;color:#172019}
.ac2d-crm-header{
  background:linear-gradient(135deg,#011100,#052d05);
  color:#fff;border-radius:20px;padding:22px;display:flex;flex-direction:column;gap:16px;justify-content:space-between
}
.ac2d-crm-header h1{margin:0;font-size:clamp(30px,4vw,48px);letter-spacing:-.035em;line-height:1}
.ac2d-crm-header p{margin:7px 0 0;color:rgba(255,255,255,.68);font-size:13px}
.ac2d-crm-header-actions{display:flex;gap:8px;flex-wrap:wrap}
.ac2d-crm-btn.ghost{background:#fff;color:#17301c!important;border:1px solid #dbe5df}
.ac2d-crm-btn.small{padding:7px 10px;border-radius:8px;font-size:11px}
.ac2d-crm-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}
.ac2d-crm-stats article{border:1px solid #dfe7e2;background:#fff;border-radius:14px;padding:14px;box-shadow:0 7px 24px rgba(0,0,0,.035)}
.ac2d-crm-stats small{display:block;color:#738078;font-size:11px;text-transform:uppercase;letter-spacing:.05em}
.ac2d-crm-stats strong{display:block;font-size:28px;margin-top:3px;color:#122117}
.ac2d-crm-panel{background:#fff;border:1px solid #dfe7e2;border-radius:18px;padding:16px;margin:14px 0;box-shadow:0 10px 28px rgba(0,0,0,.035)}
.ac2d-crm-panel.compact{max-width:700px}
.ac2d-crm-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.ac2d-crm-panel-head span{display:block;font-size:10px;color:#2b9f1e;font-weight:900;letter-spacing:.09em}
.ac2d-crm-panel-head h2{margin:3px 0 0;font-size:22px;line-height:1.1;color:#132019}
.ac2d-crm-panel-head small{font-size:11px;color:#77827b}
.ac2d-crm-table-wrap{overflow:auto}
.ac2d-crm-table{width:100%;border-collapse:collapse;min-width:860px;font-size:12px}
.ac2d-crm-table th{text-align:left;padding:10px;border-bottom:1px solid #dfe7e2;color:#65716a;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.ac2d-crm-table td{padding:11px 10px;border-bottom:1px solid #eef2ef;vertical-align:top}
.ac2d-crm-table td strong{display:block;font-size:12px;color:#18231d}
.ac2d-crm-table td small{display:block;color:#7c8580;margin-top:3px;line-height:1.35}
.ac2d-status{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:850;background:#edf1ef;color:#516058}
.ac2d-status.novo{background:#eaf7ff;color:#19648b}
.ac2d-status.em_contato{background:#fff6df;color:#8a650d}
.ac2d-status.diagnosticado{background:#f2eefe;color:#6440a7}
.ac2d-status.proposta{background:#ebf8ef;color:#1d7a3e}
.ac2d-status.concluido{background:#e7f9ea;color:#207233}
.ac2d-lead-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:14px}
.ac2d-lead-grid>div{border:1px solid #e1e7e3;border-radius:12px;padding:12px;background:#f9fbfa}
.ac2d-lead-grid small{display:block;color:#79827d;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.ac2d-lead-grid strong{display:block;margin-top:4px;font-size:13px;line-height:1.35}
.ac2d-lead-grid span{display:block;margin-top:4px;font-size:11px;color:#68736c}
.ac2d-lead-form{display:grid;grid-template-columns:1fr;gap:10px;align-items:end;border-top:1px solid #e8eeea;padding-top:14px}
.ac2d-user-layout{display:grid;grid-template-columns:1fr;gap:16px}
.ac2d-user-list{display:grid;gap:8px;align-content:start}
.ac2d-user-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid #e1e7e3;background:#fafcfb;border-radius:11px;padding:10px 12px}
.ac2d-user-row strong{display:block;font-size:12px}.ac2d-user-row small{display:block;margin-top:2px;color:#7b8580;font-size:10px}.ac2d-user-row>span{font-size:10px;font-weight:850;color:#24672f;background:#edf8ef;border-radius:999px;padding:5px 8px}
.ac2d-user-form,.ac2d-company-form,.ac2d-password-form{display:grid;gap:10px;border:1px solid #e1e7e3;border-radius:13px;padding:14px;background:#fbfdfc}
.ac2d-user-form h3{margin:0 0 4px;font-size:17px}
.ac2d-user-form fieldset{border:1px solid #dce5df;border-radius:11px;padding:10px;display:grid;gap:7px}
.ac2d-user-form legend{font-size:11px;font-weight:850;padding:0 4px}
.ac2d-user-form label.check{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:11px;color:#455149}
.ac2d-user-form label.check input{width:auto}
.ac2d-company-form,.ac2d-password-form{grid-template-columns:1fr}

@media(min-width:760px){
  .ac2d-crm-header{flex-direction:row;align-items:center}
  .ac2d-crm-stats{grid-template-columns:repeat(5,minmax(0,1fr))}
  .ac2d-lead-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ac2d-lead-form{grid-template-columns:1fr 1fr auto}
  .ac2d-user-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}
  .ac2d-company-form{grid-template-columns:1fr 1fr 1.2fr auto;align-items:end}
  .ac2d-password-form{grid-template-columns:1fr auto;align-items:end}
}
.ac2d-panel-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ac2d-user-edit{border:1px solid #e1e7e3;border-radius:11px;background:#fafcfb;overflow:hidden}
.ac2d-user-edit summary{list-style:none;cursor:pointer;border:0;border-radius:0}
.ac2d-user-edit summary::-webkit-details-marker{display:none}
.ac2d-user-perm-form{padding:12px;border-top:1px solid #e1e7e3;display:grid;gap:10px;background:#fff}
.ac2d-user-perm-form label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:750;color:#364039}
.ac2d-user-perm-form select{width:100%;border:1px solid #cfdad3;border-radius:9px;padding:8px 10px;background:#fff}
.ac2d-perm-grid{display:grid;grid-template-columns:1fr;gap:6px}
.ac2d-user-perm-form label.check{display:flex;flex-direction:row;align-items:center;gap:7px;font-weight:600}
@media(min-width:760px){.ac2d-perm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* V1.3.3 — controle de delegação de permissões */
.ac2d-perm-grid .check.is-locked,
.ac2d-user-form .check.is-locked{opacity:.55}
.ac2d-perm-grid .check small{
  display:block;margin-left:24px;margin-top:3px;font-size:10px;color:var(--ac2d-muted)
}
.ac2d-permission-readonly{
  margin:10px 0;padding:10px 12px;border:1px solid #dce5df;border-radius:10px;
  background:#f7faf8;color:#59655e;font-size:12px;line-height:1.5
}


/* V1.3.4 — navegação discreta Diagnóstico <-> Painel */
.ac2d-lp-top-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}
.ac2d-lp-panel-link{
  color:rgba(255,255,255,.48)!important;
  text-decoration:none!important;
  font-size:10px;
  font-weight:650;
  letter-spacing:.02em;
  transition:color .15s ease, opacity .15s ease;
  white-space:nowrap;
}
.ac2d-lp-panel-link:hover,
.ac2d-lp-panel-link:focus{
  color:rgba(255,255,255,.86)!important;
  outline:none;
}
.ac2d-crm-diagnostic-link{
  color:rgba(255,255,255,.62)!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:700;
  padding:7px 4px;
  white-space:nowrap;
}
.ac2d-crm-diagnostic-link:hover,
.ac2d-crm-diagnostic-link:focus{
  color:#fff!important;
  text-decoration:underline!important;
  outline:none;
}
@media(max-width:620px){
  .ac2d-lp-top-actions{gap:8px}
  .ac2d-lp-panel-link{font-size:9px}
  .ac2d-crm-header-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
}

/* =========================================================
   V1.4.0 — catálogo visual de equipamentos
   ========================================================= */
.ac2d-catalog-intro{
  display:flex;flex-direction:column;gap:10px;margin-bottom:14px;padding:14px 15px;
  border:1px solid #d9e5dd;border-radius:14px;background:linear-gradient(180deg,#f8fcf9,#f0f8f3)
}
.ac2d-catalog-intro strong{font-size:15px}
.ac2d-catalog-intro p{margin:4px 0 0;color:var(--ac2d-muted);font-size:12px;line-height:1.5}
.ac2d-catalog-count{align-self:flex-start;padding:6px 10px;border-radius:999px;background:#dff6e8;color:#116139;font-size:11px;font-weight:800}
.ac2d-catalog-tools{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:14px}
.ac2d-catalog-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;
  max-height:560px;overflow:auto;padding:3px 3px 8px
}
.ac2d-catalog-card{
  position:relative;appearance:none;border:1px solid #dce4df;border-radius:13px;background:#fff;
  padding:0;display:grid;grid-template-columns:82px 1fr;min-height:94px;text-align:left;overflow:hidden;
  cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease
}
.ac2d-catalog-card:hover,.ac2d-catalog-card:focus{border-color:var(--ac2d-primary);box-shadow:0 8px 24px rgba(0,0,0,.07);outline:none;transform:translateY(-1px)}
.ac2d-catalog-card.is-selected{border-color:var(--ac2d-primary);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--ac2d-primary) 24%,transparent)}
.ac2d-catalog-photo{background:#eaf0ec;display:grid;place-items:center;overflow:hidden}
.ac2d-catalog-photo img{display:block;width:100%;height:100%;min-height:94px;object-fit:contain;background:#fff;padding:4px}
.ac2d-catalog-card-body{padding:10px 30px 10px 10px;min-width:0;display:flex;flex-direction:column;gap:3px}
.ac2d-catalog-card-body small{font-size:9px;color:var(--ac2d-primary);font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.ac2d-catalog-card-body strong{font-size:12px;line-height:1.28;color:#172019}
.ac2d-catalog-card-body span{font-size:10px;line-height:1.25;color:var(--ac2d-muted)}
.ac2d-catalog-check{position:absolute;right:8px;top:8px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#edf3ef;color:#456052;font-weight:900;font-size:13px}
.ac2d-catalog-card.is-selected .ac2d-catalog-check{background:var(--ac2d-accent);color:#06321a}
.ac2d-catalog-empty{grid-column:1/-1;border:1px dashed #cfd9d3;border-radius:12px;padding:18px;color:var(--ac2d-muted);font-size:12px;background:#fafcfb}
.ac2d-catalog-selected{margin-top:16px;border:1px solid #dce5df;border-radius:14px;padding:14px;background:#fbfdfc}
.ac2d-catalog-selected h3{margin:0 0 10px;font-size:15px}
.ac2d-catalog-selected-list{display:grid;gap:8px}
.ac2d-selected-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px;border:1px solid #e0e7e2;border-radius:11px;background:#fff}
.ac2d-selected-item img{width:52px;height:40px;object-fit:cover;border-radius:7px;background:#edf2ef}
.ac2d-selected-copy{min-width:0}
.ac2d-selected-copy small{display:block;font-size:9px;color:var(--ac2d-muted)}
.ac2d-selected-copy strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ac2d-qty-control{display:grid;grid-template-columns:28px 44px 28px;align-items:center}
.ac2d-qty-control button,.ac2d-remove-selected{appearance:none;border:1px solid #d5dfd9;background:#f4f7f5;cursor:pointer;font-weight:900;height:30px}
.ac2d-qty-control button:first-child{border-radius:8px 0 0 8px}.ac2d-qty-control button:last-child{border-radius:0 8px 8px 0}
.ac2d-qty-control input{height:30px;width:44px;border:1px solid #d5dfd9;border-left:0;border-right:0;text-align:center;padding:0;font-size:12px}
.ac2d-remove-selected{width:30px;border-radius:8px;color:#8a2424}
.ac2d-manual-equipment{margin-top:16px;border:1px solid #dfe6e2;border-radius:13px;background:#fff;overflow:hidden}
.ac2d-manual-equipment summary{cursor:pointer;padding:13px 14px;font-size:12px;font-weight:800;color:#425048;background:#f8faf9}
.ac2d-manual-equipment[open] summary{border-bottom:1px solid #e1e7e3}
.ac2d-manual-equipment .ac2d-grid{padding:14px}
@media(min-width:720px){
  .ac2d-catalog-intro{flex-direction:row;align-items:center;justify-content:space-between}
  .ac2d-catalog-count{align-self:auto}
  .ac2d-catalog-tools{grid-template-columns:minmax(0,1.4fr) minmax(220px,.6fr)}
  .ac2d-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:520px){
  .ac2d-catalog-grid{grid-template-columns:1fr}
  .ac2d-selected-item{grid-template-columns:44px minmax(0,1fr) auto;gap:8px}
  .ac2d-selected-item img{width:44px;height:38px}
  .ac2d-qty-control{grid-column:2/4;justify-self:start}
  .ac2d-remove-selected{grid-column:4;grid-row:1}
}

/* =========================================================
   V1.5.0 — SDR Freelance, treinamento, missões e remuneração
   ========================================================= */
.ac2d-wf-landing,.ac2d-wf-area{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#162019}
.ac2d-wf-landing{max-width:1180px;margin:0 auto;background:#f5f8f6;border-radius:22px;overflow:hidden;border:1px solid #dce5df}
.ac2d-wf-hero{padding:22px;background:radial-gradient(circle at 82% 18%,rgba(98,224,39,.15),transparent 27%),linear-gradient(135deg,#011000,#062306);color:#fff}
.ac2d-wf-brand{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:18px}
.ac2d-wf-brand img{max-width:150px;max-height:65px;object-fit:contain}.ac2d-wf-brand span{font-size:11px;color:rgba(255,255,255,.62);font-weight:800}
.ac2d-wf-hero-grid{display:grid;grid-template-columns:1fr;gap:28px;padding:48px 0 24px}.ac2d-wf-kicker{display:block;color:#62E027;font-size:11px;font-weight:900;letter-spacing:.1em;margin-bottom:10px}.ac2d-wf-hero h1{margin:0;max-width:780px;font-size:clamp(36px,7vw,64px);letter-spacing:-.045em;line-height:.98}.ac2d-wf-hero p{max-width:720px;color:rgba(255,255,255,.72);font-size:16px;line-height:1.6}.ac2d-wf-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.ac2d-wf-flow{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;align-content:center}.ac2d-wf-flow div{min-height:108px;padding:14px;border-radius:15px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:space-between}.ac2d-wf-flow b{font-size:28px;color:#62E027}.ac2d-wf-flow span{font-size:12px;font-weight:750}
.ac2d-wf-public-grid{display:grid;grid-template-columns:1fr;gap:14px;padding:18px}.ac2d-wf-public-card{background:#fff;border:1px solid #dfe7e2;border-radius:16px;padding:18px}.ac2d-wf-public-card h2{margin:0 0 10px;font-size:20px}.ac2d-wf-public-card p{color:#68746d;line-height:1.55;font-size:13px}.ac2d-wf-chips{display:flex;flex-wrap:wrap;gap:7px}.ac2d-wf-chips span{font-size:11px;padding:7px 9px;border-radius:999px;background:#eef8ef;color:#275d2d;border:1px solid #d4ead6}.ac2d-wf-public-mission{padding:10px 0;border-bottom:1px solid #edf1ee}.ac2d-wf-public-mission:last-child{border-bottom:0}.ac2d-wf-public-mission strong,.ac2d-wf-public-mission span,.ac2d-wf-public-mission b{display:block}.ac2d-wf-public-mission span{font-size:11px;color:#748078;margin-top:3px}.ac2d-wf-public-mission b{font-size:12px;color:#237a2c;margin-top:4px}
.ac2d-wf-register{display:grid;grid-template-columns:1fr;gap:18px;margin:0 18px 18px;padding:22px;border-radius:18px;background:#fff;border:1px solid #dfe7e2}.ac2d-wf-register h2{margin:0;font-size:28px}.ac2d-wf-register p{color:#6b766f;font-size:13px;line-height:1.6}.ac2d-wf-register-form,.ac2d-wf-lead-form,.ac2d-wf-settings-form,.ac2d-wf-admin-form{display:grid;grid-template-columns:1fr;gap:10px}.ac2d-wf-register-form label,.ac2d-wf-lead-form label,.ac2d-wf-settings-form label,.ac2d-wf-admin-form label{display:flex;flex-direction:column;gap:5px}.ac2d-wf-register-form label span,.ac2d-wf-lead-form label span,.ac2d-wf-settings-form label span,.ac2d-wf-admin-form label span{font-size:11px;font-weight:800;color:#344039}.ac2d-wf-register-form input,.ac2d-wf-register-form textarea,.ac2d-wf-lead-form input,.ac2d-wf-lead-form select,.ac2d-wf-lead-form textarea,.ac2d-wf-settings-form input,.ac2d-wf-settings-form textarea,.ac2d-wf-admin-form input,.ac2d-wf-admin-form select,.ac2d-wf-admin-form textarea{width:100%;border:1px solid #cfd9d2;border-radius:10px;padding:10px 11px;background:#fff;font:inherit;outline:none}.ac2d-wf-register-form input:focus,.ac2d-wf-register-form textarea:focus,.ac2d-wf-lead-form input:focus,.ac2d-wf-lead-form select:focus,.ac2d-wf-lead-form textarea:focus,.ac2d-wf-settings-form input:focus,.ac2d-wf-settings-form textarea:focus,.ac2d-wf-admin-form input:focus,.ac2d-wf-admin-form select:focus,.ac2d-wf-admin-form textarea:focus{border-color:#62E027;box-shadow:0 0 0 3px rgba(98,224,39,.1)}.ac2d-wf-register-form label.check,.ac2d-wf-settings-form label.check,.ac2d-wf-admin-form label.check{display:flex;flex-direction:row;align-items:flex-start;gap:8px}.ac2d-wf-register-form label.check input,.ac2d-wf-settings-form label.check input,.ac2d-wf-admin-form label.check input{width:auto;margin-top:3px}.ac2d-wf-register-form .full,.ac2d-wf-lead-form .full,.ac2d-wf-settings-form .full,.ac2d-wf-admin-form .full{grid-column:1/-1}
.ac2d-wf-area.standalone{max-width:1180px;margin:0 auto;padding:18px}.ac2d-wf-lessons{display:grid;grid-template-columns:1fr;gap:14px}.ac2d-wf-lesson{border:1px solid #dfe7e2;border-radius:14px;overflow:hidden;background:#fbfdfc}.ac2d-wf-lesson.done{border-color:#b9e4bd}.ac2d-wf-video{aspect-ratio:16/9;background:#071107;overflow:hidden}.ac2d-wf-video iframe{width:100%!important;height:100%!important}.ac2d-wf-video-native{display:block;width:100%;aspect-ratio:16/9;background:#071107}.ac2d-wf-video-placeholder{aspect-ratio:16/9;display:grid;place-items:center;background:#e8eeea;color:#78837c;font-size:12px}.ac2d-wf-lesson-body{padding:14px}.ac2d-wf-lesson-body>small{font-size:10px;color:#2b9f1e;font-weight:900}.ac2d-wf-lesson h3{margin:5px 0;font-size:17px}.ac2d-wf-lesson p{font-size:12px;color:#68746d;line-height:1.5}.ac2d-wf-done{display:inline-flex;padding:6px 8px;border-radius:999px;background:#eaf8ec;color:#25752d;font-size:11px;font-weight:850}
.ac2d-wf-missions{display:grid;grid-template-columns:1fr;gap:10px}.ac2d-wf-missions article{border:1px solid #dfe7e2;border-radius:13px;padding:14px;background:#fbfdfc}.ac2d-wf-mission-head{display:flex;justify-content:space-between;gap:12px}.ac2d-wf-mission-head small{font-size:10px;color:#2b9f1e;font-weight:850}.ac2d-wf-mission-head h3{margin:3px 0 0;font-size:16px}.ac2d-wf-mission-head>strong{white-space:nowrap;color:#24762d;font-size:14px}.ac2d-wf-missions p{font-size:12px;color:#68746d;line-height:1.5}.ac2d-wf-progress{height:7px;border-radius:999px;background:#e5ebe7;overflow:hidden;margin:10px 0 5px}.ac2d-wf-progress span{display:block;height:100%;background:linear-gradient(90deg,#2b9f1e,#62E027);border-radius:inherit}.ac2d-wf-missions article>small{font-size:10px;color:#718079}
.ac2d-wf-admin-grid{display:grid;grid-template-columns:1fr;gap:16px}.ac2d-wf-admin-list{display:grid;gap:8px;align-content:start}.ac2d-wf-admin-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:11px;background:#fafcfb;border:1px solid #e1e7e3}.ac2d-wf-admin-row strong,.ac2d-wf-admin-row small{display:block}.ac2d-wf-admin-row strong{font-size:12px}.ac2d-wf-admin-row small{margin-top:3px;font-size:10px;color:#76827b}.ac2d-wf-admin-form{padding:14px;border:1px solid #e1e7e3;border-radius:13px;background:#fbfdfc}.ac2d-wf-admin-form h3{margin:0 0 4px}.ac2d-wf-editable-row{border:1px solid #e1e7e3;border-radius:11px;overflow:hidden;background:#fafcfb}.ac2d-wf-editable-row summary{cursor:pointer;list-style:none;border:0;border-radius:0}.ac2d-wf-editable-row summary::-webkit-details-marker{display:none}.ac2d-wf-admin-form.inline-edit{border:0;border-top:1px solid #e1e7e3;border-radius:0;background:#fff}.ac2d-wf-toggle-form{padding:0 14px 14px;background:#fff}.ac2d-wf-settings-form{grid-template-columns:1fr}.ac2d-wf-settings-form>.check{padding:9px 10px;border:1px solid #e0e6e2;border-radius:10px;background:#fafcfb}
@media(min-width:760px){.ac2d-wf-hero{padding:28px 34px}.ac2d-wf-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)}.ac2d-wf-public-grid{grid-template-columns:repeat(3,1fr);padding:22px 34px}.ac2d-wf-register{grid-template-columns:.8fr 1.2fr;margin:0 34px 34px;padding:28px}.ac2d-wf-register-form,.ac2d-wf-lead-form,.ac2d-wf-admin-form{grid-template-columns:repeat(2,minmax(0,1fr))}.ac2d-wf-lessons{grid-template-columns:repeat(2,minmax(0,1fr))}.ac2d-wf-missions{grid-template-columns:repeat(2,minmax(0,1fr))}.ac2d-wf-admin-grid{grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr)}.ac2d-wf-settings-form{grid-template-columns:repeat(3,minmax(0,1fr))}}
.ac2d-wf-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.ac2d-wf-row-actions form{margin:0}.ac2d-wf-company-switch label{display:flex;flex-direction:column;gap:6px;max-width:420px}.ac2d-wf-company-switch label span{font-size:11px;font-weight:800}.ac2d-wf-company-switch select{border:1px solid #cfd9d2;border-radius:10px;padding:10px;background:#fff}.ac2d-wf-editable-row .ac2d-wf-admin-row>span{font-size:10px;font-weight:800;color:#2b7a30}.ac2d-wf-toggle-form{display:flex;justify-content:flex-end}

/* V1.5.1 — tipos de estabelecimento */
#ac2dBusinessTypeOther{margin-top:2px}


/* V1.5.2 — fotos reais do catálogo */
.ac2d-catalog-photo{position:relative;background:#fff}
.ac2d-photo-badge{
  position:absolute;left:5px;bottom:5px;padding:2px 5px;border-radius:999px;
  background:rgba(0,153,76,.88);color:#fff;font-size:7px;font-weight:900;
  text-transform:uppercase;letter-spacing:.04em
}
.ac2d-photo-badge.is-placeholder{background:rgba(30,38,33,.55)}
.ac2d-catalog-photo.is-fallback .ac2d-photo-badge{background:rgba(30,38,33,.55)}

/* =========================================================
   V1.5.3 — Canvas visual de PDV por fase
   ========================================================= */
.ac2d-pdv-builder{margin-bottom:18px;padding:18px;border:1px solid #cfe2d6;border-radius:18px;background:linear-gradient(180deg,#fbfefc,#f1f8f4)}
.ac2d-pdv-builder-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}
.ac2d-pdv-builder-head h3{margin:0 0 6px;font-size:22px}.ac2d-pdv-builder-head p{margin:0;max-width:760px;color:var(--ac2d-muted);font-size:13px;line-height:1.55}
.ac2d-catalog-count.is-warning{background:#fff3d6;border-color:#f0d78e;color:#775700}
.ac2d-pdv-new{display:grid;grid-template-columns:1fr;gap:12px;align-items:end;margin-bottom:16px}.ac2d-pdv-models{display:grid;gap:16px}
.ac2d-pdv-empty{padding:18px;border:1px dashed #bed0c5;border-radius:14px;background:#fff;display:flex;flex-direction:column;gap:4px}.ac2d-pdv-empty span{font-size:12px;color:var(--ac2d-muted)}
.ac2d-pdv-model{overflow:hidden;border:1px solid #cbd8d0;border-radius:16px;background:#fff}.ac2d-pdv-model-head{display:flex;flex-direction:column;gap:12px;padding:14px;border-bottom:1px solid #e0e8e3}
.ac2d-pdv-model-head>div:first-child{display:flex;flex-direction:column;gap:3px}.ac2d-pdv-model-head span{font-size:10px;font-weight:900;color:var(--ac2d-primary);text-transform:uppercase;letter-spacing:.08em}.ac2d-pdv-model-head small{font-size:11px;color:var(--ac2d-muted)}
.ac2d-pdv-name-input{border:0!important;padding:0!important;font-size:17px!important;font-weight:850;background:transparent!important;box-shadow:none!important}.ac2d-pdv-model-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.ac2d-pdv-model-actions label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800}.ac2d-pdv-model-actions input{width:62px;padding:7px!important;border-radius:8px!important}
.ac2d-pdv-canvas,.ac2d-pdv-result-canvas{position:relative;min-height:280px;padding:70px 14px 18px;background:linear-gradient(180deg,#e7ebe8 0 58%,#d3d8d5 58% 100%);overflow:hidden}.ac2d-pdv-counter-shape{position:absolute;left:5%;right:5%;bottom:22%;height:78px;border-radius:8px;background:linear-gradient(180deg,#aeb7b1,#7d8781);box-shadow:0 10px 18px rgba(0,0,0,.13)}.ac2d-pdv-counter-shape:after{content:"";position:absolute;left:-2%;right:-2%;top:-14px;height:18px;border-radius:6px;background:#525d57}
.ac2d-pdv-canvas-label{position:absolute;top:16px;left:16px;padding:6px 10px;border-radius:999px;background:#08160d;color:#fff;font-size:11px;font-weight:900}.ac2d-pdv-slots{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.ac2d-pdv-slot{min-height:68px;border:1px solid #c5d1c9;border-radius:12px;background:rgba(255,255,255,.94);padding:8px;display:grid;grid-template-columns:48px 1fr;gap:8px;align-items:center;text-align:left;cursor:pointer}.ac2d-pdv-slot:hover,.ac2d-pdv-slot:focus{border-color:var(--ac2d-primary);outline:none;box-shadow:0 0 0 3px rgba(0,184,90,.09)}.ac2d-pdv-slot.is-filled{border-color:#9fd6b7;background:#f6fff9}
.ac2d-pdv-slot-icon{width:48px;height:48px;border-radius:9px;background:#edf3ef;display:grid;place-items:center;overflow:hidden}.ac2d-pdv-slot-icon img{width:100%;height:100%;object-fit:contain;background:#fff}.ac2d-pdv-slot-icon b{font-size:22px;color:var(--ac2d-primary)}.ac2d-pdv-slot-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.ac2d-pdv-slot-copy small{font-size:9px;color:#66716b;text-transform:uppercase;font-weight:850}.ac2d-pdv-slot-copy strong{font-size:11px;line-height:1.25;white-space:normal}
.ac2d-pdv-picker{margin-top:16px;border:1px solid #bdd3c5;border-radius:16px;background:#fff;padding:14px}.ac2d-pdv-picker-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.ac2d-pdv-picker-head div{display:flex;flex-direction:column}.ac2d-pdv-picker-head small{font-size:10px;color:var(--ac2d-muted)}.ac2d-pdv-picker-head strong{font-size:15px}#ac2dPdvCanvasPickerSearch{width:100%;padding:11px 12px;border:1px solid #ccd8d0;border-radius:10px;margin-bottom:10px}
.ac2d-pdv-picker-grid{display:grid;grid-template-columns:1fr;gap:8px;max-height:420px;overflow:auto}.ac2d-pdv-picker-item{display:grid;grid-template-columns:64px 1fr;gap:10px;align-items:center;text-align:left;border:1px solid #dbe4de;border-radius:11px;background:#fbfdfc;padding:7px;cursor:pointer}.ac2d-pdv-picker-item:hover{border-color:var(--ac2d-primary)}.ac2d-pdv-picker-photo{width:64px;height:58px;border-radius:8px;background:#fff;overflow:hidden;display:grid;place-items:center}.ac2d-pdv-picker-photo img{width:100%;height:100%;object-fit:contain}.ac2d-pdv-picker-item span:last-child{display:flex;flex-direction:column;gap:2px}.ac2d-pdv-picker-item small{font-size:8px;color:var(--ac2d-primary);font-weight:900;text-transform:uppercase}.ac2d-pdv-picker-item strong{font-size:12px}.ac2d-pdv-picker-item em{font-style:normal;font-size:10px;color:var(--ac2d-muted)}
.ac2d-pdv-picker-manual{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #e3e9e5}.ac2d-pdv-picker-manual input{width:100%;padding:10px 11px;border:1px solid #ccd8d0;border-radius:10px}.ac2d-extra-catalog{margin-top:18px;border:1px solid #d8e3dc;border-radius:14px;background:#fff}.ac2d-extra-catalog>summary{cursor:pointer;padding:13px 15px;font-weight:850}.ac2d-extra-catalog-body{padding:0 14px 14px}
.ac2d-pdv-result-section{margin-top:18px}.ac2d-pdv-result-head h3{margin:0 0 5px;font-size:23px}.ac2d-pdv-result-head p{margin:0 0 14px;color:var(--ac2d-muted);font-size:13px}.ac2d-pdv-result-grid{display:grid;grid-template-columns:1fr;gap:14px}.ac2d-pdv-result-card{border:1px solid #d4ddd7;border-radius:15px;overflow:hidden;background:#fff}.ac2d-pdv-result-card>header{padding:13px 15px;border-bottom:1px solid #e2e8e4}.ac2d-pdv-result-card>header span{font-size:9px;color:var(--ac2d-primary);font-weight:900;text-transform:uppercase}.ac2d-pdv-result-card h4{margin:3px 0;font-size:17px}.ac2d-pdv-result-card header small{color:var(--ac2d-muted)}
.ac2d-pdv-result-canvas{min-height:220px}.ac2d-pdv-result-components{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.ac2d-pdv-result-component{display:grid;grid-template-columns:42px 1fr;gap:7px;align-items:center;padding:7px;border-radius:9px;background:rgba(255,255,255,.94);border:1px solid #ccd8d0}.ac2d-pdv-result-photo{width:42px;height:42px;display:grid;place-items:center;background:#fff;border-radius:7px;overflow:hidden}.ac2d-pdv-result-photo img{width:100%;height:100%;object-fit:contain}.ac2d-pdv-result-photo b{color:var(--ac2d-primary)}.ac2d-pdv-result-component div{display:flex;flex-direction:column;min-width:0}.ac2d-pdv-result-component small{font-size:8px;color:#617069;text-transform:uppercase;font-weight:800}.ac2d-pdv-result-component strong{font-size:10px;line-height:1.2}
@media(min-width:760px){.ac2d-pdv-new{grid-template-columns:1.4fr .7fr auto}.ac2d-pdv-model-head{flex-direction:row;align-items:center;justify-content:space-between}.ac2d-pdv-slots{grid-template-columns:repeat(3,minmax(0,1fr))}.ac2d-pdv-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ac2d-pdv-picker-manual{grid-template-columns:1fr auto}.ac2d-pdv-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* =========================================================
   V1.5.4 — Canvas físico/realista de PDV
   ========================================================= */
.ac2d-pdv-scene{
  position:relative;min-height:360px;border-radius:15px;overflow:hidden;
  background:linear-gradient(180deg,#f3f5f4 0 63%,#cfd5d1 63% 100%);
  border:1px solid #c7d0ca;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)
}
.ac2d-pdv-scene-floor{
  position:absolute;left:0;right:0;bottom:0;height:37%;
  background:
    linear-gradient(90deg,rgba(80,90,84,.06) 1px,transparent 1px),
    linear-gradient(rgba(80,90,84,.06) 1px,transparent 1px),#d7ddd9;
  background-size:34px 34px
}
.ac2d-pdv-counter-base{
  position:absolute;left:12%;right:12%;bottom:20%;height:82px;border-radius:10px 10px 7px 7px;
  background:linear-gradient(180deg,#7d8882,#5e6963);box-shadow:0 12px 25px rgba(0,0,0,.18)
}
.ac2d-pdv-counter-top{
  position:absolute;left:8%;right:8%;bottom:41%;height:20px;border-radius:10px;
  background:#2f3833;box-shadow:0 5px 12px rgba(0,0,0,.16)
}
.ac2d-pdv-operator-zone,.ac2d-pdv-customer-zone{
  position:absolute;bottom:6%;z-index:1;font-size:8px;font-weight:900;letter-spacing:.12em;color:#5e6862
}
.ac2d-pdv-operator-zone{left:13%}.ac2d-pdv-customer-zone{right:13%}
.ac2d-pdv-device{
  position:absolute;z-index:4;width:118px;min-height:74px;border:1px solid #c8d4cc;border-radius:12px;
  background:rgba(255,255,255,.97);padding:6px;display:grid;grid-template-columns:42px 1fr;gap:6px;
  align-items:center;text-align:left;cursor:pointer;box-shadow:0 7px 16px rgba(0,0,0,.09);
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease
}
.ac2d-pdv-device:hover,.ac2d-pdv-device:focus{transform:translateY(-2px);border-color:var(--ac2d-primary);outline:none;box-shadow:0 9px 22px rgba(0,0,0,.13)}
.ac2d-pdv-device.is-filled{border-color:#8ed5ab;background:#f7fff9}
.ac2d-pdv-device-visual{width:42px;height:42px;border-radius:8px;background:#f1f5f2;display:grid;place-items:center;overflow:hidden}
.ac2d-pdv-device-visual img{width:100%;height:100%;object-fit:contain;background:#fff}
.ac2d-pdv-device-visual b{font-size:20px;color:var(--ac2d-primary)}
.ac2d-pdv-device-label{min-width:0;display:flex;flex-direction:column;gap:2px}
.ac2d-pdv-device-label small{font-size:7px;line-height:1.05;color:#66716b;font-weight:900;text-transform:uppercase}
.ac2d-pdv-device-label strong{font-size:9px;line-height:1.15;word-break:break-word}

.ac2d-pos-operator-top-center{left:50%;top:10%;transform:translateX(-50%)}
.ac2d-pos-operator-top-center:hover,.ac2d-pos-operator-top-center:focus{transform:translateX(-50%) translateY(-2px)}
.ac2d-pos-operator-top-right{right:10%;top:18%}
.ac2d-pos-operator-mid-right{right:10%;top:45%}
.ac2d-pos-operator-side-right{right:1%;top:31%}
.ac2d-pos-operator-mid-left{left:10%;top:42%}
.ac2d-pos-operator-bottom-left{left:14%;bottom:5%}
.ac2d-pos-operator-bottom-right{right:14%;bottom:5%}
.ac2d-pos-customer-front-left{left:4%;bottom:28%}
.ac2d-pos-customer-front-right{right:4%;bottom:28%}

.ac2d-pos-center-kiosk{left:50%;top:14%;transform:translateX(-50%);width:138px}
.ac2d-pos-center-kiosk:hover,.ac2d-pos-center-kiosk:focus{transform:translateX(-50%) translateY(-2px)}
.ac2d-pos-center-top{left:50%;top:1%;transform:translateX(-50%)}
.ac2d-pos-center-top:hover,.ac2d-pos-center-top:focus{transform:translateX(-50%) translateY(-2px)}
.ac2d-pos-center-lower-left{left:17%;top:50%}
.ac2d-pos-center-lower-right{right:17%;top:50%}
.ac2d-pos-center-side-right{right:3%;top:27%}
.ac2d-pos-center-bottom{left:50%;bottom:4%;transform:translateX(-50%)}
.ac2d-pos-center-bottom:hover,.ac2d-pos-center-bottom:focus{transform:translateX(-50%) translateY(-2px)}

.ac2d-pos-mobile-center{left:50%;top:18%;transform:translateX(-50%);width:136px}
.ac2d-pos-mobile-center:hover,.ac2d-pos-mobile-center:focus{transform:translateX(-50%) translateY(-2px)}
.ac2d-pos-mobile-left{left:10%;top:48%}
.ac2d-pos-mobile-right{right:10%;top:48%}
.ac2d-pos-mobile-bottom-left{left:17%;bottom:6%}
.ac2d-pos-mobile-bottom-right{right:17%;bottom:6%}

.ac2d-pdv-scene-self_checkout .ac2d-pdv-counter-base{left:34%;right:34%;height:135px;bottom:12%}
.ac2d-pdv-scene-self_checkout .ac2d-pdv-counter-top{left:30%;right:30%;bottom:47%}
.ac2d-pdv-scene-mobile .ac2d-pdv-counter-base{left:31%;right:31%;height:55px}
.ac2d-pdv-scene-mobile .ac2d-pdv-counter-top{left:27%;right:27%}

.ac2d-pdv-component-list{margin-top:12px;border-top:1px solid #d7e1da;padding-top:10px}
.ac2d-pdv-component-list>summary{cursor:pointer;font-size:11px;font-weight:850;color:#425048}
.ac2d-pdv-component-list .ac2d-pdv-slots{margin-top:10px}

.ac2d-pdv-scene-result{min-height:340px}
.ac2d-pdv-device-result{cursor:default}
.ac2d-pdv-device-result:hover{transform:none}
.ac2d-pdv-scene-result .ac2d-pos-operator-top-center:hover,
.ac2d-pdv-scene-result .ac2d-pos-center-kiosk:hover,
.ac2d-pdv-scene-result .ac2d-pos-center-top:hover,
.ac2d-pdv-scene-result .ac2d-pos-center-bottom:hover,
.ac2d-pdv-scene-result .ac2d-pos-mobile-center:hover{transform:translateX(-50%)}

@media(max-width:700px){
  .ac2d-pdv-scene{min-height:430px}
  .ac2d-pdv-device{width:102px;grid-template-columns:36px 1fr;padding:5px}
  .ac2d-pdv-device-visual{width:36px;height:36px}
  .ac2d-pdv-device-label strong{font-size:8px}
  .ac2d-pos-operator-top-right,.ac2d-pos-operator-mid-right{right:3%}
  .ac2d-pos-operator-mid-left{left:3%}
  .ac2d-pos-customer-front-left{left:1%}
  .ac2d-pos-customer-front-right{right:1%}
}


/* =========================================================
   V1.5.5 — organização e arraste do canvas de PDV
   ========================================================= */
.ac2d-pdv-model-actions{gap:8px}
.ac2d-pdv-model-actions .ac2d-btn{white-space:nowrap}
.ac2d-pdv-scene{min-height:390px}
.ac2d-pdv-device{width:112px;min-height:72px;z-index:4}
.ac2d-pdv-device.is-dragging{z-index:30;cursor:grabbing;box-shadow:0 14px 30px rgba(0,0,0,.18);opacity:.97}
.ac2d-pdv-device.is-custom-pos:hover,
.ac2d-pdv-device.is-custom-pos:focus{transform:none}
.ac2d-pdv-drag-tip{
  position:absolute;left:14px;top:14px;z-index:2;
  padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.86);
  color:#456253;font-size:10px;font-weight:700
}
.ac2d-pdv-component-list>summary::after{
  content:' • também pode abrir os componentes por aqui';
  color:#7c8b82;font-weight:400
}

/* Ajuste fino das posições padrão para evitar sobreposição */
.ac2d-pos-operator-top-center{left:50%;top:11%;transform:translateX(-50%)}
.ac2d-pos-operator-top-center:hover,.ac2d-pos-operator-top-center:focus{transform:translateX(-50%) translateY(-2px)}
.ac2d-pos-operator-mid-left{left:8%;top:41%}
.ac2d-pos-operator-bottom-left{left:15%;top:67%;bottom:auto}
.ac2d-pos-operator-top-right{right:11%;top:18%}
.ac2d-pos-operator-mid-right{right:11%;top:45%}
.ac2d-pos-operator-side-right{right:1%;top:30%}
.ac2d-pos-operator-bottom-right{right:15%;top:67%;bottom:auto}
.ac2d-pos-customer-front-left{left:5%;top:71%;bottom:auto}
.ac2d-pos-customer-front-right{right:3%;top:52%;bottom:auto}

.ac2d-pos-center-kiosk{left:50%;top:18%;transform:translateX(-50%);width:132px}
.ac2d-pos-center-kiosk:hover,.ac2d-pos-center-kiosk:focus{transform:translateX(-50%) translateY(-2px)}
.ac2d-pos-center-top{left:50%;top:4%;transform:translateX(-50%)}
.ac2d-pos-center-top:hover,.ac2d-pos-center-top:focus{transform:translateX(-50%) translateY(-2px)}
.ac2d-pos-center-lower-left{left:12%;top:50%}
.ac2d-pos-center-lower-right{right:12%;top:50%}
.ac2d-pos-center-side-right{right:2%;top:31%}
.ac2d-pos-center-bottom{left:50%;top:74%;bottom:auto;transform:translateX(-50%)}
.ac2d-pos-center-bottom:hover,.ac2d-pos-center-bottom:focus{transform:translateX(-50%) translateY(-2px)}

.ac2d-pos-mobile-center{left:50%;top:18%;transform:translateX(-50%);width:128px}
.ac2d-pos-mobile-center:hover,.ac2d-pos-mobile-center:focus{transform:translateX(-50%) translateY(-2px)}
.ac2d-pos-mobile-left{left:10%;top:51%}
.ac2d-pos-mobile-right{right:10%;top:51%}
.ac2d-pos-mobile-bottom-left{left:20%;top:73%;bottom:auto}
.ac2d-pos-mobile-bottom-right{right:20%;top:73%;bottom:auto}

.ac2d-pdv-scene-result .ac2d-pdv-drag-tip{display:none}

@media(max-width:760px){
  .ac2d-pdv-device{width:96px;min-height:68px}
  .ac2d-pdv-drag-tip{position:static;display:inline-block;margin:10px 10px 0}
  .ac2d-pdv-scene{padding-top:12px}
  .ac2d-pos-operator-mid-left{left:2%}
  .ac2d-pos-operator-top-right,.ac2d-pos-operator-mid-right{right:2%}
  .ac2d-pos-customer-front-left{left:1%}
  .ac2d-pos-customer-front-right{right:1%;top:58%}
}


/* =========================================================
   V1.5.6 — mapeamento operacional unificado
   ========================================================= */
.ac2d-mapping-section{
  margin:0 0 18px;
  padding:18px;
  border:1px solid #d4e2d9;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfefc,#f5faf7)
}
.ac2d-mapping-section + .ac2d-mapping-section{margin-top:18px}
.ac2d-mapping-head{margin-bottom:14px}
.ac2d-mapping-head h3{margin:2px 0 5px;font-size:21px}
.ac2d-mapping-head p{margin:0;color:var(--ac2d-muted);font-size:13px;line-height:1.55}
.ac2d-mapping-resources{background:#fff}
.ac2d-selected-item-sector{
  grid-template-columns:56px minmax(150px,1.2fr) minmax(150px,.8fr) auto 32px;
  align-items:center
}
.ac2d-selected-sector{display:flex;flex-direction:column;gap:3px}
.ac2d-selected-sector span{
  font-size:9px;font-weight:850;text-transform:uppercase;color:#66726b
}
.ac2d-selected-sector select{
  min-width:150px;padding:8px 9px;border:1px solid #ccd8d0;border-radius:9px;background:#fff
}
.ac2d-sector-card{
  position:relative;
  border-color:#cddbd2;
  background:#fff
}
.ac2d-sector-title span::after{
  content:' • recursos informados aqui alimentam o inventário automaticamente';
  color:#839087
}
@media(max-width:850px){
  .ac2d-selected-item-sector{
    grid-template-columns:48px 1fr auto;
  }
  .ac2d-selected-sector{
    grid-column:2 / -1;
    width:100%;
  }
  .ac2d-selected-sector select{width:100%}
}


/* =========================================================
   V1.5.7 — inventário integrado ao canvas de cada setor
   ========================================================= */
.ac2d-sector-card{
  overflow:hidden;
  transition:border-color .18s ease,box-shadow .18s ease
}
.ac2d-sector-card.is-target-sector{
  border-color:#00b85a;
  box-shadow:0 0 0 3px rgba(0,184,90,.09)
}
.ac2d-sector-canvas{
  margin:15px 0 12px;
  padding:14px;
  border:1px solid #cddbd2;
  border-radius:16px;
  background:
    linear-gradient(90deg,rgba(0,153,76,.035) 1px,transparent 1px),
    linear-gradient(rgba(0,153,76,.035) 1px,transparent 1px),
    #f7faf8;
  background-size:28px 28px
}
.ac2d-sector-canvas-head{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  margin-bottom:12px
}
.ac2d-sector-canvas-head>div{display:flex;flex-direction:column;gap:2px}
.ac2d-sector-canvas-head small{
  color:#00994c;font-size:9px;font-weight:900;letter-spacing:.08em
}
.ac2d-sector-canvas-head strong{font-size:16px}
.ac2d-sector-pdv-slot:empty{display:none}
.ac2d-sector-pdv-slot:not(:empty){
  margin-bottom:12px
}
.ac2d-sector-pdv-slot .ac2d-pdv-builder{
  margin:0;
  border-color:#bfd7c8;
  background:rgba(255,255,255,.92)
}
.ac2d-sector-inventory{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px
}
.ac2d-sector-inventory-empty{
  grid-column:1/-1;
  padding:16px;
  border:1px dashed #c7d6cc;
  border-radius:12px;
  color:#748078;
  font-size:12px;
  text-align:center;
  background:rgba(255,255,255,.7)
}
.ac2d-sector-inventory-card{
  position:relative;
  display:grid;
  grid-template-columns:58px 1fr 24px;
  gap:9px;
  align-items:center;
  padding:8px;
  border:1px solid #d2ded6;
  border-radius:12px;
  background:#fff
}
.ac2d-sector-inventory-photo{
  width:58px;height:52px;
  display:grid;place-items:center;
  border-radius:9px;overflow:hidden;background:#f5f8f6
}
.ac2d-sector-inventory-photo img{
  width:100%;height:100%;object-fit:contain;background:#fff
}
.ac2d-sector-inventory-copy{
  min-width:0;display:flex;flex-direction:column;gap:2px
}
.ac2d-sector-inventory-copy small{
  font-size:8px;font-weight:850;color:#00994c;text-transform:uppercase
}
.ac2d-sector-inventory-copy strong{
  font-size:11px;line-height:1.2
}
.ac2d-sector-inventory-copy em{
  font-size:10px;font-style:normal;color:#6c786f
}
.ac2d-sector-inventory-remove{
  width:24px;height:24px;border:0;border-radius:50%;
  background:#f1f4f2;color:#59665e;cursor:pointer;font-weight:900
}
.ac2d-sector-manual-field{
  margin-top:0
}
.ac2d-extra-catalog.is-sector-targeting{
  border-color:#00b85a;
  box-shadow:0 0 0 3px rgba(0,184,90,.08)
}
@media(max-width:760px){
  .ac2d-sector-canvas-head{align-items:flex-start;flex-direction:column}
  .ac2d-sector-inventory{grid-template-columns:1fr}
}


/* =========================================================
   V1.5.8 — canvas real de recursos por setor
   ========================================================= */
.ac2d-sector-canvas-head>div>span{
  margin-top:2px;
  color:#69766e;
  font-size:11px
}
.ac2d-sector-resource-stage{
  position:relative;
  min-height:330px;
  margin-top:10px;
  border:1px solid #cad7cf;
  border-radius:15px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(72,88,78,.05) 1px,transparent 1px),
    linear-gradient(rgba(72,88,78,.05) 1px,transparent 1px),
    linear-gradient(180deg,#f8faf9 0 68%,#dce2de 68% 100%);
  background-size:32px 32px,32px 32px,100% 100%
}
.ac2d-sector-stage-floor{
  position:absolute;
  left:0;right:0;bottom:0;height:32%;
  background:linear-gradient(180deg,rgba(0,0,0,.015),rgba(0,0,0,.035))
}
.ac2d-sector-stage-label{
  position:absolute;left:12px;top:10px;z-index:2;
  padding:5px 9px;border-radius:999px;
  background:#0c1b12;color:#fff;
  font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em
}
.ac2d-sector-inventory{
  position:absolute;
  inset:0;
  display:block;
}
.ac2d-sector-inventory-empty{
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  width:min(420px,80%);
  padding:18px;
  border:1px dashed #bfcfc4;
  border-radius:12px;
  background:rgba(255,255,255,.86);
  color:#718078;
  text-align:center;
  font-size:12px
}
.ac2d-sector-resource-card{
  position:absolute;
  z-index:4;
  width:190px;
  min-height:76px;
  display:grid;
  grid-template-columns:52px 1fr 24px;
  gap:8px;
  align-items:center;
  padding:7px;
  border:1px solid #cbd8d0;
  border-radius:12px;
  background:rgba(255,255,255,.97);
  box-shadow:0 8px 18px rgba(0,0,0,.09);
  cursor:grab;
  user-select:none;
  touch-action:none
}
.ac2d-sector-resource-card.is-dragging{
  z-index:30;
  cursor:grabbing;
  box-shadow:0 14px 30px rgba(0,0,0,.16)
}
.ac2d-sector-resource-card.is-manual{
  border-style:dashed;
  background:#fffdf5
}
.ac2d-sector-resource-photo{
  width:52px;height:52px;
  display:grid;place-items:center;
  border-radius:9px;overflow:hidden;
  background:#f2f6f3
}
.ac2d-sector-resource-photo img{
  width:100%;height:100%;object-fit:contain;background:#fff
}
.ac2d-sector-resource-photo b{
  font-size:22px;color:#00994c
}
.ac2d-sector-resource-copy{
  min-width:0;
  display:flex;flex-direction:column;gap:2px
}
.ac2d-sector-resource-copy small{
  font-size:7px;font-weight:900;color:#00994c;text-transform:uppercase
}
.ac2d-sector-resource-copy strong{
  font-size:10px;line-height:1.2
}
.ac2d-sector-resource-copy em{
  font-style:normal;font-size:9px;color:#707d75
}
.ac2d-sector-resource-remove{
  width:24px;height:24px;
  border:0;border-radius:50%;
  background:#eef2ef;color:#59675e;
  cursor:pointer;font-weight:900
}
.ac2d-sector-manual-inline{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  margin-top:10px
}
.ac2d-sector-manual-inline input{
  width:100%;
  padding:10px 11px;
  border:1px solid #ccd8d0;
  border-radius:10px
}
.ac2d-sector-pdv-slot:not(:empty){
  margin:12px 0 14px;
}
.ac2d-sector-pdv-slot .ac2d-pdv-builder{
  border:1px solid #bcd4c5;
  box-shadow:0 5px 16px rgba(0,0,0,.04)
}
@media(max-width:760px){
  .ac2d-sector-resource-stage{min-height:430px}
  .ac2d-sector-resource-card{width:150px;grid-template-columns:42px 1fr 20px}
  .ac2d-sector-resource-photo{width:42px;height:42px}
  .ac2d-sector-manual-inline{grid-template-columns:1fr}
}


/* =========================================================
   V1.5.9 — arquivo e exclusão definitiva de leads
   ========================================================= */
.ac2d-archive-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:14px 0 18px;
  padding:16px 18px;
  border:1px solid #d7e1da;
  border-radius:14px;
  background:#f8faf9
}
.ac2d-archive-summary>div{
  display:flex;
  flex-direction:column;
  gap:3px
}
.ac2d-archive-summary span{
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  color:#00994c
}
.ac2d-archive-summary strong{font-size:18px}
.ac2d-archive-summary p{
  margin:0;
  max-width:580px;
  color:#69756e;
  font-size:12px;
  line-height:1.5
}
.ac2d-lead-lifecycle{
  display:grid;
  gap:10px;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #dce5df
}
.ac2d-lead-lifecycle-form,
.ac2d-lead-delete-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:13px 14px;
  border:1px solid #d9e2dc;
  border-radius:12px;
  background:#f8faf9
}
.ac2d-lead-lifecycle-form>div,
.ac2d-lead-delete-form>div{
  display:flex;
  flex-direction:column;
  gap:3px
}
.ac2d-lead-lifecycle-form strong,
.ac2d-lead-delete-form strong{font-size:13px}
.ac2d-lead-lifecycle-form span,
.ac2d-lead-delete-form span{
  color:#68756d;
  font-size:11px;
  line-height:1.45
}
.ac2d-lead-delete-form{
  grid-template-columns:minmax(0,1fr) minmax(180px,.5fr) auto;
  border-color:#e5c1c1;
  background:#fff8f8
}
.ac2d-lead-delete-form label{
  display:flex;
  flex-direction:column;
  gap:4px
}
.ac2d-lead-delete-form input{
  padding:8px 9px;
  border:1px solid #d7b3b3;
  border-radius:8px;
  background:#fff
}
.ac2d-crm-btn.danger{
  background:#a92121!important;
  border-color:#a92121!important;
  color:#fff!important
}
.ac2d-crm-btn.danger:hover{background:#851818!important}
@media(max-width:850px){
  .ac2d-archive-summary{
    align-items:flex-start;
    flex-direction:column
  }
  .ac2d-lead-lifecycle-form,
  .ac2d-lead-delete-form{
    grid-template-columns:1fr
  }
}


/* =========================================================
   V1.6.0 — seletor gráfico de posição do setor
   ========================================================= */
.ac2d-sector-map-card{
  padding:12px;
  border:1px solid #cfddd4;
  border-radius:14px;
  background:#f8fbf9;
}
.ac2d-sector-map-head{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin-bottom:10px;
}
.ac2d-sector-map-head small{
  color:#00994c;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
}
.ac2d-sector-map-head strong{font-size:14px}
.ac2d-sector-map-head span{
  color:#6d786f;
  font-size:11px;
}
.ac2d-sector-map{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding:34px 8px 8px;
  border:1px dashed #cad7cf;
  border-radius:14px;
  background:
    linear-gradient(90deg,rgba(0,153,76,.05) 1px,transparent 1px),
    linear-gradient(rgba(0,153,76,.05) 1px,transparent 1px),
    #fff;
  background-size:34px 34px;
}
.ac2d-sector-map-entry{
  position:absolute;
  top:8px;
  left:50%;
  transform:translateX(-50%);
  padding:4px 8px;
  border-radius:999px;
  background:#0d1a13;
  color:#fff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}
.ac2d-sector-map-point{
  min-height:64px;
  padding:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid #d6e2db;
  border-radius:12px;
  background:#f7faf8;
  color:#243029;
  cursor:pointer;
  transition:.16s ease;
}
.ac2d-sector-map-point:hover{
  border-color:#00b35a;
  background:#f0fff6;
  transform:translateY(-1px);
}
.ac2d-sector-map-point.is-active{
  border-color:#00994c;
  background:linear-gradient(180deg,#effff6,#dff7e9);
  box-shadow:0 0 0 2px rgba(0,153,76,.08);
}
.ac2d-sector-map-point span{
  font-size:10px;
  font-weight:800;
  line-height:1.2;
}
.ac2d-sector-location-note{
  margin-top:10px;
}
@media(max-width:760px){
  .ac2d-sector-map-point{
    min-height:56px;
    padding:6px;
  }
  .ac2d-sector-map-point span{
    font-size:9px;
  }
}
