:root{--bg-color: #f0f2f5;--card-bg: rgba(255, 255, 255, .85);--card-border: rgba(208, 215, 222, .4);--text-primary: #1a1e23;--text-secondary: #57606a;--accent-color: #0969da;--success-color: #2da44e;--pending-color: #cf222e;--no-data-color: #24292f;--glass-bg: rgba(255, 255, 255, .7);--glass-blur: 15px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f2f5 linear-gradient(135deg,#f0f2f5,#e1e4e8);color:var(--text-primary);min-height:100vh;margin:0}.container{max-width:100%;margin:0;padding:1.5rem;transition:padding-left .3s cubic-bezier(.4,0,.2,1);min-height:100vh}.container.sidebar-active{padding-left:260px}.header{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--card-border);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000000d}.header-title{display:flex;align-items:center;gap:1.2rem}.header-title h1{font-size:1.75rem;font-weight:800;background:linear-gradient(90deg,#0969da,#054ada);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.filter-bar{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05);align-items:center}.header-top{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:1.5rem}.action-bar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.input-group .select-base{width:100%}.select-base{background-color:#fff;color:var(--text-primary);border:1.5px solid #e1e4e8;padding:.65rem 1rem;border-radius:12px;font-size:.9rem;outline:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-weight:600;white-space:nowrap}.login-screen{display:flex;align-items:center;justify-content:center;min-height:80vh}.login-card{width:100%;max-width:420px;padding:3rem;background:#fff;border-radius:28px;box-shadow:0 20px 50px #0000001a;text-align:center;border:1px solid rgba(208,215,222,.4)}.login-icon{background:#f0f7ff;width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--accent-color)}.login-card h2{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.login-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.5;margin-bottom:2rem}.login-input{width:100%;padding:.9rem 1.25rem;border-radius:14px;border:2px solid #edeff2;margin-bottom:1rem;font-size:1rem;outline:none;transition:all .2s;box-sizing:border-box}.login-input:focus{border-color:var(--accent-color);background:#fdfdfd;box-shadow:0 0 0 4px #0969da1a}.login-error{color:#cf222e;font-size:.8rem;font-weight:600;margin-bottom:1rem;background:#fff8f8;padding:.5rem;border-radius:8px}.login-card .btn-primary{width:100%;padding:1rem;font-size:1rem;border-radius:14px;font-weight:700;cursor:pointer;transition:all .2s}.login-card .btn-primary:active{transform:scale(.98)}.select-base:hover{border-color:var(--accent-color);background-color:#f6f8fa;transform:translateY(-1px)}.select-base:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #0969da1a}.btn-primary{background:var(--accent-color);color:#fff;border:none}.btn-danger{background:#cf222e;color:#fff;border:none}.btn-outline{background:#fff;color:var(--text-secondary);border:1.5px solid #e1e4e8}.dashboard-grid{display:flex;flex-direction:column;gap:2rem}.card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--card-border);border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #0000000a}.stats-summary-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.summary-item.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--card-border);flex-wrap:wrap;gap:1rem}.header-left{display:flex;align-items:center;gap:2rem}.nav-tabs{display:flex;gap:.5rem;background:#0000004d;padding:.3rem;border-radius:8px;border:1px solid var(--card-border)}.nav-tab{background:transparent;color:var(--text-secondary);border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.nav-tab:hover{color:var(--text-primary)}.nav-tab.active{background:var(--accent-color);color:#fff;box-shadow:0 4px 12px #0969da33}.performance-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;gap:.4rem}.performance-high{background:#def7ec;color:#046c4e}.performance-mid{background:#fef3c7;color:#92400e}.performance-low{background:#fde2e2;color:#9b1c1c}.progress-container{width:100%;height:6px;background:#f0f2f5;border-radius:10px;overflow:hidden;margin-top:4px}.progress-bar{height:100%;transition:width .6s ease-out}.region-card{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fff;border-radius:12px;border:1px solid #edeff2}.region-name{font-weight:700;color:var(--text-primary)}.region-meta{font-size:.75rem;color:var(--text-secondary)}.public-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border-radius:12px;border:1px solid #f0f0f0;transition:all .3s ease}.summary-item:hover{transform:translate(5px);border-color:var(--accent-color)}.summary-info{display:flex;align-items:center;gap:1rem}.summary-icon{width:12px;height:12px;border-radius:50%}.summary-label{font-weight:600;color:var(--text-secondary);font-size:.8rem}.summary-val{font-size:1.15rem;font-weight:800;color:var(--text-primary)}.table-wrapper{background:#fff;border-radius:15px;overflow-x:auto;overflow-y:hidden;box-shadow:0 4px 12px #0000000d;border:1px solid #edeff2;position:relative;max-width:100%}table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0}thead tr:nth-child(1) th{position:sticky;top:0;z-index:10}thead tr:nth-child(2) th{position:sticky;top:40px;z-index:10}tbody td:nth-child(1),thead th:nth-child(1){left:0;min-width:40px}tbody td:nth-child(2),thead tr:nth-child(1) th:nth-child(2){left:40px;min-width:180px}tbody td:nth-child(3),thead tr:nth-child(1) th:nth-child(3){left:220px;min-width:80px}tbody td:nth-child(4),thead tr:nth-child(1) th:nth-child(4){left:300px;min-width:80px}tbody td:nth-child(1),tbody td:nth-child(2),tbody td:nth-child(3),tbody td:nth-child(4),thead tr:nth-child(1) th:nth-child(1),thead tr:nth-child(1) th:nth-child(2),thead tr:nth-child(1) th:nth-child(3),thead tr:nth-child(1) th:nth-child(4){position:sticky;background:#fff!important;z-index:5;box-shadow:2px 0 5px #00000005}thead th:nth-child(1),thead th:nth-child(2),thead th:nth-child(3),thead th:nth-child(4){z-index:15!important;background:#f8f9fa!important}.table-wrapper tr td,.table-wrapper tr th{border-right:1px solid #f0f3f6}table thead th{background:#f8f9fa;padding:.6rem .3rem;font-weight:700;color:#444;font-size:.65rem;border-bottom:2px solid #edeff2;text-align:center;white-space:nowrap}table tbody td{padding:.35rem;font-size:.7rem;border-bottom:1px solid #f0f3f6}.cell-name{font-weight:700;white-space:normal;line-height:1.1}.cell-kab{color:var(--text-secondary)}.status-cell{padding:.15rem;text-align:center;min-width:28px}.status-btn{width:22px;height:22px;border-radius:50%!important;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 1px 3px #0000000d}.status-btn:hover{transform:scale(1.2) rotate(5deg)}.status-ok{background:#def7ec;color:#046c4e;box-shadow:0 0 10px #0e9f6e26}.status-ok:hover{box-shadow:0 0 15px #0e9f6e66}.status-pending{background:#fdefef;color:#c81e1e;box-shadow:0 0 10px #f9808026}.status-pending:hover{box-shadow:0 0 15px #f9808066}.status-tidak-ada-data{background:#f3f4f6;color:#111928;box-shadow:0 0 10px #1119281a}.status-tidak-ada-data:hover{box-shadow:0 0 15px #1119284d}.status-none{background:#fdfdfd;color:#d1d5db;border:1.5px dashed #e5e7eb}.summary-col{background:#fbfbfc;font-weight:800;width:50px}.summary-ok{color:#046c4e}.summary-pend{color:#c81e1e}.summary-null{color:#111928}.stat-box{background:#fff;border-radius:15px;padding:1.5rem;transition:transform .3s ease}.stat-box:hover{transform:translateY(-5px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal-content{width:100%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative;border-radius:24px;padding:2.5rem}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.close-btn{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;transition:all .2s}.close-btn:hover{color:var(--text-primary);transform:rotate(90deg)}.read-only-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:.8rem;background:#f8f9fa;padding:1.5rem;border-radius:16px;border:1px solid #edeff2}.grid-item{display:flex;flex-direction:column;align-items:center;gap:.4rem}.grid-label{font-size:.65rem;font-weight:700;color:var(--text-secondary)}.status-btn-static{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000000d}.dot-small{width:6px;height:6px;border-radius:50%;background:#e1e4e8}.modal-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f0f2f5}.sidebar{position:fixed;top:0;left:-320px;width:260px;height:100vh;background:#fff;border-right:1px solid var(--card-border);z-index:3000;transition:all .4s cubic-bezier(.165,.84,.44,1);padding:1.5rem;display:flex;flex-direction:column;visibility:hidden;pointer-events:none}.sidebar.open{left:0;visibility:visible;pointer-events:auto;box-shadow:10px 0 30px #0000001a}.sidebar-header{display:flex;align-items:center;gap:.8rem;padding:1rem 0 2rem;margin-bottom:1rem;border-bottom:1px solid #f0f2f5;color:var(--accent-color)}.sidebar-logo{font-weight:800;font-size:1.1rem;letter-spacing:-.5px}.menu-list{display:flex;flex-direction:column;gap:.4rem;flex:1}.menu-btn{background:transparent;border:none;padding:.75rem 1rem;border-radius:12px;display:flex;align-items:center;gap:1rem;color:var(--text-secondary);font-weight:600;cursor:pointer;transition:all .2s;text-align:left;font-size:.9rem}.menu-btn:hover{background:#f6f8fa;color:var(--accent-color)}.menu-btn.active{background:#0969da;color:#fff;box-shadow:0 4px 12px #0969da40}.menu-toggle{position:fixed;top:1.25rem;left:1.25rem;z-index:3100;background:#fff;border:1.5px solid #e1e4e8;width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000000f;transition:all .2s;color:var(--text-primary)}.menu-toggle:hover{border-color:var(--accent-color);background:#fdfdfd}.header,.welcome-hero{margin-left:2.5rem}@media (max-width: 960px){.container.sidebar-active{padding-left:1.5rem}.header,.welcome-hero{margin-left:0;margin-top:4rem}}.sidebar-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid #f0f2f5;text-align:center}.copyright-text{font-size:.75rem;color:var(--text-secondary);font-weight:500;letter-spacing:.5px;opacity:.8;display:flex;align-items:center;justify-content:center;gap:.4rem}.copyright-text b{color:var(--accent-color);font-weight:700}@media (max-width: 768px){tbody td:nth-child(3),thead tr:nth-child(1) th:nth-child(3),tbody td:nth-child(4),thead tr:nth-child(1) th:nth-child(4){position:static!important;box-shadow:none!important;background:transparent!important}tbody td:nth-child(2),thead tr:nth-child(1) th:nth-child(2){min-width:130px!important;max-width:130px!important;left:40px!important;z-index:10!important}tbody td:nth-child(1),thead tr:nth-child(1) th:nth-child(1){min-width:40px!important;max-width:40px!important;left:0!important;z-index:11!important}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;display:block;width:100%}table{display:table}}
