:where(body.pg-module) .pg-pulse-button{position:fixed;z-index:9000;left:20px;bottom:20px;border:1px solid var(--line);border-radius:999px;padding:10px 15px;display:flex;align-items:center;gap:9px;cursor:pointer}
:where(body.pg-module) .pg-pulse-button i{width:8px;height:8px;border-radius:50%}
:where(body.pg-module) .pg-pulse-drawer{position:fixed;z-index:9100;inset:0 0 0 auto;width:min(520px,100vw);border-left:1px solid var(--pg-pulse-line);transform:translateX(105%);transition:transform .35s ease;display:flex;flex-direction:column}
:where(body.pg-module) .pg-pulse-drawer.is-open{transform:translateX(0)}
:where(body.pg-module) .pg-pulse-head{display:flex;align-items:flex-start;justify-content:space-between;padding:24px;border-bottom:1px solid var(--pg-pulse-line)}
:where(body.pg-module) .pg-pulse-head small{display:block;margin-bottom:8px}
:where(body.pg-module) .pg-pulse-head h2{margin:0}
:where(body.pg-module) .pg-pulse-head p{margin:7px 0 0}
:where(body.pg-module) .pg-pulse-close{border:1px solid var(--pg-pulse-line);border-radius:50%;width:38px;height:38px;cursor:pointer;flex:none}
:where(body.pg-module) .pg-pulse-scroll{overflow:auto;padding:22px;overscroll-behavior:contain}
:where(body.pg-module) .pg-pulse-live{border:1px solid var(--line);padding:13px 15px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
:where(body.pg-module) .pg-pulse-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
:where(body.pg-module) .pg-pulse-stat{border:1px solid var(--pg-pulse-line);border-radius:15px;padding:15px;min-height:94px}
:where(body.pg-module) .pg-pulse-stat span{display:block;margin-bottom:10px}
:where(body.pg-module) .pg-pulse-stat b{display:block}
:where(body.pg-module) .pg-pulse-stat em{display:block;font-style:normal;margin-top:6px}
:where(body.pg-module) .pg-pulse-section{margin-top:22px;padding-top:20px;border-top:1px solid var(--pg-pulse-line)}
:where(body.pg-module) .pg-pulse-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}
:where(body.pg-module) .pg-pulse-section-head h3{margin:0}
:where(body.pg-module) .pg-pulse-chart{width:100%;height:145px;border:1px solid var(--pg-pulse-line);border-radius:14px}
:where(body.pg-module) .pg-pulse-bars{display:grid;gap:10px}
:where(body.pg-module) .pg-pulse-bar{display:grid;grid-template-columns:minmax(90px,1fr) minmax(90px,2fr) auto;gap:10px;align-items:center}
:where(body.pg-module) .pg-pulse-bar>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
:where(body.pg-module) .pg-pulse-bar-track{height:6px;border-radius:99px;overflow:hidden}
:where(body.pg-module) .pg-pulse-bar-track i{display:block;height:100%;border-radius:inherit}
:where(body.pg-module) .pg-pulse-empty{padding:24px;border:1px dashed var(--pg-pulse-line);border-radius:14px;text-align:center}
:where(body.pg-module) .pg-pulse-foot{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:18px}
:where(body.pg-module) .pg-pulse-foot a{text-decoration:none}
:where(body.pg-module) .pg-consent{position:fixed;z-index:10000;left:18px;right:18px;bottom:18px;margin:auto;max-width:840px;border:1px solid var(--line);border-radius:17px;padding:17px 18px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
:where(body.pg-module) .pg-consent[hidden]{display:none!important}
:where(body.pg-module) .pg-consent h3{margin:0 0 5px}
:where(body.pg-module) .pg-consent p{margin:0}
:where(body.pg-module) .pg-consent-actions{display:flex;gap:8px}
:where(body.pg-module) .pg-consent button{border-radius:999px;border:1px solid var(--line);padding:10px 14px;cursor:pointer;white-space:nowrap}
:where(body.pg-module) .pg-card-metrics{position:absolute;left:12px;right:12px;bottom:12px;z-index:5;display:flex;gap:7px;flex-wrap:wrap;pointer-events:none}
:where(body.pg-module) .pg-card-metrics span{border:1px solid var(--line);border-radius:999px;padding:5px 8px}
:where(body.pg-module) .pg-card-metric-host{position:relative!important}
:where(body.pg-module) .pg-insights-body{margin:0;min-height:100vh}
:where(body.pg-module) .pg-insights-shell{width:min(1240px,calc(100% - 40px));margin:auto}
:where(body.pg-module) .pg-insights-header{padding:26px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
:where(body.pg-module) .pg-insights-brand{display:flex;align-items:center;gap:16px;text-decoration:none}
:where(body.pg-module) .pg-insights-brand img{width:145px;max-height:46px;object-fit:contain}
:where(body.pg-module) .pg-insights-nav{display:flex;gap:10px;align-items:center}
:where(body.pg-module) .pg-insights-nav a,:where(body.pg-module) .pg-insights-nav button,:where(body.pg-module) .pg-filter{border:1px solid var(--line);border-radius:999px;padding:9px 13px;text-decoration:none}
:where(body.pg-module) .pg-insights-hero{padding:80px 0 42px;display:grid;grid-template-columns:1.4fr .8fr;gap:60px;align-items:end}
:where(body.pg-module) .pg-insights-hero h1{margin:15px 0 20px}
:where(body.pg-module) .pg-insights-hero p{max-width:680px}
:where(body.pg-module) .pg-insights-updated{border-right:1px solid var(--line);padding-right:20px}
:where(body.pg-module) .pg-insights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
:where(body.pg-module) .pg-insights-card{border:1px solid var(--line);border-radius:18px;padding:22px;min-height:132px}
:where(body.pg-module) .pg-insights-card span{display:block;margin-bottom:17px}
:where(body.pg-module) .pg-insights-card em{display:block;font-style:normal;margin-top:12px}
:where(body.pg-module) .pg-insights-panels{display:grid;grid-template-columns:1.25fr .75fr;gap:14px;margin:14px 0}
:where(body.pg-module) .pg-insights-panel{border:1px solid var(--line);border-radius:18px;padding:22px}
:where(body.pg-module) .pg-insights-panel h2{margin:0 0 18px}
:where(body.pg-module) .pg-insights-panel canvas{width:100%;height:240px}
:where(body.pg-module) .pg-table{width:100%;border-collapse:collapse}
:where(body.pg-module) .pg-table th,:where(body.pg-module) .pg-table td{padding:11px 8px;border-bottom:1px solid var(--line);text-align:right}
:where(body.pg-module) .pg-insights-footer{padding:35px 0 50px;display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:28px}
:where(body.pg-module) .pg-admin-login{max-width:430px;margin:12vh auto;padding:30px;border:1px solid var(--line);border-radius:20px}
:where(body.pg-module) .pg-admin-login input{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:12px;padding:13px;margin:10px 0}
:where(body.pg-module) .pg-admin-login button{width:100%;padding:12px;border:0;border-radius:12px}
:where(body.pg-module) .pg-admin-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:18px}
:where(body.pg-module) .pg-admin-toolbar select,:where(body.pg-module) .pg-admin-toolbar input{border:1px solid var(--line);border-radius:10px;padding:9px}
:where(body.pg-module) .pg-admin-tabs{display:flex;gap:8px;overflow:auto;margin:18px 0}
:where(body.pg-module) .pg-admin-tabs button{border:1px solid var(--line);padding:9px 13px;border-radius:999px}
:where(body.pg-module) .pg-admin-view[hidden]{display:none!important}
@media(max-width:850px){:where(body.pg-module) .pg-insights-hero{grid-template-columns:1fr;gap:20px}
:where(body.pg-module) .pg-insights-grid{grid-template-columns:repeat(2,1fr)}
:where(body.pg-module) .pg-insights-panels{grid-template-columns:1fr}
:where(body.pg-module) .pg-consent{grid-template-columns:1fr}
:where(body.pg-module) .pg-consent-actions{justify-content:flex-end}
:where(body.pg-module) .pg-insights-nav{display:none}}
@media(max-width:520px){:where(body.pg-module) .pg-pulse-button{left:12px;bottom:12px}
:where(body.pg-module) .pg-pulse-grid{grid-template-columns:1fr 1fr}
:where(body.pg-module) .pg-pulse-head{padding:18px}
:where(body.pg-module) .pg-pulse-scroll{padding:16px}
:where(body.pg-module) .pg-consent{left:10px;right:10px;bottom:10px}
:where(body.pg-module) .pg-consent-actions{display:grid;grid-template-columns:1fr 1fr}
:where(body.pg-module) .pg-insights-shell{width:min(100% - 24px,1240px)}
:where(body.pg-module) .pg-insights-grid{grid-template-columns:1fr 1fr}
:where(body.pg-module) .pg-insights-card{padding:16px;min-height:110px}
:where(body.pg-module) .pg-insights-header{padding:18px 0}
:where(body.pg-module) .pg-insights-brand img{width:120px}}