.pgd-sidebar{position:fixed;top:0;left:0;width:240px;height:100%;background:#fff;border-right:1px solid var(--pg-border-light);z-index:90;display:flex;flex-direction:column;overflow-y:auto;transition:transform .3s ease}.pgd-sb-header{padding:20px 20px 16px;border-bottom:1px solid var(--pg-border-light)}.pgd-sb-logo{gap:10px;margin-bottom:14px}.pgd-sb-logo,.pgd-sb-logo-icon{display:flex;align-items:center}.pgd-sb-logo-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,var(--pg-kijani),var(--pg-kijani-light));justify-content:center;color:#fff;font-size:14px;box-shadow:0 2px 8px rgba(45,106,79,.3)}.pgd-sb-title{font-size:12px;font-weight:700;letter-spacing:.5px;color:var(--pg-text-dark);text-transform:uppercase;margin-bottom:2px}.pgd-sb-sub{font-size:12px;color:var(--pg-text-muted)}.pgd-sb-identity{margin-top:0;padding:14px;border-radius:8px;background:linear-gradient(135deg,rgba(45,106,79,.04),rgba(45,106,79,.08));border:1px solid rgba(45,106,79,.08)}.pgd-sb-identity-name{font-size:14px;font-weight:700;color:var(--pg-text-dark);margin-bottom:2px}.pgd-sb-identity-type{font-size:12px;color:var(--pg-text-muted)}.pgd-sb-identity-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--pg-success);margin-top:6px}.pgd-sb-org{margin-top:0;padding:14px;border-radius:8px;background:linear-gradient(135deg,rgba(45,106,79,.04),rgba(45,106,79,.08));border:1px solid rgba(45,106,79,.08)}.pgd-sb-org-name{font-size:14px;font-weight:700;color:var(--pg-text-dark);margin-bottom:2px}.pgd-sb-org-type{font-size:12px;color:var(--pg-text-muted)}.pgd-sb-org-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--pg-success);margin-top:6px}.pgd-sb-nav{flex:1;padding:12px 14px}.pgd-sb-label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--pg-text-muted);padding:14px 10px 6px}.pgd-sb-link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:6px;font-size:14px;font-weight:500;color:#596882;text-decoration:none;margin-bottom:2px;transition:all .12s;cursor:pointer}.pgd-sb-link:hover{background:rgba(45,106,79,.04);color:var(--pg-kijani)}.pgd-sb-link.active{background:rgba(45,106,79,.06);color:var(--pg-kijani);font-weight:600}.pgd-sb-link i{width:18px;text-align:center;font-size:14px}.pgd-sb-link .pgd-badge{margin-left:auto;font-size:10px;font-weight:700;padding:2px 8px;border-radius:8px;min-width:20px;text-align:center}.pgd-badge-danger{background:rgba(220,53,69,.08)}.pgd-badge-success{background:rgba(16,183,89,.08)}.pgd-sb-footer{padding:14px 20px;border-top:1px solid var(--pg-border-light)}.pgd-sb-user{display:flex;align-items:center;gap:10px}.pgd-sb-user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--pg-dhahabu),var(--pg-jua));color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.pgd-sb-user-name{font-size:13px;font-weight:600;color:var(--pg-text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pgd-sb-user-role{font-size:11px;color:var(--pg-text-muted)}.pgd-sb-logout{background:none;border:1px solid var(--pg-border-light);border-radius:6px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--pg-text-muted);cursor:pointer;transition:all .12s;margin-left:auto}.pgd-sb-logout:hover{color:var(--pg-danger);border-color:var(--pg-danger)}.pgd-sb-backdrop{display:none;position:fixed;inset:0;z-index:89;background:rgba(0,0,0,.45);backdrop-filter:blur(4px)}.pgd-sb-backdrop.visible{display:block}.pgd-main{margin-left:240px;min-height:100vh;display:flex;flex-direction:column}.pgd-topbar{height:64px;background:#fff;border-bottom:1px solid var(--pg-border-light);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:80}.pgd-topbar-left h4{font-size:17px;font-weight:700;color:var(--pg-text-dark);margin:0}.pgd-topbar-left p{font-size:12px;color:var(--pg-text-muted);margin:0}.pgd-topbar-right{gap:10px}.pgd-tb-icon,.pgd-topbar-right{display:flex;align-items:center}.pgd-tb-icon{width:38px;height:38px;border-radius:8px;justify-content:center;color:var(--pg-text-muted);font-size:15px;cursor:pointer;transition:all .12s;border:1px solid var(--pg-border-light);background:transparent}.pgd-tb-icon:hover{background:var(--pg-surface-hover);color:var(--pg-text-dark)}.pgd-tb-badge{font-size:11px;font-weight:700;padding:5px 14px;border-radius:20px;background:rgba(16,183,89,.06);color:var(--pg-success);display:flex;align-items:center;gap:5px;border:1px solid rgba(16,183,89,.12)}.pgd-content{flex:1;padding:24px 28px}.pgd-footer{padding:14px 28px;text-align:center;font-size:12px;color:var(--pg-text-muted);border-top:1px solid var(--pg-border-light);background:#fff}.pgd-hamburger{display:none;width:38px;height:38px;border:none;border-radius:6px;background:transparent;cursor:pointer;font-size:20px;color:var(--pg-text-dark);align-items:center;justify-content:center}.pgd-pg-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;margin-bottom:24px}.pgd-pg-header h2{font-size:24px;font-weight:700;color:var(--pg-text-dark);letter-spacing:-.3px;margin:0 0 4px;display:flex;align-items:center;gap:10px}.pgd-pg-header h2 i{color:var(--pg-dhahabu);font-size:22px}.pgd-pg-header p{font-size:14px;color:var(--pg-text-muted);max-width:500px;margin:0}.pgd-card{background:#fff;border:1px solid var(--pg-border-light);border-radius:6px;overflow:hidden}.pgd-card-header{padding:16px 22px;border-bottom:1px solid var(--pg-border-light);display:flex;align-items:center;justify-content:space-between}.pgd-card-title{font-size:14px;font-weight:700;color:var(--pg-text-dark);text-transform:uppercase;letter-spacing:.5px;margin:0}.pgd-card-body{padding:22px}.pgd-card-link{font-size:12px;font-weight:600;color:var(--pg-kijani);text-decoration:none;display:flex;align-items:center;gap:5px;cursor:pointer;background:none;border:none}.pgd-card-link:hover{text-decoration:underline}.pgd-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.pgd-stat-card{padding:22px;position:relative;border:1px solid var(--pg-border-light);border-radius:6px;background:#fff;display:flex;flex-direction:column;overflow:hidden}.pgd-stat-top{gap:16px;margin-bottom:6px}.pgd-stat-icon,.pgd-stat-top{display:flex;align-items:center}.pgd-stat-icon{width:52px;height:52px;border-radius:50%;justify-content:center;font-size:22px;flex-shrink:0}.pgd-stat-val{font-size:32px;font-weight:700;color:var(--pg-text-dark);font-family:"Archivo",var(--pg-font-heading);letter-spacing:-.5px;line-height:1;display:flex;align-items:center;gap:8px}.pgd-stat-val small{font-size:12px;font-weight:600;padding:2px 6px;border-radius:4px;font-family:var(--pg-font-primary)}.pgd-stat-val small.up{background:rgba(16,183,89,.06);color:var(--pg-success)}.pgd-stat-val small.down{background:rgba(220,53,69,.06);color:var(--pg-danger)}.pgd-stat-label{font-size:13px;color:var(--pg-text-muted);margin-top:2px}.pgd-table{width:100%;border-collapse:collapse}.pgd-table thead th{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--pg-text-muted);padding:12px 14px;text-align:left}.pgd-table tbody td,.pgd-table thead th{border-bottom:1px solid var(--pg-border-light)}.pgd-table tbody td{font-size:14px;padding:13px 14px;color:var(--pg-text-body)}.pgd-table tbody td strong{font-weight:600;color:var(--pg-text-dark)}.pgd-table tbody tr:hover{background:rgba(45,106,79,.02)}.pgd-badge{font-size:11px;font-weight:700;padding:4px 12px;border-radius:4px;display:inline-block}.pgd-badge-success{background:rgba(16,183,89,.06);color:var(--pg-success)}.pgd-badge-primary{background:rgba(45,106,79,.06);color:var(--pg-kijani)}.pgd-badge-secondary{background:rgba(121,135,161,.08);color:var(--pg-text-muted)}.pgd-badge-warning{background:rgba(212,145,61,.08);color:var(--pg-dhahabu)}.pgd-badge-danger{background:rgba(220,53,69,.06);color:var(--pg-danger)}.pgd-badge-info{background:rgba(30,96,145,.06);color:var(--pg-samawati)}.pgd-btn-create{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:6px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .15s;background:var(--pg-kijani);color:#fff;font-family:var(--pg-font-primary)}.pgd-btn-create:hover{background:var(--pg-kijani-light);box-shadow:0 4px 14px rgba(45,106,79,.3)}.pgd-btn-create:disabled{opacity:.6;cursor:not-allowed}.pgd-btn-outline{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:6px;font-size:13px;font-weight:600;border:1px solid var(--pg-border-light);background:#fff;color:var(--pg-text-body);cursor:pointer;transition:all .12s;font-family:var(--pg-font-primary)}.pgd-btn-outline:hover{border-color:var(--pg-kijani);color:var(--pg-kijani)}.pgd-btn-outline:disabled{opacity:.6;cursor:not-allowed}.pgd-btn-danger{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:6px;font-size:13px;font-weight:600;border:1px solid rgba(220,53,69,.2);background:#fff;color:var(--pg-danger);cursor:pointer;transition:all .12s;font-family:var(--pg-font-primary)}.pgd-btn-danger:hover{background:rgba(220,53,69,.04)}.pgd-btn-danger.filled{background:var(--pg-danger);color:#fff;border-color:var(--pg-danger)}.pgd-btn-danger.filled:hover{background:#c82333}.pgd-tabs{display:flex;gap:0;border-bottom:2px solid var(--pg-border-light);margin-bottom:20px}.pgd-tab{font-size:13px;font-weight:600;color:var(--pg-text-muted);padding:10px 18px;margin-bottom:-2px;cursor:pointer;transition:all .12s;display:flex;align-items:center;gap:6px;background:none;border:none;border-bottom:2px solid transparent}.pgd-tab:hover{color:var(--pg-text-dark)}.pgd-tab.active{color:var(--pg-kijani);border-bottom-color:var(--pg-kijani)}.pgd-tab-count{font-size:10px;font-weight:700;padding:2px 7px;border-radius:8px;background:rgba(45,106,79,.06);color:var(--pg-kijani);font-family:"Archivo",var(--pg-font-heading)}.pgd-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(3,27,78,.4);z-index:200;display:flex;align-items:center;justify-content:center}.pgd-modal{background:#fff;border-radius:10px;width:560px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px rgba(0,0,0,.2)}.pgd-modal-header{padding:22px 22px 16px;border-bottom:1px solid var(--pg-border-light);display:flex;align-items:center;justify-content:space-between}.pgd-modal-header h3{font-weight:700;color:var(--pg-text-dark);gap:10px;margin:0}.pgd-modal-close,.pgd-modal-header h3{font-size:18px;display:flex;align-items:center}.pgd-modal-close{width:32px;height:32px;border-radius:6px;border:1px solid var(--pg-border-light);background:none;cursor:pointer;color:var(--pg-text-muted);justify-content:center}.pgd-modal-body{padding:22px}.pgd-modal-steps{display:flex;gap:6px;margin-bottom:20px}.pgd-modal-step{flex:1;height:4px;border-radius:2px;background:var(--pg-border-light)}.pgd-modal-step.active{background:linear-gradient(90deg,var(--pg-kijani),var(--pg-kijani-light))}.pgd-modal-actions{display:flex;gap:10px;justify-content:flex-end;padding:16px 22px;border-top:1px solid var(--pg-border-light)}.pgd-form-group{margin-bottom:16px}.pgd-form-group label{display:block;font-size:13px;font-weight:600;color:var(--pg-text-dark);margin-bottom:6px}.pgd-form-input{width:100%;height:42px;padding:0 14px;border:1px solid var(--pg-border-light);border-radius:6px;font-size:14px;font-family:var(--pg-font-primary);color:var(--pg-text-dark);background:#fff;outline:none;transition:border-color .15s}.pgd-form-input:focus{border-color:var(--pg-kijani);box-shadow:0 0 0 3px rgba(45,106,79,.08)}.pgd-form-textarea{height:auto;padding:12px 14px;resize:vertical;min-height:80px}.pgd-form-hint{font-size:12px;color:var(--pg-text-muted);margin-top:4px}.pgd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pgd-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--pg-border-light)}.pgd-toggle-row:last-child{border-bottom:none}.pgd-toggle-info{flex:1;margin-right:16px}.pgd-toggle-label{font-size:14px;font-weight:600;color:var(--pg-text-dark)}.pgd-toggle-desc{font-size:12px;color:var(--pg-text-muted);margin-top:3px}.pgd-toggle{width:46px;height:26px;border-radius:13px;background:#cfd4da;position:relative;cursor:pointer;transition:all .2s;flex-shrink:0;border:none;padding:0}.pgd-toggle.on{background:var(--pg-kijani)}.pgd-toggle:after{content:"";width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.15)}.pgd-toggle.on:after{left:22px}.pgd-form-check{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:6px;border:1px solid var(--pg-border-light);margin-bottom:8px;cursor:pointer;transition:all .15s}.pgd-form-check:hover{background:rgba(45,106,79,.02);border-color:rgba(45,106,79,.12)}.pgd-form-check.checked{background:rgba(45,106,79,.03);border-color:rgba(45,106,79,.15)}.pgd-form-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--pg-kijani);cursor:pointer;flex-shrink:0}.pgd-grid-2{grid-template-columns:1fr 1fr}.pgd-grid-2,.pgd-grid-84{display:grid;gap:20px;margin-bottom:24px}.pgd-grid-84{grid-template-columns:1.2fr .8fr}.pgd-grid-3{grid-template-columns:repeat(3,1fr)}.pgd-grid-3,.pgd-grid-4{display:grid;gap:16px;margin-bottom:24px}.pgd-grid-4{grid-template-columns:repeat(4,1fr)}.pgd-welcome{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px}.pgd-welcome h2{font-size:26px;font-weight:700;color:var(--pg-text-dark);letter-spacing:-.3px;margin:0 0 4px}.pgd-welcome p{font-size:14px;color:var(--pg-text-muted);max-width:460px;margin:0}.pgd-act-item{display:flex;gap:12px;margin-bottom:18px}.pgd-act-item:last-child{margin-bottom:0}.pgd-act-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.pgd-act-icon.success{background:rgba(16,183,89,.08);color:var(--pg-success)}.pgd-act-icon.primary{background:rgba(45,106,79,.06);color:var(--pg-kijani)}.pgd-act-icon.danger{background:rgba(220,53,69,.08);color:var(--pg-danger)}.pgd-act-icon.warning{background:rgba(212,145,61,.06);color:var(--pg-dhahabu)}.pgd-act-icon.info{background:rgba(30,96,145,.06);color:var(--pg-samawati)}.pgd-act-text{font-size:13px;color:#596882;line-height:1.5}.pgd-act-text strong{color:var(--pg-text-dark);font-weight:600}.pgd-act-time{font-size:11px;color:var(--pg-text-muted);margin-top:2px}.pgd-tl-item{display:flex;gap:14px;position:relative;padding-bottom:22px}.pgd-tl-item:last-child{padding-bottom:0}.pgd-tl-item:not(:last-child):after{content:"";position:absolute;left:15px;top:35px;bottom:0;width:2px;background:var(--pg-border-light)}.pgd-tl-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;z-index:1}.pgd-tl-dot.done{background:rgba(16,183,89,.08);color:var(--pg-success)}.pgd-tl-dot.active{background:rgba(45,106,79,.08);color:var(--pg-kijani);box-shadow:0 0 0 4px rgba(45,106,79,.08)}.pgd-tl-dot.pending{background:rgba(121,135,161,.06);color:var(--pg-text-muted)}.pgd-list-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--pg-border-light)}.pgd-list-row:last-child{border:none}.pgd-list-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.pgd-list-name{font-size:14px;font-weight:600;color:var(--pg-text-dark)}.pgd-list-meta{font-size:12px;color:var(--pg-text-muted)}.pgd-list-actions{margin-left:auto;display:flex;gap:5px}.pgd-list-btn{border:1px solid var(--pg-border-light);border-radius:5px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .12s;background:#fff}.pgd-list-btn:hover{background:var(--pg-surface-hover)}.pgd-list-btn.approve{color:var(--pg-success);border-color:rgba(16,183,89,.2)}.pgd-list-btn.reject{color:var(--pg-danger);border-color:rgba(220,53,69,.2)}.pgd-list-btn.view{color:var(--pg-kijani);border-color:rgba(45,106,79,.2)}.pgd-danger-zone{border:1px solid rgba(220,53,69,.2);border-radius:10px;overflow:hidden}.pgd-danger-header{padding:18px 22px;background:rgba(220,53,69,.03);border-bottom:1px solid rgba(220,53,69,.1);display:flex;align-items:center;gap:10px}.pgd-danger-header i{color:var(--pg-danger);font-size:18px}.pgd-danger-header h4{font-size:16px;font-weight:700;color:var(--pg-danger);margin:0}.pgd-danger-item{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid rgba(220,53,69,.08)}.pgd-danger-item:last-child{border-bottom:none}.pgd-danger-item-info h5{font-size:14px;font-weight:600;color:var(--pg-text-dark);margin:0}.pgd-danger-item-info p{font-size:12px;color:var(--pg-text-muted);margin:3px 0 0}.pgd-usage-item{margin-bottom:18px}.pgd-usage-header{display:flex;justify-content:space-between;margin-bottom:8px}.pgd-usage-label{font-size:13px;font-weight:600;color:var(--pg-text-dark)}.pgd-usage-val{font-size:13px;color:var(--pg-text-muted)}.pgd-usage-bar{height:8px;border-radius:4px;background:var(--pg-body-bg);overflow:hidden}.pgd-usage-fill{height:100%;border-radius:4px;transition:width .4s ease}.pgd-plan-card{padding:22px;border:2px solid var(--pg-kijani);border-radius:10px;background:linear-gradient(135deg,rgba(45,106,79,.02),rgba(45,106,79,.06));position:relative;overflow:hidden;margin-bottom:20px}.pgd-plan-card:before{content:"CURRENT PLAN";position:absolute;top:14px;right:-26px;background:var(--pg-kijani);color:#fff;font-size:10px;font-weight:700;padding:3px 34px;transform:rotate(45deg);letter-spacing:.5px}.pgd-metrics-section{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.pgd-metrics-card{background:#fff;border:1px solid var(--pg-border-light);border-radius:6px;overflow:hidden}.pgd-filter-bar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.pgd-search-box{display:flex;align-items:center;gap:8px;padding:0 14px;height:40px;border:1px solid var(--pg-border-light);border-radius:6px;background:#fff;flex:1;min-width:200px;max-width:400px}.pgd-search-box input{border:none;outline:none;font-size:14px;font-family:var(--pg-font-primary);color:var(--pg-text-dark);flex:1;background:transparent}.pgd-search-box input::-moz-placeholder{color:var(--pg-text-muted)}.pgd-search-box input::placeholder{color:var(--pg-text-muted)}.pgd-filter-select{height:40px;padding:0 34px 0 12px;border:1px solid var(--pg-border-light);border-radius:6px;background:#fff;font-size:13px;font-family:var(--pg-font-primary);color:var(--pg-text-body);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237987a1' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.pgd-filter-count{font-size:13px;color:var(--pg-text-muted);margin-left:auto;white-space:nowrap}.pgd-chart-ranges{display:flex;gap:0}.pgd-chart-ranges button{font-size:11px;font-weight:500;padding:5px 14px;border:1px solid var(--pg-border-light);background:#fff;color:var(--pg-text-muted);cursor:pointer;transition:all .12s}.pgd-chart-ranges button:first-child{border-radius:4px 0 0 4px}.pgd-chart-ranges button:last-child{border-radius:0 4px 4px 0}.pgd-chart-ranges button+button{border-left:none}.pgd-chart-ranges button.active,.pgd-chart-ranges button:hover{background:var(--pg-kijani);color:#fff;border-color:var(--pg-kijani)}.pgd-info-row{display:flex;align-items:center;gap:12px;padding:16px 18px;border:1px solid var(--pg-border-light);border-radius:6px;margin-bottom:10px;background:rgba(45,106,79,.02)}@keyframes pgd-fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes pgd-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes pgd-spin{to{transform:rotate(1turn)}}@media (max-width:1200px){.pgd-sidebar{width:220px}.pgd-main{margin-left:220px}.pgd-grid-3,.pgd-grid-4,.pgd-stat-row{grid-template-columns:repeat(2,1fr)}.pgd-form-grid{grid-template-columns:1fr}}@media (max-width:768px){.pgd-sidebar{transform:translateX(-100%)}.pgd-sidebar.open{transform:translateX(0)}.pgd-main{margin-left:0}.pgd-hamburger{display:flex}.pgd-sb-backdrop.visible{display:block}.pgd-grid-2,.pgd-grid-3,.pgd-grid-4,.pgd-grid-84,.pgd-metrics-section,.pgd-stat-row{grid-template-columns:1fr}.pgd-pg-header,.pgd-welcome{flex-direction:column}.pgd-pg-header{align-items:flex-start}.pgd-form-grid{grid-template-columns:1fr}.pgd-danger-item{flex-direction:column;gap:12px;align-items:flex-start}.pgd-info-row{flex-wrap:wrap}}[data-theme=dark]{--pgd-bg:#0b1120;--pgd-card:#111827;--pgd-card-hover:#162032;--pgd-elevated:#1a2338;--pgd-border:hsla(0,0%,100%,.06);--pgd-border-hover:hsla(0,0%,100%,.1);--pgd-text:#e8ecf1;--pgd-text-sec:#8b95a8;--pgd-text-dim:#5a6478;--pgd-text-muted:#3e4a5e;--pgd-green:#108465;--pgd-green-light:#5dcaa5;--pgd-gold:#d4913d;--pgd-gold-light:#e8a84c;--pgd-blue:#3b82f6;--pgd-red:#ef4444;--pgd-purple:#8b5cf6;--pgd-amber:#f59e0b;--pg-body-bg:#0b1120;--pg-surface:#111827;--pg-surface-alt:hsla(0,0%,100%,.04);--pg-surface-hover:#162032;--pg-border-light:hsla(0,0%,100%,.06);--pg-text-dark:#e8ecf1;--pg-text-body:#8b95a8;--pg-text-primary:#e8ecf1;--pg-text-muted:#5a6478;--pg-text-light:#3e4a5e}[data-theme=dark] body{background:var(--pgd-bg);color:var(--pgd-text)}[data-theme=dark] .pgd-sidebar{background:linear-gradient(180deg,#0e1a2b,#0b1423);border-right-color:var(--pgd-border);width:260px}[data-theme=dark] .pgd-sb-header{border-bottom-color:hsla(0,0%,100%,.04);padding:20px 22px 18px}[data-theme=dark] .pgd-sb-logo-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#074436,var(--pgd-green));box-shadow:0 4px 16px rgba(16,132,101,.3);font-size:16px}[data-theme=dark] .pgd-sb-title{font-family:Space Grotesk,Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.5px;color:var(--pgd-text);text-transform:none}[data-theme=dark] .pgd-sb-sub{font-size:11px;color:var(--pgd-text-dim);text-transform:uppercase;letter-spacing:1.5px}[data-theme=dark] .pgd-sb-nav{padding:16px 12px}[data-theme=dark] .pgd-sb-label{font-size:11px;color:var(--pgd-text-muted);padding:18px 12px 8px;letter-spacing:1.5px}[data-theme=dark] .pgd-sb-link{color:var(--pgd-text-sec);font-size:14.5px;padding:12px 14px;border-radius:10px;position:relative}[data-theme=dark] .pgd-sb-link:hover{background:hsla(0,0%,100%,.04);color:var(--pgd-text)}[data-theme=dark] .pgd-sb-link.active{background:linear-gradient(135deg,rgba(16,132,101,.15),rgba(16,132,101,.08));color:var(--pgd-green-light);font-weight:600}[data-theme=dark] .pgd-sb-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:22px;background:var(--pgd-green);border-radius:0 4px 4px 0}[data-theme=dark] .pgd-sb-link i{font-size:16px;width:20px;opacity:.7}[data-theme=dark] .pgd-sb-link.active i{opacity:1}[data-theme=dark] .pgd-sb-link .pgd-badge{font-size:11px;padding:3px 9px;border-radius:10px}[data-theme=dark] .pgd-badge-primary{background:rgba(16,132,101,.12);color:var(--pgd-green-light)}[data-theme=dark] .pgd-badge-danger{background:rgba(239,68,68,.12);color:#f87171}[data-theme=dark] .pgd-badge-success{background:rgba(93,202,165,.12);color:var(--pgd-green-light)}[data-theme=dark] .pgd-badge-warning{background:rgba(212,145,61,.12);color:var(--pgd-gold-light)}[data-theme=dark] .pgd-sb-footer{border-top-color:hsla(0,0%,100%,.04);padding:16px}[data-theme=dark] .pgd-sb-user{background:hsla(0,0%,100%,.03);border-radius:10px;padding:10px 12px}[data-theme=dark] .pgd-sb-user-avatar{border-radius:10px;background:linear-gradient(135deg,var(--pgd-green),#0b6b50)}[data-theme=dark] .pgd-sb-user-name{color:var(--pgd-text);font-size:14px}[data-theme=dark] .pgd-sb-user-role{color:var(--pgd-text-dim);font-size:12px}[data-theme=dark] .pgd-sb-logout{border-color:hsla(0,0%,100%,.06);color:var(--pgd-text-dim);border-radius:8px}[data-theme=dark] .pgd-sb-logout:hover{color:#f87171;border-color:rgba(239,68,68,.3)}[data-theme=dark] .pgd-sb-org{background:linear-gradient(135deg,rgba(16,132,101,.08),rgba(16,132,101,.04));border-color:rgba(16,132,101,.12)}[data-theme=dark] .pgd-sb-org-name{color:var(--pgd-text)}[data-theme=dark] .pgd-sb-org-type{color:var(--pgd-text-sec)}[data-theme=dark] .pgd-sb-org-badge{color:var(--pgd-green-light)}[data-theme=dark] .pgd-main{margin-left:260px;background:var(--pgd-bg)}[data-theme=dark] .pgd-topbar{background:rgba(11,17,32,.85);backdrop-filter:blur(20px);border-bottom-color:var(--pgd-border);height:68px}[data-theme=dark] .pgd-topbar-left h4{color:var(--pgd-text);font-size:18px}[data-theme=dark] .pgd-topbar-left p{color:var(--pgd-text-dim);font-size:13px}[data-theme=dark] .pgd-tb-icon{border-color:hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.03);color:var(--pgd-text-sec);border-radius:10px}[data-theme=dark] .pgd-tb-icon:hover{background:hsla(0,0%,100%,.06);color:var(--pgd-text)}[data-theme=dark] .pgd-tb-badge{background:rgba(16,132,101,.12);color:var(--pgd-green-light);border-color:rgba(16,132,101,.2);border-radius:10px;font-size:12px}[data-theme=dark] .pgd-content{padding:24px 28px 40px}[data-theme=dark] .pgd-footer{background:transparent;border-top-color:hsla(0,0%,100%,.03);color:var(--pgd-text-muted)}[data-theme=dark] .pgd-footer a{color:var(--pgd-green-light)}[data-theme=dark] .pgd-card{background:var(--pgd-card)!important;border-color:var(--pgd-border);border-radius:16px}[data-theme=dark] .pgd-card:hover{border-color:var(--pgd-border-hover)}[data-theme=dark] .pgd-card-header{border-bottom-color:var(--pgd-border);background:transparent}[data-theme=dark] .pgd-card-title{color:var(--pgd-text-dim)}[data-theme=dark] .pgd-card-body{color:var(--pgd-text-sec);background:transparent!important}[data-theme=dark] .pgd-card-link{color:var(--pgd-green-light)}[data-theme=dark] .pgd-stat-card{background:var(--pgd-card)!important;border-color:var(--pgd-border);border-radius:16px;padding:22px 24px}[data-theme=dark] .pgd-stat-card:hover{border-color:var(--pgd-border-hover);transform:translateY(-2px);box-shadow:0 4px 24px rgba(0,0,0,.35)}[data-theme=dark] .pgd-stat-val{color:var(--pgd-text);font-size:34px}[data-theme=dark] .pgd-stat-val small.up{background:rgba(16,132,101,.1);color:var(--pgd-green-light)}[data-theme=dark] .pgd-stat-val small.down{background:rgba(239,68,68,.1);color:#f87171}[data-theme=dark] .pgd-stat-label{color:var(--pgd-text-sec);font-size:14px}[data-theme=dark] .pgd-stat-icon{border-radius:12px;width:46px;height:46px;font-size:19px}[data-theme=dark] .pgd-table,[data-theme=dark] .pgd-table thead{background:transparent!important}[data-theme=dark] .pgd-table thead th{color:var(--pgd-text-muted);border-bottom-color:var(--pgd-border);font-size:12px;padding:12px 16px;background:transparent!important}[data-theme=dark] .pgd-table tbody,[data-theme=dark] .pgd-table tbody tr{background:transparent!important}[data-theme=dark] .pgd-table tbody td{color:var(--pgd-text-sec);border-bottom-color:var(--pgd-border);font-size:14.5px;padding:14px 16px;background:transparent!important}[data-theme=dark] .pgd-table tbody td strong{color:var(--pgd-text)}[data-theme=dark] .pgd-table tbody tr:hover{background:hsla(0,0%,100%,.04)!important}[data-theme=dark] .pgd-modal{background:var(--pgd-card)}[data-theme=dark] .pgd-modal-header{border-bottom-color:var(--pgd-border)}[data-theme=dark] .pgd-modal-header h3{color:var(--pgd-text)}[data-theme=dark] .pgd-modal-close{border-color:var(--pgd-border);color:var(--pgd-text-sec)}[data-theme=dark] .pgd-modal-actions{border-top-color:var(--pgd-border)}[data-theme=dark] .pgd-form-group label{color:var(--pgd-text)}[data-theme=dark] .pgd-form-input{background:hsla(0,0%,100%,.03);border-color:var(--pgd-border);color:var(--pgd-text)}[data-theme=dark] .pgd-form-input:focus{border-color:var(--pgd-green);box-shadow:0 0 0 3px rgba(16,132,101,.15)}[data-theme=dark] .pgd-form-hint{color:var(--pgd-text-dim)}[data-theme=dark] .pgd-act-text{color:var(--pgd-text-sec)}[data-theme=dark] .pgd-act-text strong{color:var(--pgd-text)}[data-theme=dark] .pgd-act-time{color:var(--pgd-text-muted)}[data-theme=dark] .pgd-welcome h2{color:var(--pgd-text)}[data-theme=dark] .pgd-welcome p{color:var(--pgd-text-sec)}[data-theme=dark] .pgd-btn-outline{background:hsla(0,0%,100%,.03);border-color:var(--pgd-border);color:var(--pgd-text-sec)}[data-theme=dark] .pgd-btn-outline:hover{border-color:var(--pgd-green);color:var(--pgd-green-light);background:rgba(16,132,101,.06)}[data-theme=dark] ::-webkit-scrollbar{width:6px}[data-theme=dark] ::-webkit-scrollbar-track{background:transparent}[data-theme=dark] ::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.08);border-radius:3px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.15)}.pgd-kente-bar{height:4px;border-radius:2px;margin-bottom:24px;opacity:.6;background:repeating-linear-gradient(90deg,var(--pgd-green,#108465) 0,var(--pgd-green,#108465) 20%,var(--pgd-gold,#d4913d) 20%,var(--pgd-gold,#d4913d) 40%,#e07b39 40%,#e07b39 60%,var(--pgd-blue,#3b82f6) 60%,var(--pgd-blue,#3b82f6) 80%,var(--pgd-red,#ef4444) 80%,var(--pgd-red,#ef4444) 100%);background-size:100px 4px}.pgd-hero{background:linear-gradient(135deg,#0a3d2e,#0e5740 30%,#127a56 60%,#1a6b45 80%,#074436);border-radius:24px;padding:32px 36px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 12px 48px rgba(16,132,101,.2),inset 0 1px 0 hsla(0,0%,100%,.06)}.pgd-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23fff' fill-opacity='.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.pgd-hero:after{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(212,145,61,.08),transparent 70%)}.pgd-hero-content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.pgd-hero-left{flex:1;min-width:280px}.pgd-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);font-size:12px;font-weight:600;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}.pgd-hero-badge .dot{width:6px;height:6px;border-radius:50%;background:#e8a84c;animation:pgd-pulse 2s infinite}.pgd-hero-heading{font-family:Space Grotesk,Inter,sans-serif;font-size:32px;font-weight:700;color:#fff;letter-spacing:-.5px;margin-bottom:10px;line-height:1.2}.pgd-hero-sub{font-size:15px;color:hsla(0,0%,100%,.55);line-height:1.6;max-width:500px}.pgd-hero-stats{display:flex;gap:12px;flex-wrap:wrap}.pgd-hero-stat{padding:14px 20px;border-radius:14px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);min-width:120px;backdrop-filter:blur(8px)}.pgd-hero-stat-num{font-family:Space Grotesk,Inter,sans-serif;font-size:32px;font-weight:700;color:#fff;line-height:1}.pgd-hero-stat-label{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.5px;margin-top:5px}.pgd-kpi-row{display:flex;gap:16px;margin-bottom:6px;flex-wrap:wrap}.pgd-kpi{flex:1;min-width:80px;text-align:center;padding:14px 8px;border-radius:10px}.pgd-kpi,[data-theme=dark] .pgd-kpi{background:hsla(0,0%,100%,.02)}.pgd-kpi-num{font-family:Space Grotesk,Inter,sans-serif;font-size:26px;font-weight:700;color:var(--pgd-text,var(--pg-text-dark));line-height:1}.pgd-kpi-label{font-size:11.5px;color:var(--pgd-text-dim,var(--pg-text-muted));text-transform:uppercase;letter-spacing:.5px;margin-top:5px}.pgd-stat-card.accent-green{position:relative;overflow:hidden}.pgd-stat-card.accent-green:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--pgd-green,#108465),var(--pgd-green-light,#5dcaa5))}.pgd-stat-card.accent-gold:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--pgd-gold,#d4913d),var(--pgd-gold-light,#e8a84c))}.pgd-stat-card.accent-blue:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,var(--pgd-blue,#3b82f6))}.pgd-stat-card.accent-purple:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7c3aed,var(--pgd-purple,#8b5cf6))}[data-theme=dark] .pgd-stat-icon.green{background:rgba(16,132,101,.12);color:var(--pgd-green-light)}[data-theme=dark] .pgd-stat-icon.gold{background:rgba(212,145,61,.12);color:var(--pgd-gold-light)}[data-theme=dark] .pgd-stat-icon.blue{background:rgba(59,130,246,.12);color:#60a5fa}[data-theme=dark] .pgd-stat-icon.red{background:rgba(239,68,68,.12);color:#f87171}[data-theme=dark] .pgd-stat-icon.purple{background:rgba(139,92,246,.12);color:#a78bfa}.pgd-qa-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pgd-qa-item{display:flex;align-items:center;gap:12px;padding:14px;border-radius:12px;cursor:pointer;transition:all .2s;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.04)}[data-theme=dark] .pgd-qa-item:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.08);transform:translateY(-1px)}.pgd-qa-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.pgd-qa-label{font-size:14.5px;font-weight:600;color:var(--pgd-text,var(--pg-text-dark))}.pgd-qa-desc{font-size:12px;color:var(--pgd-text-dim,var(--pg-text-muted));margin-top:2px}.pgd-audit-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;margin-bottom:8px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.03)}.pgd-audit-item:last-child{margin-bottom:0}.pgd-audit-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.pgd-audit-title{font-size:14.5px;font-weight:600;color:var(--pgd-text,var(--pg-text-dark))}.pgd-audit-desc{font-size:12.5px;color:var(--pgd-text-dim,var(--pg-text-muted));margin-top:2px}.pgd-audit-badge{font-size:11px;font-weight:700;padding:5px 12px;border-radius:6px}.pgd-activity-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.03)}.pgd-activity-item:last-child{border-bottom:none}.pgd-activity-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.pgd-activity-text p{font-size:14px;color:var(--pgd-text-sec,#596882);line-height:1.5;margin:0}.pgd-activity-text strong{color:var(--pgd-text,var(--pg-text-dark));font-weight:600}.pgd-activity-time{font-size:12px;color:var(--pgd-text-muted,var(--pg-text-muted));margin-top:3px;display:block}.pgd-health-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.03)}.pgd-health-item:last-child{border-bottom:none}.pgd-health-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.pgd-health-dot.ok{background:#5dcaa5;box-shadow:0 0 8px rgba(93,202,165,.4)}.pgd-health-dot.warn{background:var(--pgd-amber,#f59e0b);box-shadow:0 0 8px rgba(245,158,11,.4)}.pgd-health-dot.err{background:var(--pgd-red,#ef4444);box-shadow:0 0 8px rgba(239,68,68,.4)}.pgd-health-name{font-size:14px;color:var(--pgd-text-sec,#596882);flex:1}.pgd-health-status{font-size:12px;font-weight:600;padding:4px 12px;border-radius:6px}.pgd-health-status.ok{background:rgba(93,202,165,.08);color:#5dcaa5}.pgd-health-status.warn{background:rgba(245,158,11,.08);color:var(--pgd-amber,#f59e0b)}.pgd-donut-wrap{position:relative;display:flex;align-items:center;justify-content:center}.pgd-donut-center{position:absolute;text-align:center}.pgd-donut-center-value{font-family:Space Grotesk,Inter,sans-serif;font-size:32px;font-weight:700;color:var(--pgd-text,var(--pg-text-dark));line-height:1}.pgd-donut-center-label{font-size:12px;color:var(--pgd-text-dim,var(--pg-text-muted));text-transform:uppercase;letter-spacing:.5px;margin-top:3px}.pgd-legend-list{display:flex;flex-direction:column;gap:8px;margin-top:14px}.pgd-legend-item{display:flex;align-items:center;font-size:14px}.pgd-legend-left{display:flex;align-items:center;gap:8px;color:var(--pgd-text-sec,#596882)}.pgd-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.pgd-legend-val{font-weight:600;color:var(--pgd-text,var(--pg-text-dark));font-family:Space Grotesk,Inter,sans-serif;margin-left:auto}.pgd-legend-bar{flex:1;margin:0 12px;height:4px;border-radius:2px;background:hsla(0,0%,100%,.04);overflow:hidden}.pgd-legend-bar-fill{height:100%;border-radius:2px}.pgd-progress-track{height:6px;border-radius:3px;background:hsla(0,0%,100%,.06);overflow:hidden}.pgd-progress-fill{height:100%;border-radius:3px;transition:width .8s ease}.pgd-card-title-sm{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--pgd-text-dim,var(--pg-text-muted));display:flex;align-items:center;gap:8px}.pgd-card-title-sm i{font-size:14px;color:var(--pgd-green-light,var(--pg-kijani))}.pgd-card-subtitle{font-size:14px;color:var(--pgd-text-sec,#596882);margin-top:4px}.pgd-card-badge-sm{font-size:12px;font-weight:600;padding:5px 12px;border-radius:6px;display:inline-flex;align-items:center;gap:5px}.pgd-card-badge-sm.green{background:rgba(16,132,101,.12);color:var(--pgd-green-light,var(--pg-success))}.pgd-card-badge-sm.gold{background:rgba(212,145,61,.12);color:var(--pgd-gold-light,var(--pg-dhahabu))}.pgd-badge-live{font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:6px;display:inline-flex;align-items:center;gap:5px;text-transform:uppercase;letter-spacing:.5px}.pgd-badge-live.live{background:rgba(16,132,101,.12);color:#5dcaa5}.pgd-badge-live.live:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;animation:pgd-pulse 1.5s infinite}.pgd-badge-live.completed{background:rgba(59,130,246,.1);color:#60a5fa}.pgd-badge-live.draft{background:hsla(0,0%,100%,.05);color:var(--pgd-text-dim,var(--pg-text-muted))}.pgd-badge-live.review{background:rgba(212,145,61,.12);color:var(--pgd-gold-light,var(--pg-dhahabu))}[data-theme=dark] .pgd-chart-ranges button{border-color:hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.04);color:var(--pgd-text-dim);font-size:12px;padding:6px 14px;border-radius:8px}[data-theme=dark] .pgd-chart-ranges button.active,[data-theme=dark] .pgd-chart-ranges button:hover{background:rgba(16,132,101,.12);color:var(--pgd-green-light);border-color:rgba(16,132,101,.3)}.pgd-footer-badges{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.pgd-footer-tag{font-size:10px;font-weight:600;padding:3px 10px;border-radius:6px}@media (max-width:1200px){[data-theme=dark] .pgd-sidebar{width:260px}[data-theme=dark] .pgd-main{margin-left:260px}}@media (max-width:768px){[data-theme=dark] .pgd-sidebar{transform:translateX(-100%)}[data-theme=dark] .pgd-sidebar.open{transform:translateX(0)}[data-theme=dark] .pgd-main{margin-left:0}.pgd-hero{padding:24px 20px;border-radius:16px}.pgd-hero-stats{flex-direction:column}.pgd-qa-grid{grid-template-columns:1fr}}.pgd-theme-toggle{position:relative}.pgd-icon-light{display:none}.pgd-icon-dark,[data-theme=light] .pgd-icon-light{display:inline}[data-theme=light] .pgd-icon-dark{display:none}[data-theme=dark] .pgd-theme-toggle:hover{color:#e8a84c!important}[data-theme=dark] .pgd-notif-dropdown{background:var(--pgd-card)!important;border-color:var(--pgd-border)!important;box-shadow:0 12px 48px rgba(0,0,0,.5)!important}a.pgd-card,a.pgd-qa-item,a.pgd-stat-card{text-decoration:none;color:inherit;display:block}.pgd-table tbody tr.pgd-row-link,a.pgd-qa-item:hover,a.pgd-stat-card:hover{cursor:pointer}[data-theme=dark] .pgd-table tbody tr.pgd-row-link:hover{background:hsla(0,0%,100%,.04)}[data-theme=light]{--pgd-bg:#f0f2f5;--pgd-card:#fff;--pgd-card-hover:#fafbfc;--pgd-elevated:#fff;--pgd-border:rgba(0,0,0,.07);--pgd-border-hover:rgba(0,0,0,.12);--pgd-text:#111827;--pgd-text-sec:#4b5563;--pgd-text-dim:#9ca3af;--pgd-text-muted:#d1d5db;--pgd-green-light:#0b6b50}[data-theme=light] body{background:var(--pgd-bg);color:var(--pgd-text)}[data-theme=light] .pgd-sidebar{background:linear-gradient(180deg,#fff,#f9fafb);border-right:1px solid #e5e7eb;width:260px}[data-theme=light] .pgd-sb-header{border-bottom-color:#e5e7eb}[data-theme=light] .pgd-sb-title{color:#111827;text-transform:none;font-family:Space Grotesk,Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.5px}[data-theme=light] .pgd-sb-label,[data-theme=light] .pgd-sb-sub{color:#9ca3af}[data-theme=light] .pgd-sb-link{color:#4b5563;font-size:14.5px;padding:12px 14px;border-radius:10px}[data-theme=light] .pgd-sb-link:hover{background:rgba(0,0,0,.03);color:#111827}[data-theme=light] .pgd-sb-link.active{background:rgba(16,132,101,.08);color:var(--pg-kijani)}[data-theme=light] .pgd-sb-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:22px;background:var(--pg-kijani);border-radius:0 4px 4px 0}[data-theme=light] .pgd-sb-footer{border-top-color:#e5e7eb}[data-theme=light] .pgd-sb-user{background:rgba(0,0,0,.02);border-radius:10px;padding:10px 12px}[data-theme=light] .pgd-sb-user-name{color:#111827}[data-theme=light] .pgd-sb-user-role{color:#9ca3af}[data-theme=light] .pgd-sb-logout{border-color:#e5e7eb;color:#9ca3af}[data-theme=light] .pgd-main{margin-left:260px;background:var(--pgd-bg)}[data-theme=light] .pgd-topbar{background:hsla(0,0%,100%,.85);border-bottom:1px solid #e5e7eb;height:68px;backdrop-filter:blur(20px)}[data-theme=light] .pgd-topbar-left h4{color:#111827;font-size:18px}[data-theme=light] .pgd-topbar-left p{color:#9ca3af}[data-theme=light] .pgd-tb-icon{background:rgba(0,0,0,.03);border-color:#e5e7eb;color:#6b7280;border-radius:10px}[data-theme=light] .pgd-tb-icon:hover{background:rgba(0,0,0,.06);color:#111827}[data-theme=light] .pgd-tb-badge{background:rgba(16,132,101,.06);color:var(--pg-kijani);border-color:rgba(16,132,101,.12)}[data-theme=light] .pgd-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.04)}[data-theme=light] .pgd-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.06)}[data-theme=light] .pgd-card-header{border-bottom-color:#e5e7eb}[data-theme=light] .pgd-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.04);padding:22px 24px}[data-theme=light] .pgd-stat-card:hover{border-color:#d1d5db;box-shadow:0 4px 16px rgba(0,0,0,.08)}[data-theme=light] .pgd-stat-val{color:#111827}[data-theme=light] .pgd-stat-label{color:#4b5563}[data-theme=light] .pgd-stat-icon{border-radius:12px;width:46px;height:46px}[data-theme=light] .pgd-table thead th{color:#9ca3af;border-bottom-color:#e5e7eb}[data-theme=light] .pgd-table tbody td{color:#4b5563;border-bottom-color:#f3f4f6}[data-theme=light] .pgd-table tbody td strong{color:#111827}[data-theme=light] .pgd-table tbody tr:hover{background:#f9fafb}[data-theme=light] .pgd-badge-live.live{background:rgba(16,132,101,.08);color:#0b6b50}[data-theme=light] .pgd-badge-live.completed{background:rgba(59,130,246,.08);color:#2563eb}[data-theme=light] .pgd-badge-live.draft{background:#f3f4f6;color:#9ca3af}[data-theme=light] .pgd-progress-track{background:#f3f4f6}[data-theme=light] .pgd-kpi{background:#f9fafb}[data-theme=light] .pgd-legend-bar{background:#f3f4f6}[data-theme=light] .pgd-qa-item{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .pgd-qa-item:hover{background:#f3f4f6;border-color:#d1d5db}[data-theme=light] .pgd-audit-item{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .pgd-activity-item,[data-theme=light] .pgd-health-item{border-bottom-color:#f3f4f6}[data-theme=light] .pgd-footer{background:#fff;border-top-color:#e5e7eb;color:#9ca3af}[data-theme=light] .pgd-footer a{color:var(--pg-kijani)}[data-theme=light] .pgd-content{padding:24px 28px 40px}[data-theme=light] .pgd-chart-ranges button{border-color:#e5e7eb;background:#fff;color:#9ca3af}[data-theme=light] .pgd-chart-ranges button.active,[data-theme=light] .pgd-chart-ranges button:hover{background:rgba(16,132,101,.08);color:var(--pg-kijani);border-color:rgba(16,132,101,.2)}[data-theme=light] .pgd-theme-toggle:hover{color:var(--pg-dhahabu)!important}[data-theme=light] ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1)}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}[data-theme=light] .pgd-badge-primary{background:rgba(16,132,101,.06);color:var(--pg-kijani)}[data-theme=light] .pgd-badge-danger{background:rgba(220,53,69,.06);color:var(--pg-danger)}@media (max-width:768px){[data-theme=light] .pgd-sidebar{transform:translateX(-100%)}[data-theme=light] .pgd-sidebar.open{transform:translateX(0)}[data-theme=light] .pgd-main{margin-left:0}}.pgo-filter-bar{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:14px;background:var(--pgd-card,#fff);border:1px solid var(--pgd-border,rgba(0,0,0,.07));margin-bottom:20px;flex-wrap:wrap}.pgo-filter-search{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);flex:1;min-width:240px}[data-theme=dark] .pgo-filter-search{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.06)}[data-theme=light] .pgo-filter-search{background:rgba(0,0,0,.03);border-color:#e5e7eb}.pgo-filter-search i{color:var(--pgd-text-muted,#5a6478);font-size:13px}.pgo-filter-search input{border:none;background:none;outline:none;color:var(--pgd-text,var(--pg-text-dark));font-size:14px;font-family:Inter,system-ui,sans-serif;width:100%}.pgo-filter-search input::-moz-placeholder{color:var(--pgd-text-muted,#5a6478)}.pgo-filter-search input::placeholder{color:var(--pgd-text-muted,#5a6478)}.pgo-filter-select{padding:10px 32px 10px 14px;border-radius:10px;font-size:13px;font-weight:500;border:1px solid hsla(0,0%,100%,.06);cursor:pointer;font-family:Inter,system-ui,sans-serif;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:hsla(0,0%,100%,.04) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%235A6478' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") no-repeat right 12px center;color:var(--pgd-text-sec,var(--pg-text-muted))}[data-theme=light] .pgo-filter-select{background-color:rgba(0,0,0,.03);border-color:#e5e7eb;color:#4b5563}.pgo-filter-pills{display:flex;gap:6px;flex-wrap:wrap}.pgo-filter-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.03);color:var(--pgd-text-sec,var(--pg-text-muted));font-size:13px;font-weight:500;cursor:pointer;font-family:Inter,system-ui,sans-serif;transition:all .2s}.pgo-filter-pill:hover{background:hsla(0,0%,100%,.06);color:var(--pgd-text,var(--pg-text-dark))}.pgo-filter-pill.active{background:rgba(16,132,101,.12);color:var(--pgd-green-light,#5dcaa5);border-color:rgba(16,132,101,.25)}[data-theme=light] .pgo-filter-pill{background:#fff;border-color:#e5e7eb;color:#6b7280}[data-theme=light] .pgo-filter-pill:hover{background:#f3f4f6;color:#111827}[data-theme=light] .pgo-filter-pill.active{background:rgba(16,132,101,.08);color:var(--pg-kijani);border-color:rgba(16,132,101,.2)}.pgo-fdot{width:7px;height:7px;border-radius:50%;flex-shrink:0;display:inline-block}.pgo-filter-count{font-size:13px;color:var(--pgd-text-muted,#5a6478);margin-left:auto;white-space:nowrap}.pgo-action-btn{width:32px;height:32px;border-radius:8px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.03);display:inline-flex;align-items:center;justify-content:center;color:var(--pgd-text-dim,#5a6478);cursor:pointer;transition:all .2s;font-size:12px}.pgo-action-btn:hover{background:hsla(0,0%,100%,.06);color:var(--pgd-text,var(--pg-text-dark))}[data-theme=light] .pgo-action-btn{background:rgba(0,0,0,.03);border-color:#e5e7eb;color:#9ca3af}[data-theme=light] .pgo-action-btn:hover{background:rgba(0,0,0,.06);color:#111827}.pgo-pagination{display:flex;align-items:center;justify-content:space-between;padding:16px 0;margin-top:8px}.pgo-pagination-info{font-size:13px;color:var(--pgd-text-muted,#5a6478)}.pgo-pagination-btns{display:flex;gap:4px}.pgo-page-btn{min-width:34px;height:34px;border-radius:8px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.03);color:var(--pgd-text-sec,var(--pg-text-muted));font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,sans-serif}.pgo-page-btn:hover{background:hsla(0,0%,100%,.06);color:var(--pgd-text,var(--pg-text-dark))}.pgo-page-btn.active{background:rgba(16,132,101,.15);color:var(--pgd-green-light,#5dcaa5);border-color:rgba(16,132,101,.3)}.pgo-page-btn:disabled{opacity:.3;cursor:not-allowed}[data-theme=light] .pgo-page-btn{background:#fff;border-color:#e5e7eb;color:#6b7280}[data-theme=light] .pgo-page-btn:hover{background:#f3f4f6;color:#111827}[data-theme=light] .pgo-page-btn.active{background:rgba(16,132,101,.08);color:var(--pg-kijani);border-color:rgba(16,132,101,.2)}.pgo-map-placeholder{height:240px;border-radius:12px;background:linear-gradient(135deg,#0b1527,#111c33);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.04)}.pgo-map-placeholder:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cpath d='M240 180c-20-40 30-80 70-60s80 10 110-10 70-30 100-10 50 50 30 80-60 40-100 50-80-10-120 0-70 20-90-10z' fill='%23108465' fill-opacity='.06'/%3E%3Cpath d='M300 200c-15-30 25-60 55-45s65 8 90-8 55-25 80-8 40 40 25 65-50 32-80 40-65-8-95 0-55 16-75-8z' fill='%230B6B50' fill-opacity='.08'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain}[data-theme=light] .pgo-map-placeholder{background:linear-gradient(135deg,#f0f4f8,#e8ecf1)}.pgo-map-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#5dcaa5;box-shadow:0 0 12px rgba(93,202,165,.6);animation:pgo-pulse 2s infinite}.pgo-map-dot:after{content:attr(data-label);position:absolute;top:-20px;left:50%;transform:translateX(-50%);font-size:10px;color:var(--pgd-text-sec,#8b95a8);white-space:nowrap;font-weight:600}@keyframes pgo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.pgo-top-org{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.03);margin-bottom:8px;transition:all .2s;cursor:pointer}.pgo-top-org:last-child{margin-bottom:0}.pgo-top-org:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.08)}[data-theme=light] .pgo-top-org{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .pgo-top-org:hover{background:#f3f4f6;border-color:#d1d5db}.pgo-top-org-rank{font-family:Space Grotesk,Inter,sans-serif;font-size:16px;font-weight:700;color:var(--pgd-text-muted,#3e4a5e);width:28px;text-align:center}.pgo-top-org-avatar{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.pgo-top-org-info{flex:1;min-width:0}.pgo-top-org-name{font-size:14px;font-weight:600;color:var(--pgd-text,var(--pg-text-dark));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pgo-top-org-type{font-size:12px;color:var(--pgd-text-dim,#5a6478)}.pgo-top-org-stat{text-align:right}.pgo-top-org-num{font-family:Space Grotesk,Inter,sans-serif;font-size:16px;font-weight:700;color:var(--pgd-text,var(--pg-text-dark))}.pgo-top-org-label{font-size:11px;color:var(--pgd-text-muted,#3e4a5e)}.pgod-hero{background:linear-gradient(135deg,#0a2e42,#0b4d3a 40%,#074436 70%,#0e3d5a);border-radius:20px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 12px 48px rgba(11,107,80,.15),inset 0 1px 0 hsla(0,0%,100%,.06)}.pgod-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23fff' fill-opacity='0.015'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.pgod-hero:after{content:"";position:absolute;top:-80%;right:-5%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(212,145,61,.06) 0,transparent 70%)}.pgod-hero-top{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;border-bottom:1px solid hsla(0,0%,100%,.06);position:relative;z-index:2}.pgod-hero-breadcrumb{font-size:13px;color:hsla(0,0%,100%,.4);display:flex;align-items:center;gap:6px}.pgod-hero-breadcrumb a,.pgod-hero-breadcrumb button{color:hsla(0,0%,100%,.55);text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:0;transition:color .15s}.pgod-hero-breadcrumb a:hover,.pgod-hero-breadcrumb button:hover{color:#fff}.pgod-hero-actions{gap:8px}.pgod-hero-actions,.pgod-hero-body{display:flex;position:relative;z-index:2}.pgod-hero-body{padding:28px 28px 0;align-items:center;gap:24}.pgod-logo{width:88px;height:88px;border-radius:20px;flex-shrink:0;background:linear-gradient(135deg,rgba(16,132,101,.2),rgba(16,132,101,.4));border:3px solid hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.25)}.pgod-logo span{font-family:Space Grotesk,Inter,sans-serif;font-size:32px;font-weight:700;color:#fff;letter-spacing:-1px}.pgod-info{flex:1}.pgod-badges{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.pgod-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.pgod-badge-type{background:rgba(59,130,246,.1);color:#60a5fa;border:1px solid rgba(59,130,246,.15)}.pgod-badge-status{border:1px solid rgba(93,202,165,.15)}.pgod-badge-status.active{background:rgba(93,202,165,.1);color:#5dcaa5}.pgod-badge-status.pending{background:rgba(212,145,61,.1);color:#e8a84c}.pgod-badge-status.suspended{background:rgba(239,68,68,.1);color:#f87171}.pgod-badge-status.deactivated{background:hsla(0,0%,100%,.05);color:#8b95a8}.pgod-name{font-family:Space Grotesk,Inter,sans-serif;font-size:30px;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1.15}.pgod-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:8px;font-size:13px;color:hsla(0,0%,100%,.45)}.pgod-meta span{display:flex;align-items:center;gap:5px}.pgod-meta i{font-size:10px;opacity:.6}.pgod-kpis{display:flex;gap:14px;flex-shrink:0;position:relative;z-index:2}.pgod-kpi{text-align:center;padding:14px 20px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;min-width:90px;backdrop-filter:blur(8px)}.pgod-kpi-val{font-family:Space Grotesk,Inter,sans-serif;font-size:28px;font-weight:700;color:#fff;line-height:1}.pgod-kpi-label{font-size:11px;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.8px;font-weight:600;margin-top:3px}.pgod-tabs{gap:0;border-top:1px solid hsla(0,0%,100%,.06);z-index:2;margin-top:20px}.pgod-tab,.pgod-tabs{display:flex;position:relative}.pgod-tab{padding:14px 24px;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.4);cursor:pointer;background:none;font-family:Inter,system-ui,sans-serif;align-items:center;gap:7px;border:none;border-bottom:2px solid transparent;transition:all .2s}.pgod-tab:hover{color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.02)}.pgod-tab.active{color:#5dcaa5;border-bottom-color:#5dcaa5}.pgod-tab-count{font-size:10px;font-weight:700;padding:2px 7px;border-radius:8px;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.5)}.pgod-tab.active .pgod-tab-count{background:rgba(93,202,165,.15);color:#5dcaa5}.pgod-tab i{font-size:12px}.pgod-stat{background:var(--pgd-card,#111827);border:1px solid var(--pgd-border,hsla(0,0%,100%,.06));border-radius:16px;padding:20px 22px;position:relative;overflow:hidden;transition:all .2s}.pgod-stat:hover{border-color:hsla(0,0%,100%,.1);transform:translateY(-2px);box-shadow:0 4px 24px rgba(0,0,0,.35)}.pgod-stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.pgod-stat.green:before{background:linear-gradient(90deg,var(--pg-kijani),#5dcaa5)}.pgod-stat.gold:before{background:linear-gradient(90deg,#d4913d,#e8a84c)}.pgod-stat.blue:before{background:linear-gradient(90deg,#2563eb,#3b82f6)}.pgod-stat.purple:before{background:linear-gradient(90deg,#7c3aed,#8b5cf6)}.pgod-stat.amber:before{background:linear-gradient(90deg,#d97706,#f59e0b)}.pgod-stat.cyan:before{background:linear-gradient(90deg,#0891b2,#06b6d4)}.pgod-stat-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.pgod-stat-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:19px}.pgod-stat-icon.green{background:rgba(16,132,101,.12);color:#5dcaa5}.pgod-stat-icon.gold{background:rgba(212,145,61,.12);color:#e8a84c}.pgod-stat-icon.blue{background:rgba(59,130,246,.12);color:#60a5fa}.pgod-stat-icon.purple{background:rgba(139,92,246,.12);color:#a78bfa}.pgod-stat-icon.amber{background:rgba(245,158,11,.12);color:#f59e0b}.pgod-stat-icon.cyan{background:rgba(6,182,212,.12);color:#06b6d4}.pgod-stat-change{font-size:12px;font-weight:600;display:flex;align-items:center;gap:3px;padding:4px 10px;border-radius:6px}.pgod-stat-change.up{background:rgba(16,132,101,.1);color:#5dcaa5}.pgod-stat-change.down{background:rgba(239,68,68,.1);color:#f87171}.pgod-stat-change.steady{background:hsla(0,0%,100%,.05);color:var(--pgd-text-dim)}.pgod-stat-val{font-family:Space Grotesk,Inter,sans-serif;font-size:34px;font-weight:700;color:var(--pgd-text,#e8ecf1);line-height:1;letter-spacing:-1px}.pgod-stat-label{font-size:14px;color:var(--pgd-text-sec,#8b95a8);margin-top:5px;font-weight:500}.pgod-stat-spark{height:44px;margin-top:14px;margin-left:-6px;margin-right:-6px}.pgod-qa{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;font-size:14px;font-weight:600;border:1px solid var(--pgd-border,hsla(0,0%,100%,.06));background:var(--pgd-card,#111827);color:var(--pgd-text-sec,#8b95a8);transition:all .2s;cursor:pointer;font-family:Inter,system-ui,sans-serif}.pgod-qa:hover{background:var(--pgd-card-hover,#162032);border-color:hsla(0,0%,100%,.12);color:var(--pgd-text,#e8ecf1);transform:translateY(-1px)}.pgod-qa i{font-size:14px}.pgod-qa.primary{background:linear-gradient(135deg,var(--pg-kijani),#0b6b50);color:#fff;border:none;box-shadow:0 4px 16px rgba(16,132,101,.25)}.pgod-qa.primary:hover{box-shadow:0 8px 24px rgba(16,132,101,.25)}.pgod-qa.gold{background:linear-gradient(135deg,#d4913d,#c17e2e);color:#fff;border:none;box-shadow:0 4px 16px rgba(212,145,61,.25)}.pgod-pipeline{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.pgod-pipeline-col{flex:1;min-width:170px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.04);border-radius:12px;padding:14px}.pgod-pipeline-header{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.pgod-pipeline-card{background:var(--pgd-card,#111827);border:1px solid var(--pgd-border,hsla(0,0%,100%,.06));border-radius:10px;padding:12px;margin-bottom:8px;cursor:pointer;transition:all .2s}.pgod-pipeline-card:hover{border-color:hsla(0,0%,100%,.12);transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.3)}.pgod-pipeline-card:last-child{margin-bottom:0}.pgod-pipeline-card-title{font-size:14px;font-weight:600;color:var(--pgd-text,#e8ecf1);margin-bottom:4px}.pgod-pipeline-card-sub{font-size:12px;color:var(--pgd-text-dim,#5a6478)}.pgod-pipeline-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:11px}.pgod-table{width:100%;border-collapse:collapse}.pgod-table th{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--pgd-text-muted,#3e4a5e);text-align:left}.pgod-table td,.pgod-table th{padding:14px 16px;border-bottom:1px solid var(--pgd-border,hsla(0,0%,100%,.06))}.pgod-table td{font-size:14.5px;color:var(--pgd-text-sec,#8b95a8);vertical-align:middle}.pgod-table tr{cursor:pointer;transition:all .2s}.pgod-table tr:hover td{background:hsla(0,0%,100%,.02)}.pgod-table tr:last-child td{border-bottom:none}.pgod-member-cell{display:flex;align-items:center;gap:12px}.pgod-member-avatar{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.pgod-member-name{font-size:15px;font-weight:600;color:var(--pgd-text,#e8ecf1)}.pgod-member-email{font-size:12px;color:var(--pgd-text-muted,#3e4a5e);margin-top:1px}.pgod-role-badge{font-weight:600}.pgod-role-badge,.pgod-verify-badge{font-size:11.5px;padding:5px 12px;border-radius:6px;display:inline-flex;align-items:center;gap:5px}.pgod-verify-badge{font-weight:700}.pgod-branch-node{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.04);margin-bottom:8px;cursor:pointer;transition:all .2s}.pgod-branch-node:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.08)}.pgod-branch-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.pgod-branch-name{font-size:14px;font-weight:600;color:var(--pgd-text,#e8ecf1)}.pgod-branch-meta{font-size:12px;color:var(--pgd-text-dim,#5a6478);margin-top:2px}.pgod-branch-level{font-size:11px;font-weight:700;padding:5px 12px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.pgod-branch-children{padding-left:24px;border-left:2px solid hsla(0,0%,100%,.04);margin-left:18px}.pgod-timeline-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.03)}.pgod-timeline-item:last-child{border-bottom:none}.pgod-timeline-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.pgod-timeline-text{font-size:14px;color:var(--pgd-text-sec,#8b95a8);line-height:1.5}.pgod-timeline-text strong{color:var(--pgd-text,#e8ecf1);font-weight:600}.pgod-timeline-time{font-size:12px;color:var(--pgd-text-muted,#3e4a5e);margin-top:3px;display:flex;align-items:center;gap:5px}.pgod-comp-item{display:flex;align-items:center;gap:12px;padding:14px;border-radius:12px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.03);margin-bottom:8px}.pgod-comp-item:last-child{margin-bottom:0}.pgod-comp-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.pgod-comp-title{font-size:14px;font-weight:600;color:var(--pgd-text,#e8ecf1)}.pgod-comp-desc{font-size:12px;color:var(--pgd-text-dim,#5a6478);margin-top:2px}.pgod-comp-badge{font-size:11px;font-weight:700;padding:5px 12px;border-radius:6px;white-space:nowrap}.pgod-progress{height:6px;border-radius:3px;background:hsla(0,0%,100%,.06);overflow:hidden;margin-top:8px}.pgod-progress-fill{height:100%;border-radius:3px;transition:width .8s ease}.pgod-danger{background:var(--pgd-card,#111827);border:1px solid rgba(239,68,68,.12);border-radius:16px;overflow:hidden}.pgod-danger-header{padding:14px 22px;border-bottom:1px solid rgba(239,68,68,.08);display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ef4444}.pgod-danger-body{padding:14px 22px 18px}.pgod-danger-action{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.03)}.pgod-danger-action:last-child{border-bottom:none}.pgod-danger-action-title{font-size:14px;font-weight:600;color:var(--pgd-text,#e8ecf1)}.pgod-danger-action-desc{font-size:12px;color:var(--pgd-text-dim,#5a6478);margin-top:2px}.pgod-danger-btn{font-size:12px;font-weight:700;padding:7px 16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .2s;border:none;font-family:Inter,system-ui,sans-serif}.pgod-danger-btn.warn{background:rgba(245,158,11,.1);color:#f59e0b;border:1px solid rgba(245,158,11,.15)}.pgod-danger-btn.warn:hover{background:rgba(245,158,11,.2)}.pgod-danger-btn.red{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.15)}.pgod-danger-btn.red:hover{background:rgba(239,68,68,.2)}.pgod-danger-btn.green{background:rgba(16,132,101,.1);color:#5dcaa5;border:1px solid rgba(16,132,101,.15)}.pgod-danger-btn.green:hover{background:rgba(16,132,101,.2)}[data-theme=light] .pgod-stat{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.04)}[data-theme=light] .pgod-stat:hover{border-color:#d1d5db;box-shadow:0 4px 16px rgba(0,0,0,.08)}[data-theme=light] .pgod-stat-val{color:#111827}[data-theme=light] .pgod-stat-label{color:#6b7280}[data-theme=light] .pgod-stat-change.up{background:rgba(16,132,101,.06);color:var(--pg-kijani)}[data-theme=light] .pgod-stat-change.steady{background:rgba(0,0,0,.04)}[data-theme=light] .pgod-qa{background:#fff;border-color:#e5e7eb;color:#4b5563}[data-theme=light] .pgod-qa:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}[data-theme=light] .pgod-pipeline-col{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .pgod-pipeline-card{background:#fff;border-color:#e5e7eb}[data-theme=light] .pgod-pipeline-card:hover{border-color:#d1d5db;box-shadow:0 4px 16px rgba(0,0,0,.06)}[data-theme=light] .pgod-pipeline-card-title{color:#111827}[data-theme=light] .pgod-pipeline-card-sub{color:#9ca3af}[data-theme=light] .pgod-table th{color:#9ca3af;border-bottom-color:#e5e7eb}[data-theme=light] .pgod-table td{color:#4b5563;border-bottom-color:#f3f4f6}[data-theme=light] .pgod-table tr:hover td{background:#f9fafb}[data-theme=light] .pgod-member-name{color:#111827}[data-theme=light] .pgod-member-email{color:#d1d5db}[data-theme=light] .pgod-branch-node{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .pgod-branch-node:hover{background:#f3f4f6;border-color:#d1d5db}[data-theme=light] .pgod-branch-name{color:#111827}[data-theme=light] .pgod-branch-meta{color:#9ca3af}[data-theme=light] .pgod-comp-item{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .pgod-comp-title{color:#111827}[data-theme=light] .pgod-comp-desc{color:#9ca3af}[data-theme=light] .pgod-progress{background:#f3f4f6}[data-theme=light] .pgod-timeline-item{border-bottom-color:#f3f4f6}[data-theme=light] .pgod-timeline-text{color:#4b5563}[data-theme=light] .pgod-timeline-text strong{color:#111827}[data-theme=light] .pgod-timeline-time{color:#d1d5db}[data-theme=light] .pgod-danger{border-color:rgba(239,68,68,.15)}[data-theme=light] .pgod-danger-action-title{color:#111827}[data-theme=light] .pgod-danger-action-desc{color:#9ca3af}@media (max-width:1400px){.pgod-stats-grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:900px){.pgod-hero-body{flex-direction:column!important;align-items:flex-start!important}.pgod-kpis{flex-wrap:wrap}.pgod-tabs{overflow-x:auto}.pgod-stats-grid{grid-template-columns:repeat(2,1fr)!important}}.pgud-hero{background:linear-gradient(135deg,#1a1040,#0f2847 35%,#0b3d4a 65%,#0a2e42);border-radius:20px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 12px 48px rgba(124,58,237,.12),inset 0 1px 0 hsla(0,0%,100%,.06)}.pgud-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23fff' fill-opacity='0.012'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.pgud-hero:after{content:"";position:absolute;top:-80%;right:-5%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.08) 0,transparent 70%)}.pgud-hero-top{justify-content:space-between;padding:12px 28px;border-bottom:1px solid hsla(0,0%,100%,.06)}.pgud-hero-body,.pgud-hero-top{display:flex;align-items:center;position:relative;z-index:2}.pgud-hero-body{padding:28px 28px 0;gap:24px}.pgud-avatar{width:96px;height:96px;border-radius:22px;flex-shrink:0;background:linear-gradient(135deg,#7c3aed,#a78bfa);border:3px solid hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:36px;font-weight:700;color:#fff;letter-spacing:-1px;box-shadow:0 8px 32px rgba(124,58,237,.35);position:relative}.pgud-avatar img{width:100%;height:100%;border-radius:19px;-o-object-fit:cover;object-fit:cover}.pgud-avatar .dot{position:absolute;bottom:4px;right:4px;width:16px;height:16px;border-radius:50%;border:3px solid #0f2847}.pgud-avatar .dot.green{background:#5dcaa5}.pgud-avatar .dot.amber{background:#e8a84c}.pgud-avatar .dot.red{background:#f87171}.pgud-info{flex:1}.pgud-name{font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1.15}.pgud-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:8px;font-size:13px;color:hsla(0,0%,100%,.45)}.pgud-meta span{display:flex;align-items:center;gap:5px}.pgud-meta i{font-size:10px;opacity:.6}.pgud-tabs{display:flex;gap:0;border-top:1px solid hsla(0,0%,100%,.06);position:relative;z-index:2;margin-top:20px}.pgud-tab{padding:14px 22px;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.4);cursor:pointer;background:none;font-family:Inter,sans-serif;display:flex;align-items:center;gap:7px;border:none;border-bottom:2px solid transparent;transition:all .2s}.pgud-tab:hover{color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.02)}.pgud-tab.active{color:#a78bfa;border-bottom-color:#a78bfa}.pgud-tab-count{font-size:10px;font-weight:700;padding:2px 7px;border-radius:8px;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.5)}.pgud-tab.active .pgud-tab-count{background:rgba(167,139,250,.15);color:#a78bfa}.pgud-tab i{font-size:12px}.pgud-vs{border:1px solid var(--pgd-border,hsla(0,0%,100%,.06));border-radius:14px;margin-bottom:10px;overflow:hidden;transition:all .2s;cursor:pointer}.pgud-vs:hover{border-color:hsla(0,0%,100%,.12);box-shadow:0 4px 16px rgba(0,0,0,.2)}.pgud-vs.passed{border-left:4px solid #5dcaa5}.pgud-vs.failed{border-left:4px solid #f87171}.pgud-vs.pending{border-left:4px solid #e8a84c}.pgud-vs.processing{border-left:4px solid #60a5fa}.pgud-vs-row{gap:14px;padding:16px 18px}.pgud-vs-icon,.pgud-vs-row{display:flex;align-items:center}.pgud-vs-icon{width:42px;height:42px;border-radius:12px;justify-content:center;font-size:16px;flex-shrink:0}.pgud-vs-icon.passed{background:rgba(93,202,165,.12);color:#5dcaa5}.pgud-vs-icon.failed{background:hsla(0,91%,71%,.12);color:#f87171}.pgud-vs-icon.pending{background:rgba(232,168,76,.12);color:#e8a84c}.pgud-vs-icon.processing{background:rgba(96,165,250,.12);color:#60a5fa}.pgud-vs-title{font-size:15px;font-weight:600;color:var(--pgd-text,#e8ecf1)}.pgud-vs-sub{font-size:12px;color:var(--pgd-text-dim,#5a6478);margin-top:2px}.pgud-vs-scores{display:flex;gap:8px;margin-left:auto;align-items:center;flex-shrink:0}.pgud-vs-score{width:56px;text-align:center;padding:6px 4px;border-radius:8px;font-size:13px;font-weight:700}.pgud-vs-score .lbl{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:1px;opacity:.7}.pgud-vs-score.green{background:rgba(93,202,165,.1);color:#5dcaa5}.pgud-vs-score.red{background:hsla(0,91%,71%,.1);color:#f87171}.pgud-vs-score.amber{background:rgba(232,168,76,.1);color:#e8a84c}.pgud-vs-badge{font-size:12px;font-weight:700;padding:6px 14px;border-radius:8px;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;margin-left:8px}.pgud-vs-badge.passed{background:rgba(93,202,165,.1);color:#5dcaa5;border:1px solid rgba(93,202,165,.15)}.pgud-vs-badge.failed{background:hsla(0,91%,71%,.1);color:#f87171;border:1px solid hsla(0,91%,71%,.15)}.pgud-vs-badge.pending{background:rgba(232,168,76,.1);color:#e8a84c;border:1px solid rgba(232,168,76,.15)}.pgud-vs-badge.processing{background:rgba(96,165,250,.1);color:#60a5fa;border:1px solid rgba(96,165,250,.15)}.pgud-vs-detail{border-top:1px solid var(--pgd-border,hsla(0,0%,100%,.06));padding:20px}.pgud-vs-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--pgd-text-sec,#8b95a8);margin:18px 0 10px;display:flex;align-items:center;gap:6px}.pgud-vs-section-title:first-child{margin-top:0}.pgud-vs-docs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pgud-vs-doc{border-radius:12px;border:1px solid var(--pgd-border,hsla(0,0%,100%,.06));overflow:hidden;background:hsla(0,0%,100%,.02);position:relative}.pgud-vs-doc img{width:100%;height:140px;-o-object-fit:cover;object-fit:cover;display:block}.pgud-vs-doc-placeholder{width:100%;height:140px;background:linear-gradient(135deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.06));display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--pgd-text-muted,#3e4a5e)}.pgud-vs-doc-label{padding:8px 12px;font-size:12px;font-weight:600;color:var(--pgd-text-sec,#8b95a8);display:flex;align-items:center;justify-content:space-between}.pgud-vs-doc-badge{position:absolute;top:8px;right:8px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:5px}.pgud-vs-scores-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pgud-vs-score-card{text-align:center;padding:16px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.03);border-radius:12px}.pgud-vs-score-circle{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700;position:relative}.pgud-vs-score-circle:before{content:"";position:absolute;inset:0;border-radius:50%;border:4px solid hsla(0,0%,100%,.06)}.pgud-vs-score-name{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--pgd-text-sec,#8b95a8);margin-bottom:4px}.pgud-vs-score-result{font-size:12px;font-weight:700;display:flex;align-items:center;gap:4px;justify-content:center}.pgud-vs-score-engine{font-size:10px;color:var(--pgd-text-muted,#3e4a5e);margin-top:2px}.pgud-vs-ocr{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.03);border-radius:12px;padding:16px}.pgud-vs-ocr-grid{gap:0 24px}.pgud-vs-iprs-grid,.pgud-vs-ocr-grid{display:grid;grid-template-columns:repeat(3,1fr)}.pgud-vs-iprs-grid{gap:12px}.pgud-vs-iprs-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:12px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.03)}.pgud-vs-iprs-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.pgud-vs-failures{padding:14px;border-radius:10px;background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.1)}.pgud-vs-failures li{font-size:13px;color:#f87171;margin-bottom:4px;line-height:1.5}.pgud-vs-failures li:last-child{margin-bottom:0}.pgud-vs-actions{display:flex;gap:10px;margin-top:16px;justify-content:flex-end}.pgud-info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.03)}.pgud-info-row:last-child{border-bottom:none}.pgud-info-label{font-size:13px;color:var(--pgd-text-dim,#5a6478);font-weight:500}.pgud-info-val{font-size:14px;font-weight:600;color:var(--pgd-text,#e8ecf1)}.pgud-info-val.mono{font-family:JetBrains Mono,monospace;font-size:12px;color:var(--pgd-text-sec,#8b95a8)}.pgud-info-val.mismatch{color:#f87171}[data-theme=light] .pgud-vs{border-color:#e5e7eb}[data-theme=light] .pgud-vs:hover{border-color:#d1d5db;box-shadow:0 4px 16px rgba(0,0,0,.06)}[data-theme=light] .pgud-vs.passed{border-left-color:var(--pg-kijani,#108465)}[data-theme=light] .pgud-vs.failed{border-left-color:#dc3545}[data-theme=light] .pgud-vs.pending{border-left-color:#d4913d}[data-theme=light] .pgud-vs-title{color:#111827}[data-theme=light] .pgud-vs-sub{color:#9ca3af}[data-theme=light] .pgud-vs-score.green{background:rgba(16,132,101,.08);color:var(--pg-kijani)}[data-theme=light] .pgud-vs-score.red{background:rgba(220,53,69,.08);color:#dc3545}[data-theme=light] .pgud-vs-score.amber{background:rgba(212,145,61,.08);color:#d4913d}[data-theme=light] .pgud-vs-badge.passed{background:rgba(16,132,101,.06);color:var(--pg-kijani);border-color:rgba(16,132,101,.15)}[data-theme=light] .pgud-vs-badge.failed{background:rgba(220,53,69,.06);color:#dc3545;border-color:rgba(220,53,69,.15)}[data-theme=light] .pgud-vs-badge.pending{background:rgba(212,145,61,.06);color:#d4913d;border-color:rgba(212,145,61,.15)}[data-theme=light] .pgud-vs-detail{border-top-color:#e5e7eb}[data-theme=light] .pgud-vs-doc{border-color:#e5e7eb;background:#f9fafb}[data-theme=light] .pgud-vs-doc-placeholder{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}[data-theme=light] .pgud-vs-score-card{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .pgud-vs-score-circle:before{border-color:#e5e7eb}[data-theme=light] .pgud-vs-iprs-card,[data-theme=light] .pgud-vs-ocr{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .pgud-vs-failures{background:rgba(220,53,69,.04);border-color:rgba(220,53,69,.12)}[data-theme=light] .pgud-info-row{border-bottom-color:#f3f4f6}[data-theme=light] .pgud-info-label{color:#9ca3af}[data-theme=light] .pgud-info-val{color:#111827}[data-theme=light] .pgud-info-val.mono{color:#6b7280}@media (max-width:900px){.pgud-hero-body{flex-direction:column;align-items:flex-start}.pgud-tabs{overflow-x:auto}.pgud-vs-scores{display:none}.pgud-vs-docs,.pgud-vs-scores-grid{grid-template-columns:repeat(2,1fr)}.pgud-vs-ocr-grid{grid-template-columns:1fr 1fr}.pgud-vs-iprs-grid{grid-template-columns:1fr}}