:root{--purple: #6c3ef0;--purple-deep: #5a2fd8;--purple-grad-b: #a44bf4;--purple-soft: #eee9fd;--purple-line: #e0d8fb;--ink: #171334;--ink-2: #55516e;--ink-3: #6e6a8a;--muted: #8b87a8;--faint: #a5a1bc;--bg: #f7f7fb;--card: #ffffff;--line: #ecebf4;--line-soft: #f4f3f9;--green: #16a379;--green-deep: #0f7b57;--green-soft: #e7f6ef;--green-line: #bfe7d4;--amber: #d9822b;--amber-deep: #9a6217;--amber-soft: #faf0df;--amber-line: #efd9b4;--red: #e5484d;--red-deep: #c0353c;--red-soft: #fce9ea;--red-line: #f2c4c7;--neutral-soft: #f4f3f9;--neutral-deep: #6e6a8a;--neutral-line: #e4e2ef;--sans: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--display: "Calistoga", Georgia, "Times New Roman", serif;--mono: "JetBrains Mono", ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--admin-side-a: #171334;--admin-side-b: #241e4d;--admin-side-text: #a79bf0;--admin-side-muted: #8d86b8}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{background:var(--bg);font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:var(--purple);text-decoration:none}a:hover{color:var(--purple-deep);text-decoration:underline}::selection{background:#e4dbfc}input,select,button{font-family:inherit}input::placeholder{color:var(--faint)}.mono-tag{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.09em;color:var(--muted);text-transform:uppercase}.pg-page-title{font-family:var(--display);font-weight:400;letter-spacing:-.01em;line-height:1.05;color:var(--ink)}.pg-hero-number{font-family:var(--sans);font-weight:800;letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--ink)}.pg-section-title{font-family:var(--display);font-weight:400;letter-spacing:-.005em;color:var(--ink)}.pg-saas-title{font-family:var(--sans);font-weight:700;font-size:30px;letter-spacing:-.03em;line-height:1.1;color:var(--ink)}.pg-saas-subtitle{font-family:var(--sans);font-size:14px;font-weight:500;color:var(--ink-3);margin-top:6px}.pg-saas-section-title{font-family:var(--sans);font-weight:600;font-size:16px;letter-spacing:-.01em;color:var(--ink)}.pg-saas-section-subtitle{font-size:12px;color:var(--muted);margin-top:3px}.pg-saas-kpi-label{font-size:12px;font-weight:600;color:var(--ink-3);letter-spacing:.01em}.pg-saas-kpi-value{font-family:var(--sans);font-weight:800;font-size:28px;letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--ink)}.pg-saas-kpi-sub{font-size:12px;color:var(--muted);margin-top:6px}.pg-saas-card{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:0 1px 2px #17133408;transition:box-shadow .15s ease,border-color .15s ease}.pg-saas-card:hover{border-color:var(--purple-line);box-shadow:0 4px 14px #6c3ef00f}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:18px 20px}.card.card-flush{padding:0}.pg-stack{display:flex;flex-direction:column;gap:20px}.pg-stack-sm{display:flex;flex-direction:column;gap:12px}.pill{display:inline-block;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:600;border:1px solid;white-space:nowrap}.pill.g{background:var(--green-soft);color:var(--green-deep);border-color:var(--green-line)}.pill.v{background:var(--purple-soft);color:var(--purple-deep);border-color:var(--purple-line)}.pill.a{background:var(--amber-soft);color:var(--amber-deep);border-color:var(--amber-line)}.pill.r{background:var(--red-soft);color:var(--red-deep);border-color:var(--red-line)}.pill.n{background:var(--neutral-soft);color:var(--neutral-deep);border-color:var(--neutral-line)}table.pg{width:100%;border-collapse:collapse;font-size:13px}table.pg th{text-align:left;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:500;padding:8px 12px;border-bottom:1px solid var(--line);white-space:nowrap}table.pg td{padding:10px 12px;border-bottom:1px solid var(--line-soft);vertical-align:middle}table.pg tr:last-child td{border-bottom:none}table.pg tbody tr:hover td{background:var(--line-soft)}table.pg td{height:46px}table.pg td.actions,table.pg th.actions{width:1%;white-space:nowrap;text-align:right}table.pg td.num,table.pg th.num{text-align:right;font-variant-numeric:tabular-nums}.btn{border:none;cursor:pointer;border-radius:10px;font-size:13px;font-weight:600;padding:9px 16px;background:var(--purple);color:#fff;line-height:1.2;white-space:nowrap;transition:background .12s ease,color .12s ease,border-color .12s ease}.btn:hover{background:var(--purple-deep)}.btn.ghost{background:#fff;color:var(--ink-2);border:1px solid var(--line)}.btn.ghost:hover{background:var(--line-soft);color:var(--ink)}.btn.danger{background:var(--red);color:#fff}.btn.danger:hover{background:var(--red-deep)}.btn.ghost.danger{background:#fff;color:var(--red-deep);border-color:var(--red-line)}.btn.ghost.danger:hover{background:var(--red-soft)}.btn.sm{padding:6px 12px;font-size:12px;border-radius:8px}.btn.xs{padding:4px 9px;font-size:11.5px;border-radius:7px}.btn:disabled,.btn[disabled]{opacity:.5;cursor:not-allowed}.btn:disabled:hover,.btn[disabled]:hover{background:var(--purple)}.btn.ghost:disabled:hover,.btn.ghost[disabled]:hover{background:#fff;color:var(--ink-2)}.btn:focus-visible{outline:2px solid var(--purple);outline-offset:2px}.input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:13px;color:var(--ink);background:#fff;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.input:focus{border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-soft)}.input:disabled{background:var(--line-soft);color:var(--muted);cursor:not-allowed}.input.sm{padding:6px 9px;font-size:12.5px;border-radius:8px}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%238b87a8' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}textarea.input{resize:vertical;min-height:72px}.input.invalid{border-color:var(--red-line);box-shadow:0 0 0 3px var(--red-soft)}.pg-auth{min-height:100vh;display:grid;grid-template-columns:minmax(460px,1fr) minmax(440px,48%);background:#fff}.pg-auth-story{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;min-height:720px;padding:clamp(32px,5vw,70px);color:#f6f5ff;background:radial-gradient(circle at 68% 26%,#3e2a90 0,#211856 35%,#151331 73%)}.pg-auth-story:before,.pg-auth-story:after{position:absolute;z-index:-1;content:"";border-radius:50%;filter:blur(1px);opacity:.45}.pg-auth-story:before{width:520px;height:520px;right:-220px;top:-170px;background:radial-gradient(circle,#9075ff 0,#9075ff00 68%)}.pg-auth-story:after{width:620px;height:360px;left:-260px;bottom:-250px;background:radial-gradient(circle,#217c8c 0,#217c8c00 70%)}.pg-brand{display:inline-flex;width:fit-content;align-items:center;gap:10px;color:var(--ink)}.pg-brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,var(--purple) 0%,#9b58ec 100%);box-shadow:0 9px 20px #6c3ef03d}.pg-brand-mark svg{width:25px;height:25px}.pg-brand b,.pg-brand small{display:block}.pg-brand b{font-family:var(--display);font-weight:400;font-size:18px;letter-spacing:-.01em}.pg-brand small{margin-top:2px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pg-brand.light{color:#fff}.pg-brand.light .pg-brand-mark{color:#2a1d6d;background:#fff;box-shadow:none}.pg-brand.light small{color:#bdb4e7}.pg-auth-story-copy{max-width:520px;margin:auto 0 42px;padding-top:90px}.pg-auth-eyebrow{margin:0 0 13px;color:var(--purple-deep);font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.pg-auth-story .pg-auth-eyebrow{color:#b8adfc}.pg-auth-story h1{margin:0;font-family:var(--display);font-weight:400;font-size:clamp(38px,4.4vw,62px);line-height:1.02;letter-spacing:-.015em}.pg-auth-story-copy>p:last-child{max-width:420px;margin:23px 0 0;color:#c5bee4;font-size:15px;line-height:1.65}.pg-insight-window{width:min(500px,100%);padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#ffffff17;box-shadow:0 24px 50px #04041a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.pg-insight-window-head{display:flex;align-items:center;justify-content:space-between;color:#e7e3ff;font-size:12px;font-weight:700}.pg-insight-window-head i{padding:4px 7px;border-radius:999px;color:#a9f4dc;background:#16a3792e;font-family:var(--mono);font-size:9px;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.pg-insight-hero{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:17px 0;padding:16px;border-radius:12px;background:#ffffff17}.pg-insight-hero small,.pg-insight-item small{display:block;color:#c5bee4;font-size:10px}.pg-insight-hero strong{display:block;margin-top:3px;font-size:32px;letter-spacing:-.06em}.pg-insight-hero strong span{color:#c5bee4;font-size:16px}.pg-insight-hero svg{width:48%;min-width:150px}.pg-insight-item{display:flex;align-items:center;gap:10px;padding:10px 1px;border-top:1px solid rgba(255,255,255,.1)}.pg-insight-item b{display:block;font-size:11px}.pg-insight-item div{flex:1}.pg-insight-item em{color:#cfc7ff;font-size:10px;font-style:normal;font-weight:700}.pg-insight-dot{width:7px;height:7px;border-radius:50%}.pg-insight-dot.violet{background:#a894ff;box-shadow:0 0 0 4px #a894ff1f}.pg-insight-dot.mint{background:#67dfbd;box-shadow:0 0 0 4px #67dfbd1f}.pg-auth-trust{margin:22px 0 0;color:#a79fd2;font-size:11px}.pg-auth-access{display:flex;flex-direction:column;min-width:0;padding:clamp(28px,6vw,76px)}.pg-auth-mobile-brand{display:none}.pg-auth-form-wrap{width:min(390px,100%);margin:auto}.pg-auth-header{margin-bottom:30px}.pg-auth-header h2{margin:0;color:var(--ink);font-family:var(--display);font-weight:400;font-size:30px;letter-spacing:-.01em}.pg-auth-header>p:last-child{margin:9px 0 0;color:var(--ink-3);font-size:13px;line-height:1.55}.pg-auth-label{display:block;margin:0 0 7px;color:var(--ink-2);font-size:12px;font-weight:700}.pg-auth-input{height:45px;margin-bottom:18px;padding:11px 13px}.pg-password-field{position:relative}.pg-password-field .pg-auth-input{padding-right:55px}.pg-password-field button{position:absolute;top:10px;right:9px;border:0;padding:4px;color:var(--purple-deep);background:none;cursor:pointer;font-size:11px;font-weight:700}.pg-password-field button:focus-visible{outline:2px solid var(--purple);border-radius:4px}.pg-auth-error{margin:-5px 0 14px;padding:9px 10px;border-radius:8px;color:var(--red-deep);background:var(--red-soft);font-size:12px}.pg-auth-submit{display:flex;width:100%;align-items:center;justify-content:center;gap:11px;min-height:46px;margin-top:2px;box-shadow:0 10px 20px #6c3ef033}.pg-auth-submit span{font-size:18px;line-height:0}.pg-auth-divider{display:flex;align-items:center;gap:12px;margin:24px 0 17px;color:var(--muted);font-size:11px}.pg-auth-divider:before,.pg-auth-divider:after{flex:1;height:1px;content:"";background:var(--line)}.pg-sso-button{display:flex;width:100%;align-items:center;justify-content:center;gap:9px;min-height:46px;border:1px solid var(--line);border-radius:10px;color:var(--ink-2);background:#fff;font-size:12px;font-weight:700}.pg-sso-button small{display:none}.pg-sso-button:disabled{cursor:not-allowed;opacity:.62}.pg-demo-logins{margin-top:23px;border-top:1px solid var(--line)}.pg-demo-logins summary{display:flex;align-items:center;justify-content:space-between;padding:17px 1px 0;color:var(--ink-2);cursor:pointer;font-size:12px;font-weight:700;list-style:none}.pg-demo-logins summary::-webkit-details-marker{display:none}.pg-demo-logins[open] summary span{transform:rotate(180deg)}.pg-demo-logins summary span{color:var(--purple);transition:transform .15s ease}.pg-demo-list{display:grid;gap:5px;margin-top:13px}.pg-demo-list button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:7px 9px;border:1px solid var(--line);border-radius:8px;color:var(--ink-2);background:#fff;cursor:pointer;text-align:left}.pg-demo-list button:hover{background:var(--line-soft)}.pg-demo-list b,.pg-demo-list small{display:block}.pg-demo-list b{font-size:11px}.pg-demo-list small{max-width:220px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pg-demo-logins>p{margin:10px 0 0;color:var(--faint);font-size:10px;text-align:center}.pg-auth-help{margin:22px 0 0;color:var(--muted);font-size:11px;text-align:center}.pg-auth-access footer{margin-top:32px;color:var(--faint);font-size:10px;text-align:center}.pg-auth-access footer span{margin:0 5px}@media(max-width:820px){.pg-auth{display:block;background:var(--bg)}.pg-auth-story{display:none}.pg-auth-access{min-height:100vh;padding:28px 22px;background:#fff}.pg-auth-mobile-brand{display:block}.pg-auth-form-wrap{margin:auto}}@media(max-width:420px){.pg-auth-access{padding:24px 18px}.pg-auth-header h2{font-size:26px}.pg-demo-list .pill{display:none}}@media(prefers-reduced-motion:reduce){.pg-demo-logins summary span{transition:none}}@keyframes pgFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pgSlideIn{0%{transform:translate(24px);opacity:.4}to{transform:translate(0);opacity:1}}@keyframes pgPopIn{0%{transform:translateY(10px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.pg-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;background:#17133457;backdrop-filter:blur(7px) saturate(115%);-webkit-backdrop-filter:blur(7px) saturate(115%);animation:pgFadeIn .16s ease-out}.pg-backdrop.right{justify-content:flex-end}.pg-backdrop.center{align-items:center;justify-content:center;padding:24px}.pg-drawer{height:100%;display:flex;flex-direction:column;background:var(--bg);box-shadow:-10px 0 44px #17133438;animation:pgSlideIn .2s cubic-bezier(.22,.61,.36,1)}.pg-modal{width:min(460px,94vw);background:var(--card);border-radius:16px;box-shadow:0 24px 60px #17133447;animation:pgPopIn .16s cubic-bezier(.22,.61,.36,1);overflow:hidden}.pg-drawer-head{flex:none;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:22px 28px;background:var(--card);border-bottom:1px solid var(--line)}.pg-drawer-body{flex:1;min-height:0;overflow-y:auto;padding:24px 28px 32px;display:flex;flex-direction:column;gap:22px}.pg-drawer-body>*{min-width:0}.pg-drawer-body>form{display:flex;flex-direction:column;gap:20px;min-width:0}.pg-drawer-body .card{padding:18px 20px}.pg-drawer-body .card[role=status]{margin-bottom:0}.pg-drawer-body>.pg-section-head{margin-bottom:0}.pg-form-section-head{margin-bottom:12px}.pg-form-section+.pg-form-section{margin-top:22px}.pg-drawer-body form .pg-form-section+.pg-form-section{margin-top:0}.pg-drawer-foot{flex:none;display:flex;align-items:center;gap:10px;padding:16px 28px;background:var(--card);border-top:1px solid var(--line)}.pg-close{flex:none;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink-3);cursor:pointer;font-size:15px;line-height:1}.pg-close:hover{background:var(--line-soft);color:var(--ink)}.field-label{display:block;font-size:11.5px;font-weight:600;color:var(--ink-2);margin-bottom:6px}.field-label .req{color:var(--red);margin-left:3px}.field-help{font-size:11.5px;color:var(--ink-3);margin-top:5px;line-height:1.45}.field-error{font-size:11.5px;color:var(--red-deep);margin-top:5px}.chip{border:1px solid var(--line);background:#fff;color:var(--ink-2);border-radius:8px;padding:5px 10px;font-size:11.5px;font-weight:600;cursor:pointer}.chip:hover{background:var(--line-soft)}.chip.on{background:var(--purple-soft);border-color:var(--purple-line);color:var(--purple-deep)}.meter{height:6px;border-radius:999px;background:var(--line-soft);overflow:hidden}.meter>i{display:block;height:100%;border-radius:999px}.pg-issues-list{display:flex;flex-direction:column;gap:8px}.pg-issue-row{display:grid;grid-template-columns:38px 1.2fr 1.8fr 80px;gap:14px;align-items:center;padding:12px 14px;border-radius:12px;background:#fff;border:1px solid var(--line-soft);border-left:3px solid var(--neutral-line);transition:background .12s ease}.pg-issue-row:hover{background:var(--line-soft)}.pg-issue-row.warn{border-left-color:var(--amber)}.pg-issue-row.error{border-left-color:var(--red)}.pg-issue-row.info{border-left-color:var(--purple)}.pg-issue-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:13px;font-weight:700}.pg-issue-icon.warn{background:var(--amber-soft);color:var(--amber-deep)}.pg-issue-icon.error{background:var(--red-soft);color:var(--red-deep)}.pg-issue-icon.info{background:var(--purple-soft);color:var(--purple-deep)}.pg-issue-type{font-size:12.5px;font-weight:700;color:var(--ink)}.pg-issue-type code{font-size:11px;color:var(--muted);font-weight:500}.pg-issue-entity{font-size:11px;font-weight:600;color:var(--muted);font-family:var(--mono);text-transform:uppercase;letter-spacing:.05em}.pg-issue-desc{font-size:12.5px;color:var(--ink-2);line-height:1.45}.pg-issue-severity{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:999px;text-align:center}.pg-issue-severity.warn{background:var(--amber-soft);color:var(--amber-deep)}.pg-issue-severity.error{background:var(--red-soft);color:var(--red-deep)}.pg-issue-severity.info{background:var(--purple-soft);color:var(--purple-deep)}.pg-segment-toggle{display:inline-flex;background:var(--line-soft);border:1px solid var(--line);border-radius:10px;padding:3px}.pg-segment-toggle button{border:none;background:transparent;cursor:pointer;padding:5px 12px;font-size:12px;font-weight:600;color:var(--ink-3);border-radius:7px;transition:all .12s ease}.pg-segment-toggle button.on{background:#fff;color:var(--ink);box-shadow:0 1px 2px #17133414}.pg-chart-bar{border-radius:6px 6px 0 0;transition:opacity .12s ease}.pg-chart-bar:hover{opacity:.85}.pg-chart-grid{border-top:1px dashed var(--line-soft)}.tabs-row{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--line-soft);margin-bottom:18px}.tab-btn{border:none;background:none;cursor:pointer;padding:10px 4px;margin-right:18px;font-size:13px;font-weight:600;color:var(--ink-3);border-bottom:2px solid transparent;margin-bottom:-1px;display:inline-flex;align-items:center;gap:7px}.tab-btn:hover{color:var(--ink)}.tab-btn.on{color:var(--purple-deep);border-bottom-color:var(--purple)}.tab-count{font-size:10.5px;font-weight:700;color:var(--ink-3);background:var(--line-soft);border-radius:999px;padding:1px 7px;line-height:1.5}.tab-btn.on .tab-count{color:var(--purple-deep);background:var(--purple-soft)}
