.pzf{
  --pzf-bg:#040910;
  --pzf-bg-2:#07111a;
  --pzf-card:#0a131d;
  --pzf-card-2:#0d1722;
  --pzf-line:rgba(255,255,255,.08);
  --pzf-line-strong:rgba(255,255,255,.13);
  --pzf-text:#f5f7fa;
  --pzf-text-2:#d8e0e8;
  --pzf-muted:#8fa0b1;
  --pzf-red:#ef2435;
  --pzf-red-hover:#ff3445;
  --pzf-blue:#3690ff;
  --pzf-green:#2fd26f;
  --pzf-purple:#8b44ff;
  --pzf-orange:#ff9b2f;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0;
  padding:0;
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:14px;
  line-height:1.5;
  color:var(--pzf-text);
  isolation:isolate;
}
.pzf,.pzf *,.pzf *::before,.pzf *::after{box-sizing:border-box}
.pzf h1,.pzf h2,.pzf h3,.pzf h4,.pzf p{margin-top:0}
.pzf a{text-decoration:none}
.pzf button,.pzf input,.pzf select{font:inherit}
.pzf button{appearance:none}
.pzf-app{position:relative;width:100%;min-width:0}

.pzf-shell-outer{
  position:relative;
  display:grid;
  grid-template-columns:248px minmax(0,1fr);
  width:100%;
  min-width:0;
  min-height:760px;
  overflow:hidden;
  border:1px solid var(--pzf-line);
  border-radius:22px;
  background:var(--pzf-bg);
}
.pzf-sidebar{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:18px 14px;
  background:#060d15;
  border-right:1px solid var(--pzf-line);
}
.pzf-logo{padding:6px 10px 18px;border-bottom:1px solid var(--pzf-line)}
.pzf-logo-image{
  display:block;
  width:100%;
  max-width:168px;
  height:auto;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.pzf-logo-wordmark{display:flex;align-items:flex-end;gap:2px;line-height:1}
.pzf-logo-wordmark span{font-size:29px;font-weight:800;letter-spacing:-.04em;color:var(--pzf-red);font-style:italic}
.pzf-logo-wordmark strong{font-size:25px;font-weight:800;letter-spacing:-.04em;color:#fff;font-style:italic}
.pzf-logo small{display:block;margin-top:8px;color:#aab7c4;font-size:10px;line-height:1.45}
.pzf-tabs{display:flex;flex-direction:column;gap:5px;padding-top:16px}
.pzf-tab{
  display:flex;
  align-items:center;
  gap:11px;
  width:100%;
  min-height:44px;
  padding:0 13px;
  border:1px solid transparent;
  border-radius:11px;
  background:transparent;
  color:#aebdca;
  text-align:left;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease;
}
.pzf-tab i{width:18px;flex:0 0 18px;text-align:center;color:#8fa0b1;font-size:15px}
.pzf-tab:hover{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.05);color:#fff}
.pzf-tab:hover i{color:#fff}
.pzf-tab.is-active{background:var(--pzf-red);border-color:var(--pzf-red);color:#fff}
.pzf-tab.is-active i{color:#fff}
.pzf-support-card{margin-top:auto;padding:15px;border:1px solid var(--pzf-line);border-radius:14px;background:#09121c}
.pzf-support-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:11px;border-radius:12px;background:rgba(239,36,53,.12);color:#ff5e6c;font-size:18px}
.pzf-support-copy strong,.pzf-support-copy span{display:block}
.pzf-support-copy strong{font-size:15px;line-height:1.25;color:#fff}
.pzf-support-copy span{margin-top:4px;color:var(--pzf-muted);font-size:12px}
.pzf-support-btn{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:13px;border-radius:10px;background:var(--pzf-red);color:#fff!important;font-size:12px;font-weight:700;transition:background-color .18s ease}
.pzf-support-btn:hover{background:var(--pzf-red-hover);color:#fff!important}
.pzf-sidebar-backdrop{display:none}

.pzf-main{display:flex;flex-direction:column;width:100%;min-width:0;background:var(--pzf-bg)}
.pzf-topbar{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  min-height:72px;
  padding:12px 22px;
  border-bottom:1px solid var(--pzf-line);
  background:#07101a;
}
.pzf-menu-btn{display:none;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border:1px solid var(--pzf-line);border-radius:11px;background:#0a141e;color:#fff;cursor:pointer}
.pzf-menu-btn i{font-size:21px}
.pzf-search{display:flex;align-items:center;gap:10px;min-width:0;max-width:520px;flex:1 1 360px;min-height:44px;padding:0 14px;border:1px solid var(--pzf-line);border-radius:11px;background:#0a141e}
.pzf-search i{flex:0 0 auto;color:#93a5b5;font-size:14px}
.pzf-search input{width:100%;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#dfe7ef!important;font-size:13px;padding:0!important;height:auto!important;min-height:0!important}
.pzf-search input::placeholder{color:#7f91a2;opacity:1}
.pzf-topbar-right{display:flex;align-items:center;gap:13px;min-width:0;margin-left:auto}
.pzf-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border:1px solid var(--pzf-line);border-radius:11px;background:#0a141e;color:#dce5ee;cursor:pointer}
.pzf-bell i{font-size:17px}
.pzf-badge-notify{position:absolute;top:-5px;right:-5px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border:2px solid #07101a;border-radius:999px;background:var(--pzf-red);font-size:9px;font-weight:700;color:#fff}
.pzf-account{display:flex;align-items:center;gap:10px;min-width:0}
.pzf-avatar{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:11px;background:#dce6f4;color:#1c2530;font-size:12px;font-weight:700}
.pzf-account-copy{min-width:0}
.pzf-account-copy strong,.pzf-account-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pzf-account-copy strong{max-width:150px;font-size:12px;line-height:1.2;color:#fff}
.pzf-account-copy span{max-width:150px;margin-top:3px;font-size:10px;color:#8597a8}
.pzf-account-caret{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex:0 0 26px;border:0;background:transparent;color:#aebbc7;cursor:pointer}

.pzf-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;min-width:0;padding:24px 24px 8px}
.pzf-hero-copy{min-width:0}
.pzf-hero-copy h2{margin:0;color:#fff;font-size:32px;line-height:1.15;letter-spacing:-.025em;font-weight:700}
.pzf-hero-copy p{margin:7px 0 0;color:#93a5b5;font-size:14px;line-height:1.5}
.pzf-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0;flex-wrap:wrap}
.pzf-period-dropdown{position:relative;min-width:0}
.pzf-period-current{display:inline-flex;align-items:center;gap:10px;width:auto;max-width:100%;min-width:278px;min-height:44px;padding:0 14px;border:1px solid var(--pzf-line);border-radius:11px;background:#0a141e;color:#e9eff5;cursor:pointer}
.pzf-period-current span{flex:1 1 auto;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}
.pzf-period-current i{flex:0 0 auto;color:#9aabba}
.pzf-period-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;display:none;min-width:180px;padding:7px;border:1px solid var(--pzf-line-strong);border-radius:12px;background:#0b141f;box-shadow:0 18px 45px rgba(0,0,0,.32)}
.pzf-period-dropdown:hover .pzf-period-menu,.pzf-period-dropdown:focus-within .pzf-period-menu{display:grid;gap:4px}
.pzf-period-option{display:block;padding:9px 10px;border-radius:8px;color:#c9d5df;font-size:12px}
.pzf-period-option:hover,.pzf-period-option.is-active{background:rgba(239,36,53,.12);color:#fff}
.pzf-report-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border:1px solid var(--pzf-red);border-radius:11px;background:var(--pzf-red);color:#fff;cursor:pointer;font-size:12px;font-weight:700;transition:background-color .18s ease,border-color .18s ease}
.pzf-report-btn:hover{background:var(--pzf-red-hover);border-color:var(--pzf-red-hover)}

.pzf-tab-content{width:100%;min-width:0;padding:16px 24px 24px}
.pzf-tab-panel{display:grid;gap:16px;width:100%;min-width:0;animation:pzfFade .18s ease}
.pzf-tab-panel[hidden]{display:none!important}
@keyframes pzfFade{from{opacity:.65;transform:translateY(3px)}to{opacity:1;transform:none}}
.pzf-panel{width:100%;min-width:0}
.pzf-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;min-width:0}
.pzf-panel-head h3{margin:0;color:#fff;font-size:22px;line-height:1.25;font-weight:650;letter-spacing:-.015em}
.pzf-panel-head p{margin:5px 0 0;color:#8799aa;font-size:12px}

.pzf-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:100%;min-width:0}
.pzf-stat-card{position:relative;min-width:0;min-height:154px;padding:17px;border:1px solid var(--pzf-line);border-radius:16px;background:var(--pzf-card);overflow:hidden}
.pzf-stat-top{display:flex;align-items:flex-start;gap:12px;min-width:0}
.pzf-stat-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;color:#fff;font-size:18px}
.pzf-stat-top>div:last-child{min-width:0}
.pzf-stat-card small{display:block;margin-bottom:5px;color:#aebac6;font-size:11px}
.pzf-stat-card strong{display:block;color:#fff;font-size:26px;line-height:1.1;font-weight:700;letter-spacing:-.025em}
.pzf-stat-bottom{display:grid;gap:2px;margin-top:15px;padding-right:80px}
.pzf-delta{display:inline-flex;align-items:center;gap:2px;width:max-content;font-size:12px;font-weight:700}
.pzf-delta.is-up{color:#3ce37d}.pzf-delta.is-down{color:#ff7171}
.pzf-stat-bottom span{color:#8597a8;font-size:10px;line-height:1.35}
.pzf-stat-chart{position:absolute;right:12px;bottom:13px;width:82px;height:44px;opacity:.9;pointer-events:none}
.pzf-spark{display:block;width:100%;height:100%}
.pzf-spark-area{fill:currentColor;opacity:.10}.pzf-spark-line{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.pzf-stat-card.is-blue{color:var(--pzf-blue)}.pzf-stat-card.is-green{color:var(--pzf-green)}.pzf-stat-card.is-purple{color:var(--pzf-purple)}.pzf-stat-card.is-orange{color:var(--pzf-orange)}
.pzf-stat-card.is-blue .pzf-stat-icon{background:rgba(54,144,255,.15)}.pzf-stat-card.is-green .pzf-stat-icon{background:rgba(47,210,111,.15)}.pzf-stat-card.is-purple .pzf-stat-icon{background:rgba(139,68,255,.15)}.pzf-stat-card.is-orange .pzf-stat-icon{background:rgba(255,155,47,.15)}

.pzf-main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr);gap:14px;width:100%;min-width:0}
.pzf-bottom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;min-width:0}
.pzf-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;min-width:0}
.pzf-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;width:100%;min-width:0}
.pzf-mini-card{min-width:0;padding:16px;border:1px solid var(--pzf-line);border-radius:14px;background:var(--pzf-card)}
.pzf-mini-card span,.pzf-mini-card strong{display:block;min-width:0;overflow-wrap:anywhere}
.pzf-mini-card span{color:#91a3b3;font-size:11px}
.pzf-mini-card strong{margin-top:6px;color:#fff;font-size:20px;line-height:1.25;font-weight:650}
.pzf-section{width:100%;min-width:0;padding:18px;border:1px solid var(--pzf-line);border-radius:16px;background:var(--pzf-card)}
.pzf-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0;margin-bottom:14px}
.pzf-section h3{margin:0;color:#fff;font-size:15px;line-height:1.3;font-weight:650}
.pzf-link-action{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:0;border:0;background:none;color:#ff5d6b;cursor:pointer;font-size:11px;font-weight:600}
.pzf-link-action:hover{color:#ff7580}

.pzf-lg-card{overflow-x:auto}
.pzf-bar-chart{display:grid;grid-template-columns:repeat(12,minmax(46px,1fr));gap:12px;align-items:end;width:100%;min-width:680px;height:240px;padding:8px 2px 0}
.pzf-bar-item{display:grid;gap:8px;align-items:end;justify-items:center;min-width:0}
.pzf-bar-col{position:relative;display:flex;align-items:flex-end;justify-content:center;width:100%;height:190px;padding-top:26px}
.pzf-bar-stick{width:70%;min-width:14px;max-width:32px;min-height:6px;border-radius:6px 6px 2px 2px;background:var(--pzf-red)}
.pzf-bar-value{position:absolute;top:2px;left:50%;transform:translateX(-50%);color:#8fa0b1;font-size:9px;white-space:nowrap}
.pzf-bar-item small{color:#aebdca;font-size:10px}

.pzf-donut-wrap{display:grid;grid-template-columns:minmax(150px,190px) minmax(0,1fr);gap:18px;align-items:center;min-width:0}
.pzf-donut{position:relative;display:grid;place-items:center;width:178px;height:178px;margin:0 auto;border-radius:50%}
.pzf-donut::after{content:"";position:absolute;inset:24px;border-radius:50%;background:#0e1722;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)}
.pzf-donut-center{position:relative;z-index:1;text-align:center}
.pzf-donut-center strong,.pzf-donut-center span{display:block}
.pzf-donut-center strong{font-size:29px;line-height:1;color:#fff;font-weight:700}
.pzf-donut-center span{margin-top:5px;color:#adbac7;font-size:11px}
.pzf-legend{display:grid;gap:10px;min-width:0}
.pzf-legend-item{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:9px;align-items:center;min-width:0;color:#dbe4ee;font-size:11px}
.pzf-dot{display:block;width:9px;height:9px;border-radius:999px;background:var(--pzf-dot)}
.pzf-legend-item strong{color:#fff;font-weight:650}
.pzf-legend-label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.pzf-progress-list,.pzf-bars{display:grid;gap:12px;min-width:0}
.pzf-progress-item{display:grid;grid-template-columns:minmax(110px,1fr) minmax(90px,1.3fr) 46px;gap:10px;align-items:center;min-width:0}
.pzf-progress-meta{display:flex;align-items:center;gap:9px;min-width:0;color:#dce5ee;font-size:11px}
.pzf-progress-meta span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pzf-miniicon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:#101b27;font-size:8px;font-weight:700;color:#fff;overflow:hidden}
.pzf-miniicon img{display:block!important;width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;object-fit:contain!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.pzf-miniicon-cdn{background:#101b27}
.pzf-miniicon-1{background:#122743}.pzf-miniicon-2{background:#10291f}.pzf-miniicon-3{background:#21183a}.pzf-miniicon-4{background:#322416}.pzf-miniicon-5{background:#1a2632}
.pzf-progress-bar,.pzf-track{position:relative;height:8px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}
.pzf-progress-bar span,.pzf-fill{position:absolute;left:0;top:0;bottom:0;border-radius:999px;background:var(--pzf-red)}
.pzf-fill.is-blue{background:var(--pzf-blue)}.pzf-fill.is-purple{background:var(--pzf-purple)}.pzf-fill.is-green{background:var(--pzf-green)}.pzf-fill.is-orange{background:var(--pzf-orange)}
.pzf-progress-value,.pzf-value{min-width:46px;text-align:right;color:#fff;font-size:10px;font-weight:700}
.pzf-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(100px,1.4fr) 48px;gap:10px;align-items:center;min-width:0}
.pzf-label{min-width:0;color:#dce5ee;font-size:11px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.pzf-label-icon{display:flex!important;align-items:center;gap:9px;overflow:visible!important}
.pzf-label-icon>span:last-child{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.pzf-table-wrap{width:100%;max-width:100%;overflow-x:auto;border:1px solid var(--pzf-line);border-radius:12px;background:#08111a;-webkit-overflow-scrolling:touch}
.pzf table{width:100%;min-width:680px;border-collapse:collapse;border-spacing:0;background:transparent!important;margin:0!important}
.pzf th,.pzf td{padding:12px 11px;border:0!important;border-bottom:1px solid rgba(255,255,255,.06)!important;text-align:left;vertical-align:middle;background:transparent}
.pzf th{background:#0d1721!important;color:#8fa3b4!important;text-transform:uppercase;letter-spacing:.045em;font-size:9px;font-weight:700;white-space:nowrap}
.pzf td{color:#dce5ee!important;font-size:11px;line-height:1.45}
.pzf tr:last-child td{border-bottom:0!important}
.pzf td strong{color:#fff;font-weight:600}
.pzf-path{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#90a4b5;font-size:10px}
.pzf-count{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:26px;padding:0 8px;border-radius:999px;background:rgba(239,36,53,.12);color:#ffc7cd;font-weight:700;font-size:10px}
.pzf-empty{margin:0;color:#8fa1b2;font-size:12px}
.pzf-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid var(--pzf-red);border-radius:11px;background:var(--pzf-red);color:#fff!important;font-size:12px;font-weight:700;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}
.pzf-btn:hover{background:var(--pzf-red-hover);border-color:var(--pzf-red-hover);color:#fff!important}

.pzf-login{width:min(100%,460px);margin:42px auto;padding:28px;border:1px solid var(--pzf-line);border-radius:18px;background:#08111a;color:#fff}
.pzf-login-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.pzf-login-logo-image{
  display:block;
  width:190px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.pzf-login-mark{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:11px;background:var(--pzf-red);color:#fff;font-weight:800}
.pzf-login-brand strong{font-size:15px;color:#fff}
.pzf-login h2{margin:0 0 7px;color:#fff;font-size:24px;line-height:1.2;font-weight:650}
.pzf-login>p{margin:0 0 20px;color:#93a5b5;font-size:12px}
.pzf-field{display:grid;gap:6px;margin-bottom:14px}
.pzf-field label{color:#b8c5d0;font-size:11px;font-weight:600}
.pzf-field input{width:100%;height:44px!important;min-height:44px!important;padding:0 13px!important;border:1px solid var(--pzf-line-strong)!important;border-radius:10px!important;outline:0!important;box-shadow:none!important;background:#0b151f!important;color:#fff!important;font-size:12px!important}
.pzf-field input:focus{border-color:rgba(239,36,53,.75)!important;box-shadow:0 0 0 3px rgba(239,36,53,.10)!important}
.pzf-login-remember{display:flex;align-items:center;gap:8px;margin:10px 0 18px;color:#aab8c5;font-size:11px}
.pzf-login .pzf-btn{width:100%}
.pzf-login-footer{margin-top:16px;text-align:center}
.pzf-login-footer a{color:#b8c5d0;font-size:11px}
.pzf-login-footer a:hover{color:#fff}
.pzf-error{margin:0 0 16px;padding:10px 12px;border:1px solid rgba(239,36,53,.26);border-radius:10px;background:rgba(239,36,53,.08);color:#ffb8bf;font-size:11px}

@media (max-width:1280px){
  .pzf-shell-outer{grid-template-columns:224px minmax(0,1fr)}
  .pzf-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pzf-main-grid{grid-template-columns:1fr}
  .pzf-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pzf-bottom-grid>.pzf-section:last-child{grid-column:1/-1}
}
@media (max-width:1024px){
  .pzf-shell-outer{grid-template-columns:1fr;min-height:680px;overflow:hidden}
  .pzf-menu-btn{display:inline-flex}
  .pzf-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:10002;width:min(82vw,270px);padding:18px 14px;transform:translateX(-105%);transition:transform .22s ease;box-shadow:12px 0 38px rgba(0,0,0,.34);overflow-y:auto}
  .pzf.is-sidebar-open .pzf-sidebar{transform:translateX(0)}
  .pzf-sidebar-backdrop{position:fixed;inset:0;z-index:10001;display:block;background:rgba(0,0,0,.58);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
  .pzf.is-sidebar-open .pzf-sidebar-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  .pzf-topbar{padding:12px 16px}
  .pzf-hero{padding:20px 18px 6px}
  .pzf-tab-content{padding:14px 18px 18px}
  .pzf-donut-wrap{grid-template-columns:1fr}
  .pzf-donut{width:160px;height:160px}
}
@media (max-width:820px){
  .pzf-search{display:none}
  .pzf-hero{align-items:flex-start;flex-direction:column}
  .pzf-hero-actions{width:100%;justify-content:flex-start}
  .pzf-period-dropdown{flex:1 1 250px}
  .pzf-period-current{width:100%;min-width:0}
  .pzf-two,.pzf-mini-grid,.pzf-bottom-grid{grid-template-columns:1fr}
  .pzf-bottom-grid>.pzf-section:last-child{grid-column:auto}
  .pzf-progress-item{grid-template-columns:minmax(100px,1fr) minmax(80px,1fr) 44px}
}
@media (max-width:640px){
  .pzf-shell-outer{border-radius:14px}
  .pzf-topbar{gap:9px;padding:10px 12px;min-height:62px}
  .pzf-topbar-right{gap:8px}
  .pzf-account-copy,.pzf-account-caret{display:none}
  .pzf-avatar,.pzf-bell,.pzf-menu-btn{width:38px;height:38px;flex-basis:38px;border-radius:10px}
  .pzf-hero{padding:18px 14px 4px}
  .pzf-hero-copy h2{font-size:25px}
  .pzf-hero-copy p{font-size:12px}
  .pzf-hero-actions{display:grid;grid-template-columns:1fr;width:100%;gap:8px}
  .pzf-period-dropdown,.pzf-report-btn{width:100%}
  .pzf-period-current,.pzf-report-btn{width:100%;min-width:0}
  .pzf-tab-content{padding:12px 14px 16px}
  .pzf-stat-grid{grid-template-columns:1fr;gap:10px}
  .pzf-stat-card{min-height:140px;padding:15px}
  .pzf-section,.pzf-mini-card{padding:14px;border-radius:13px}
  .pzf-panel-head h3{font-size:19px}
  .pzf-row,.pzf-progress-item{grid-template-columns:minmax(0,1fr) 42px;gap:7px}
  .pzf-track,.pzf-progress-bar{grid-column:1/-1;grid-row:2}
  .pzf-value,.pzf-progress-value{min-width:42px}
  .pzf-progress-meta{font-size:10px}
  .pzf-bar-chart{min-width:610px;height:220px}
  .pzf-bar-col{height:170px}
  .pzf-login{margin:18px auto;padding:20px;border-radius:14px}
}
@media (max-width:420px){
  .pzf-tab-content{padding-left:10px;padding-right:10px}
  .pzf-hero{padding-left:10px;padding-right:10px}
  .pzf-stat-bottom{padding-right:68px}
  .pzf-stat-chart{width:68px}
  .pzf-section-head{align-items:center}
  .pzf-link-action{font-size:10px}
}

/* --------------------------------------------------------------------------
   Compatibilidade com temas / Elementor
   Mantém a estrutura do dashboard imune a estilos globais agressivos.
   -------------------------------------------------------------------------- */
.pzf.pzf-app > .pzf-shell-outer{
  display:grid!important;
  grid-template-columns:248px minmax(0,1fr)!important;
  grid-template-rows:minmax(0,1fr)!important;
  align-items:stretch!important;
}
.pzf .pzf-shell-outer > .pzf-sidebar{
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
}
.pzf .pzf-shell-outer > .pzf-main{
  grid-column:2!important;
  grid-row:1!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.pzf .pzf-sidebar-backdrop{
  display:none!important;
  position:fixed!important;
  inset:0!important;
  z-index:10001!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:rgba(0,0,0,.58)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.pzf .pzf-topbar{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.pzf .pzf-hero{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.pzf .pzf-tab-content{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.pzf .pzf-tab-panel:not([hidden]){display:grid!important}
.pzf .pzf-tab-panel[hidden],.pzf [hidden]{display:none!important}

/* Reset apenas dos controles do plugin. Alguns temas aplicam borda/cor/display
   em todos os buttons com !important. */
.pzf button{
  margin:0!important;
  box-shadow:none!important;
  text-transform:none!important;
  letter-spacing:normal!important;
}
.pzf .pzf-tab{
  display:flex!important;
  width:100%!important;
  padding:0 13px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  background:transparent!important;
  color:#aebdca!important;
}
.pzf .pzf-tab:hover{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.05)!important;
  color:#fff!important;
}
.pzf .pzf-tab.is-active{
  background:var(--pzf-red)!important;
  border-color:var(--pzf-red)!important;
  color:#fff!important;
}
.pzf .pzf-menu-btn{
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  padding:0!important;
  border:1px solid var(--pzf-line)!important;
  border-radius:11px!important;
  background:#0a141e!important;
  color:#fff!important;
}
.pzf .pzf-bell{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  padding:0!important;
  border:1px solid var(--pzf-line)!important;
  border-radius:11px!important;
  background:#0a141e!important;
  color:#fff!important;
}
.pzf .pzf-account-caret{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  min-height:26px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#aebbc7!important;
}
.pzf .pzf-period-current{
  display:inline-flex!important;
  align-items:center!important;
  min-height:44px!important;
  padding:0 14px!important;
  border:1px solid var(--pzf-line)!important;
  border-radius:11px!important;
  background:#0a141e!important;
  color:#e9eff5!important;
}
.pzf .pzf-report-btn,
.pzf .pzf-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 17px!important;
  border:1px solid var(--pzf-red)!important;
  border-radius:11px!important;
  background:var(--pzf-red)!important;
  color:#fff!important;
}
.pzf .pzf-link-action{
  display:inline-flex!important;
  align-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#ff5d6b!important;
}
.pzf .pzf-tab-panel,
.pzf .pzf-section,
.pzf .pzf-stat-card,
.pzf .pzf-mini-card{
  max-width:none!important;
}
.pzf .pzf-stat-grid,
.pzf .pzf-main-grid,
.pzf .pzf-bottom-grid,
.pzf .pzf-two,
.pzf .pzf-mini-grid{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}

@media (max-width:1280px){
  .pzf.pzf-app > .pzf-shell-outer{grid-template-columns:224px minmax(0,1fr)!important}
}
@media (max-width:1024px){
  .pzf .pzf-menu-btn{display:inline-flex!important}
  .pzf.pzf-app > .pzf-shell-outer{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:minmax(0,1fr)!important;
  }
  .pzf .pzf-shell-outer > .pzf-main{
    grid-column:1!important;
    grid-row:1!important;
  }
  .pzf .pzf-shell-outer > .pzf-sidebar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .pzf .pzf-sidebar-backdrop{
    display:block!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .pzf.is-sidebar-open .pzf-sidebar-backdrop{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}

@media print{
  .pzf{color:#111!important}
  .pzf-sidebar,.pzf-sidebar-backdrop,.pzf-topbar,.pzf-hero-actions,.pzf-link-action{display:none!important}
  .pzf-shell-outer{display:block!important;min-height:0!important;border:0!important;background:#fff!important;overflow:visible!important}
  .pzf-main,.pzf-section,.pzf-stat-card,.pzf-mini-card{background:#fff!important;color:#111!important;border-color:#ddd!important}
  .pzf h2,.pzf h3,.pzf strong,.pzf td{color:#111!important}
  .pzf-tab-panel[hidden]{display:none!important}
}

html.pzf-menu-lock,html.pzf-menu-lock body{overflow:hidden!important}

.pzf-md-card{min-width:0}


/* --------------------------------------------------------------------------
   v1.4.5 — cantos retos + sidebar fixa no desktop
   -------------------------------------------------------------------------- */

/* Estrutura retangular: preserva círculos funcionais como donut, dots e badge. */
.pzf .pzf-shell-outer,
.pzf .pzf-tab,
.pzf .pzf-support-card,
.pzf .pzf-support-icon,
.pzf .pzf-support-btn,
.pzf .pzf-menu-btn,
.pzf .pzf-search,
.pzf .pzf-bell,
.pzf .pzf-avatar,
.pzf .pzf-period-current,
.pzf .pzf-period-menu,
.pzf .pzf-period-option,
.pzf .pzf-report-btn,
.pzf .pzf-stat-card,
.pzf .pzf-stat-icon,
.pzf .pzf-mini-card,
.pzf .pzf-section,
.pzf .pzf-bar-stick,
.pzf .pzf-miniicon,
.pzf .pzf-progress-bar,
.pzf .pzf-progress-bar span,
.pzf .pzf-track,
.pzf .pzf-fill,
.pzf .pzf-table-wrap,
.pzf .pzf-count,
.pzf .pzf-btn,
.pzf .pzf-login,
.pzf .pzf-login-mark,
.pzf .pzf-field input,
.pzf .pzf-error{
  border-radius:0!important;
}

/* Sidebar permanece visível enquanto o usuário rola o dashboard. */
@media (min-width:1025px){
  .pzf.pzf-app > .pzf-shell-outer{
    overflow:visible!important;
    align-items:start!important;
  }
  .pzf .pzf-shell-outer > .pzf-sidebar{
    position:sticky!important;
    top:0!important;
    align-self:start!important;
    height:100vh!important;
    max-height:100vh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
  }
  .pzf .pzf-shell-outer > .pzf-main{
    min-height:100vh!important;
  }
  body.admin-bar .pzf .pzf-shell-outer > .pzf-sidebar{
    top:32px!important;
    height:calc(100vh - 32px)!important;
    max-height:calc(100vh - 32px)!important;
  }
}

@media (max-width:782px){
  body.admin-bar .pzf .pzf-shell-outer > .pzf-sidebar{
    top:46px!important;
    bottom:0!important;
    height:auto!important;
    max-height:none!important;
  }
}

/* --------------------------------------------------------------------------
   v1.4.6 — cards arredondados + avatar circular
   -------------------------------------------------------------------------- */

/* Os controles permanecem retos, mas os blocos de conteúdo voltam a ter
   cantos arredondados para separar visualmente cada grupo do dashboard. */
.pzf .pzf-support-card{
  border-radius:14px!important;
}
.pzf .pzf-stat-card{
  border-radius:16px!important;
}
.pzf .pzf-mini-card{
  border-radius:14px!important;
}
.pzf .pzf-section{
  border-radius:16px!important;
}
.pzf .pzf-table-wrap{
  border-radius:12px!important;
}
.pzf .pzf-login{
  border-radius:18px!important;
}

/* Avatar/foto do perfil sempre perfeitamente redondo. */
.pzf .pzf-avatar{
  border-radius:50%!important;
  overflow:hidden!important;
}
.pzf .pzf-avatar img,
.pzf .pzf-avatar picture,
.pzf .pzf-avatar picture img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  object-fit:cover!important;
  box-shadow:none!important;
}

@media (max-width:640px){
  .pzf .pzf-stat-card,
  .pzf .pzf-section{
    border-radius:14px!important;
  }
  .pzf .pzf-mini-card,
  .pzf .pzf-support-card{
    border-radius:12px!important;
  }
}

/* v1.4.7 — logo oficial ZommNet Telecom no menu lateral e login */

/* --------------------------------------------------------------------------
   v1.4.8 — scrollbar lateral invisível + atalhos Bootstrap Icons na top bar
   -------------------------------------------------------------------------- */

/* A sidebar continua com rolagem vertical, porém sem exibir a barra de scroll. */
.pzf .pzf-shell-outer > .pzf-sidebar{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -ms-overflow-style:none!important;
  scrollbar-width:none!important;
}
.pzf .pzf-shell-outer > .pzf-sidebar::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
  background:transparent!important;
}

.pzf .pzf-quick-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex:0 0 auto!important;
}
.pzf .pzf-topbar-action{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  flex:0 0 40px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--pzf-line)!important;
  border-radius:0!important;
  background:#0a141e!important;
  color:#dce5ee!important;
  text-decoration:none!important;
  box-shadow:none!important;
  cursor:pointer!important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease!important;
}
.pzf .pzf-topbar-action i{
  display:block!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1!important;
  color:inherit!important;
}
.pzf .pzf-topbar-action:hover,
.pzf .pzf-topbar-action:focus-visible,
.pzf .pzf-topbar-action.is-active{
  border-color:var(--pzf-red)!important;
  background:var(--pzf-red)!important;
  color:#fff!important;
  outline:0!important;
}

@media (max-width:640px){
  .pzf .pzf-quick-actions{gap:6px!important}
  .pzf .pzf-topbar-action{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    flex-basis:38px!important;
  }
  .pzf .pzf-topbar-action i{font-size:17px!important}
}

@media (max-width:420px){
  .pzf .pzf-topbar-right{gap:6px!important}
  .pzf .pzf-quick-actions{gap:5px!important}
}


/* --------------------------------------------------------------------------
   v1.4.9 — ícones circulares + Analytics em tempo real
   -------------------------------------------------------------------------- */

/* Ícones dos quatro cards principais: perfeitamente circulares. */
.pzf .pzf-stat-icon{
  border-radius:50%!important;
  overflow:hidden!important;
}

.pzf .pzf-realtime{
  display:grid;
  gap:14px;
  width:100%;
  min-width:0;
}
.pzf .pzf-live-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  min-width:0;
  padding:14px 16px;
  border:1px solid var(--pzf-line);
  border-radius:14px;
  background:#08121c;
}
.pzf .pzf-live-toolbar>div:first-child{min-width:0}
.pzf .pzf-live-toolbar p{
  margin:5px 0 0;
  color:#8fa0b1;
  font-size:11px;
  line-height:1.45;
}
.pzf .pzf-live-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.pzf .pzf-live-badge i{
  color:#2fd26f;
  font-size:15px;
  animation:pzfLivePulse 1.8s ease-in-out infinite;
}
.pzf .pzf-live-updated{
  display:flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
  color:#91a3b3;
  font-size:10px;
  white-space:nowrap;
}
.pzf .pzf-live-updated i{color:#8fa0b1;font-size:14px}
.pzf .pzf-realtime.is-live-loading .pzf-live-updated i{animation:pzfLiveSpin .85s linear infinite}
.pzf .pzf-realtime.has-live-error .pzf-live-updated,
.pzf .pzf-realtime.has-live-error .pzf-live-updated i{color:#ff7171}
@keyframes pzfLiveSpin{to{transform:rotate(360deg)}}
@keyframes pzfLivePulse{0%,100%{opacity:.5}50%{opacity:1}}

.pzf .pzf-live-stat-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  width:100%;
  min-width:0;
}
.pzf .pzf-live-stat{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
  min-height:104px;
  padding:15px;
  border:1px solid var(--pzf-line);
  border-radius:16px;
  background:var(--pzf-card);
}
.pzf .pzf-live-stat>div:last-child{min-width:0}
.pzf .pzf-live-stat-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  min-width:48px;
  flex:0 0 48px;
  border-radius:50%!important;
  color:#fff;
  font-size:19px;
}
.pzf .pzf-live-stat span,
.pzf .pzf-live-stat strong,
.pzf .pzf-live-stat small{display:block;min-width:0}
.pzf .pzf-live-stat span{color:#aebac6;font-size:11px}
.pzf .pzf-live-stat strong{margin-top:2px;color:#fff;font-size:25px;line-height:1.08;font-weight:700}
.pzf .pzf-live-stat small{margin-top:4px;color:#7f91a2;font-size:9px}
.pzf .pzf-live-stat.is-green .pzf-live-stat-icon{background:rgba(47,210,111,.15);color:#49e187}
.pzf .pzf-live-stat.is-blue .pzf-live-stat-icon{background:rgba(54,144,255,.15);color:#62a8ff}
.pzf .pzf-live-stat.is-purple .pzf-live-stat-icon{background:rgba(139,68,255,.15);color:#a277ff}
.pzf .pzf-live-stat.is-orange .pzf-live-stat-icon{background:rgba(255,155,47,.15);color:#ffb258}

.pzf .pzf-live-chart-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(310px,.75fr);
  gap:14px;
  width:100%;
  min-width:0;
}
.pzf .pzf-live-chart-grid-bottom{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
.pzf .pzf-live-wide{min-width:0;overflow:hidden}
.pzf .pzf-live-subtitle{
  margin:4px 0 0!important;
  color:#8294a5!important;
  font-size:10px!important;
  font-weight:400!important;
}
.pzf .pzf-live-legend{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
  min-width:0;
}
.pzf .pzf-live-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#9bacbb;
  font-size:9px;
  white-space:nowrap;
}
.pzf .pzf-live-legend span::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#8fa0b1;
}
.pzf .pzf-live-legend .is-blue::before{background:#3690ff}
.pzf .pzf-live-legend .is-purple::before{background:#8b44ff}
.pzf .pzf-live-legend .is-orange::before{background:#ff9b2f}

.pzf .pzf-live-chart{
  width:100%;
  min-width:0;
  height:290px;
  overflow:hidden;
}
.pzf .pzf-live-svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.pzf .pzf-live-grid-line{stroke:rgba(255,255,255,.075);stroke-width:1}
.pzf .pzf-live-axis-text{fill:#718496;font-family:"Poppins",sans-serif;font-size:9px}
.pzf .pzf-live-series-line{
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.pzf .pzf-live-series-dot{stroke:#0a131d;stroke-width:2;vector-effect:non-scaling-stroke}
.pzf .pzf-live-loading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:120px;
  color:#7f91a2;
  font-size:11px;
}
.pzf .pzf-live-loading i{font-size:13px}

.pzf .pzf-live-donut-host{min-height:260px}
.pzf .pzf-live-donut-wrap{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:17px;
  align-items:center;
  min-height:250px;
}
.pzf .pzf-live-donut{
  position:relative;
  display:grid;
  place-items:center;
  width:144px;
  height:144px;
  margin:auto;
  border-radius:50%;
}
.pzf .pzf-live-donut::after{
  content:"";
  position:absolute;
  inset:21px;
  border-radius:50%;
  background:#0d1722;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}
.pzf .pzf-live-donut-center{position:relative;z-index:2;text-align:center}
.pzf .pzf-live-donut-center strong,
.pzf .pzf-live-donut-center span{display:block}
.pzf .pzf-live-donut-center strong{color:#fff;font-size:24px;line-height:1;font-weight:700}
.pzf .pzf-live-donut-center span{margin-top:5px;color:#8fa0b1;font-size:9px}
.pzf .pzf-live-device-legend{display:grid;gap:9px;min-width:0}
.pzf .pzf-live-device-item{
  display:grid;
  grid-template-columns:32px minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
  min-width:0;
}
.pzf .pzf-live-device-icon{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:color-mix(in srgb,var(--pzf-live-color) 14%,transparent);
  color:var(--pzf-live-color);
  font-size:13px;
}
@supports not (background:color-mix(in srgb,#fff 10%,transparent)){
  .pzf .pzf-live-device-icon{background:#101b27}
}
.pzf .pzf-live-device-copy{min-width:0}
.pzf .pzf-live-device-copy span,
.pzf .pzf-live-device-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pzf .pzf-live-device-copy span{color:#dce5ee;font-size:10px}
.pzf .pzf-live-device-copy small{margin-top:2px;color:#718496;font-size:8px}
.pzf .pzf-live-device-item>strong{color:#fff;font-size:10px;font-weight:700}

.pzf .pzf-live-bars{display:grid;gap:13px;min-width:0}
.pzf .pzf-live-source-row{
  display:grid;
  grid-template-columns:minmax(120px,.9fr) minmax(100px,1.35fr) 42px;
  gap:10px;
  align-items:center;
  min-width:0;
}
.pzf .pzf-live-source-meta{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  color:#dce5ee;
  font-size:10px;
}
.pzf .pzf-live-source-meta>span:last-child{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pzf .pzf-live-source-icon{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:50%;
  background:#101b27;
  color:#cbd6df;
  font-size:12px;
}
.pzf .pzf-live-source-track{
  position:relative;
  height:7px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.06);
}
.pzf .pzf-live-source-fill{
  position:absolute;
  inset:0 auto 0 0;
  min-width:3px;
  border-radius:999px;
  background:var(--pzf-red);
  transition:width .25s ease;
}
.pzf .pzf-live-source-row>strong{text-align:right;color:#fff;font-size:10px;font-weight:700}

.pzf .pzf-live-feed{
  display:grid;
  gap:0;
  max-height:340px;
  overflow-y:auto;
  overflow-x:hidden;
  -ms-overflow-style:none;
  scrollbar-width:none;
}
.pzf .pzf-live-feed::-webkit-scrollbar{width:0;height:0;display:none}
.pzf .pzf-live-feed-row{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  align-items:center;
  min-width:0;
  padding:9px 0;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.pzf .pzf-live-feed-row:first-child{padding-top:0}
.pzf .pzf-live-feed-row:last-child{padding-bottom:0;border-bottom:0}
.pzf .pzf-live-feed-icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:rgba(54,144,255,.13);
  color:#62a8ff;
  font-size:13px;
}
.pzf .pzf-live-feed-icon.is-purple{background:rgba(139,68,255,.13);color:#a277ff}
.pzf .pzf-live-feed-icon.is-orange{background:rgba(255,155,47,.13);color:#ffb258}
.pzf .pzf-live-feed-copy{min-width:0}
.pzf .pzf-live-feed-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.pzf .pzf-live-feed-top strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#eaf0f5;font-size:10px;font-weight:600}
.pzf .pzf-live-feed-top time{flex:0 0 auto;color:#718496;font-size:8px}
.pzf .pzf-live-feed-copy>span{display:block;margin-top:3px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7f91a2;font-size:8px}

@media (max-width:1280px){
  .pzf .pzf-live-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pzf .pzf-live-chart-grid{grid-template-columns:1fr}
  .pzf .pzf-live-chart-grid-bottom{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .pzf .pzf-live-chart-grid-bottom{grid-template-columns:1fr}
  .pzf .pzf-live-toolbar{align-items:flex-start;flex-direction:column}
  .pzf .pzf-live-updated{white-space:normal}
  .pzf .pzf-live-legend{justify-content:flex-start}
  .pzf .pzf-live-donut-wrap{grid-template-columns:1fr}
  .pzf .pzf-live-device-legend{width:min(100%,420px);margin:0 auto}
}
@media (max-width:640px){
  .pzf .pzf-live-stat-grid{grid-template-columns:1fr;gap:10px}
  .pzf .pzf-live-stat{min-height:94px;padding:13px;border-radius:14px}
  .pzf .pzf-live-stat-icon{width:44px;height:44px;min-width:44px;flex-basis:44px}
  .pzf .pzf-live-chart{height:250px;overflow-x:auto}
  .pzf .pzf-live-svg{min-width:650px}
  .pzf .pzf-live-source-row{grid-template-columns:minmax(0,1fr) 40px}
  .pzf .pzf-live-source-track{grid-column:1/-1;grid-row:2}
  .pzf .pzf-live-toolbar{padding:12px 13px;border-radius:12px}
}

/* --------------------------------------------------------------------------
   v1.5.0 — caixa de entrada de formulários + status WhatsApp
   -------------------------------------------------------------------------- */
.pzf .pzf-form-section{display:block!important}
.pzf .pzf-form-count{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border:1px solid rgba(239,36,53,.34);border-radius:999px;background:rgba(239,36,53,.08);color:#ff5360;font-size:11px;font-weight:700}
.pzf .pzf-form-inbox{display:grid;gap:12px;min-width:0}
.pzf .pzf-form-message{min-width:0;padding:16px;border:1px solid var(--pzf-line);border-radius:14px;background:#09131d}
.pzf .pzf-form-message-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.pzf .pzf-form-message-title{display:flex;align-items:center;gap:10px;min-width:0}
.pzf .pzf-form-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border:1px solid rgba(239,36,53,.28);border-radius:50%;background:rgba(239,36,53,.08);color:#ff5360}
.pzf .pzf-form-avatar i{font-size:16px;line-height:1}
.pzf .pzf-form-message-title>div:last-child{min-width:0}
.pzf .pzf-form-message-title strong{display:block;overflow:hidden;color:#fff;font-size:13px;font-weight:650;white-space:nowrap;text-overflow:ellipsis}
.pzf .pzf-form-message-title span{display:block;margin-top:3px;overflow:hidden;color:#8496a7;font-size:10px;white-space:nowrap;text-overflow:ellipsis}
.pzf .pzf-wa-status{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 9px;border-radius:999px;font-size:9px;font-weight:700;white-space:nowrap}
.pzf .pzf-wa-status.is-sent{background:rgba(37,211,102,.12);color:#52df86}.pzf .pzf-wa-status.is-failed{background:rgba(239,36,53,.12);color:#ff6672}.pzf .pzf-wa-status.is-pending{background:rgba(255,182,48,.12);color:#ffc45e}.pzf .pzf-wa-status.is-not_configured,.pzf .pzf-wa-status.is-disabled{background:rgba(143,161,178,.1);color:#9badbc}
.pzf .pzf-form-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:11px}
.pzf .pzf-form-contact-grid>div{min-width:0;padding:10px 11px;border:1px solid var(--pzf-line);border-radius:10px;background:#071019}
.pzf .pzf-form-contact-grid span,.pzf .pzf-form-message-body>span,.pzf .pzf-form-field span{display:flex;align-items:center;gap:5px;margin-bottom:5px;color:#75899b;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.pzf .pzf-form-contact-grid strong{display:block;overflow-wrap:anywhere;color:#dce5ed;font-size:10px;font-weight:600;line-height:1.45}
.pzf .pzf-form-message-body{padding:12px 13px;border-left:3px solid var(--pzf-red);border-radius:0 10px 10px 0;background:#071019}
.pzf .pzf-form-message-body p{margin:0;color:#c9d5df;font-size:11px;line-height:1.65;overflow-wrap:anywhere}
.pzf .pzf-form-details{margin-top:11px}
.pzf .pzf-form-details summary{display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:#9fb0bf;font-size:10px;font-weight:650;list-style:none}
.pzf .pzf-form-details summary::-webkit-details-marker{display:none}
.pzf .pzf-form-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}
.pzf .pzf-form-field{min-width:0;padding:9px 10px;border:1px solid var(--pzf-line);border-radius:9px;background:#071019}
.pzf .pzf-form-field strong{display:block;color:#cbd7e0;font-size:10px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}
.pzf .pzf-form-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}
.pzf .pzf-form-wa-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid rgba(37,211,102,.28);border-radius:9px;background:rgba(37,211,102,.1);color:#62e293!important;text-decoration:none!important;font-size:9px;font-weight:700}
.pzf .pzf-form-wa-btn:hover{border-color:#25d366;background:#25d366;color:#071019!important}
.pzf .pzf-form-error{max-width:100%;color:#ff7782;font-size:9px;line-height:1.45;overflow-wrap:anywhere}
.pzf .pzf-form-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;padding:24px;border:1px dashed rgba(143,161,178,.22);border-radius:13px;text-align:center;background:#08111a}
.pzf .pzf-form-empty-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:10px;border-radius:50%;background:rgba(239,36,53,.09);color:#ff5360}
.pzf .pzf-form-empty-icon i{font-size:18px}.pzf .pzf-form-empty strong{color:#eaf0f5;font-size:12px}.pzf .pzf-form-empty span{max-width:360px;margin-top:5px;color:#8194a5;font-size:10px;line-height:1.55}
@media(max-width:900px){.pzf .pzf-form-contact-grid{grid-template-columns:1fr}.pzf .pzf-form-fields{grid-template-columns:1fr}}
@media(max-width:640px){.pzf .pzf-form-message{padding:13px;border-radius:12px}.pzf .pzf-form-message-head{flex-direction:column}.pzf .pzf-wa-status{align-self:flex-start}.pzf .pzf-form-message-title span{white-space:normal}}

/* v1.5.1 — tempo e data das conversões */
.pzf .pzf-date-value{font-size:14px;line-height:1.4}
.pzf .pzf-conversion-time,.pzf .pzf-conversion-date{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;color:#dce5ed}
.pzf .pzf-conversion-time i{color:#52df86}.pzf .pzf-conversion-date i{color:#6aa9ff}
.pzf .pzf-form-contact-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}
