body:has(.laporan-route-shell) .footer{display:none!important}body:has(.laporan-route-shell) .header,body:has(.laporan-route-shell) .header button,body:has(.laporan-route-shell) .header input,body:has(.laporan-route-shell) .header select,body:has(.laporan-route-shell) .header textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body:has(.laporan-route-shell) .header{position:fixed!important;top:0;left:0;right:0;width:100%;z-index:1000;background:#ffffff}body:has(.laporan-route-shell) .laporan-app{padding-top:48px}:root{--laporan-bg:#f8fafc;--laporan-sidebar-bg:#f1f5f9;--laporan-panel:#ffffff;--laporan-border:#cbd5e1;--laporan-border-soft:#e2e8f0;--laporan-text:#0f172a;--laporan-muted:#64748b;--laporan-green:#10b981;--laporan-green-deep:#059669;--laporan-green-soft:#d1fae5;--laporan-blue-soft:#dcfce7;--laporan-blue-text:#166534;--laporan-shadow:0 1px 2px rgba(15,23,42,0.06);--laporan-sidebar-width:268px;--laporan-sidebar-collapsed-width:82px;--laporan-header-height:48px}*,:after,:before{box-sizing:border-box}.laporan-app,.laporan-app button,.laporan-app input,.laporan-app select,.laporan-app textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.laporan-app{min-height:100vh;background:var(--laporan-bg);color:var(--laporan-text)}.laporan-layout{min-height:calc(100vh - var(--laporan-header-height))}.laporan-header-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#475569;cursor:pointer;transition:background .15s ease,color .15s ease}.laporan-header-toggle:hover{background:#f1f5f9;color:#0f172a}.laporan-header-home{display:inline-flex;align-items:center;justify-content:center;color:#6b7280;text-decoration:none;transition:color .15s ease}.laporan-header-home:hover{color:#0f172a}.laporan-sidebar{position:fixed;top:var(--laporan-header-height);left:0;bottom:0;width:var(--laporan-sidebar-width);background:var(--laporan-sidebar-bg);border-right:1px solid var(--laporan-border-soft);padding:14px 12px;z-index:30;transition:width .24s ease,padding .24s ease}.laporan-sidebar-inner{height:100%;min-height:0;flex-direction:column;gap:10px;overflow:hidden;padding:8px;border-radius:8px;background:#ffffff;box-shadow:var(--laporan-shadow);transition:padding .24s ease}.laporan-sidebar-inner,.laporan-sidebar-lock-btn{display:flex;border:1px solid var(--laporan-border-soft)}.laporan-sidebar-lock-btn{flex:0 0 auto;width:30px;height:30px;border-radius:6px;background:#f8fafc;color:#334155;cursor:pointer;align-items:center;justify-content:center;padding:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.laporan-sidebar-lock-btn:hover{background:var(--laporan-blue-soft);border-color:#86efac;color:#166534}.laporan-sidebar-lock-btn.active{background:#ecfdf5;border-color:#a7f3d0;color:var(--laporan-green-deep)}.laporan-sidebar-lock-btn:disabled{cursor:not-allowed;opacity:.55}.laporan-sidebar-title{margin:0 0 12px;padding:10px 10px 11px;border-bottom:1px solid var(--laporan-border-soft);overflow:visible;position:sticky;top:0;z-index:4;background:#ffffff;transition:max-height .24s ease,margin .24s ease,padding .24s ease,opacity .15s ease,border-color .15s ease}.laporan-sidebar-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:3px}.laporan-sidebar-title-row span{color:var(--laporan-muted);font-size:11px;font-weight:600;letter-spacing:0}.laporan-sidebar-title strong{display:block;color:var(--laporan-text);font-size:14px;font-weight:700;line-height:1.25}.laporan-menu{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:visible;padding-top:2px}.laporan-menu,.laporan-menu-section{display:flex;flex-direction:column;gap:6px}.laporan-menu-chevron{flex:0 0 auto;transition:transform .22s ease,opacity .18s ease}.laporan-menu-chevron.is-expanded{transform:rotate(180deg)}.laporan-menu-link{width:100%;min-height:42px;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;border-radius:8px;padding:10px 12px;color:#334155;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .18s ease,padding .24s ease,min-height .24s ease}.laporan-menu-link:hover{background:#d1fae5;color:#047857;transform:translateY(-1px)}.laporan-menu-link.is-active{background:linear-gradient(135deg,#10b981,#059669);color:#ffffff;box-shadow:0 12px 24px rgba(5,150,105,.28)}.laporan-menu-label{width:100%;min-width:0;display:flex;align-items:center;gap:10px;overflow:hidden;transition:max-width .24s ease,opacity .15s ease,transform .24s ease}.laporan-menu-label>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.laporan-menu-children{position:static;min-width:0;max-height:none;margin:6px 0 2px 28px;display:flex;flex-direction:column;gap:3px;padding:4px 0 4px 8px;border-left:2px solid var(--laporan-border-soft);overflow:visible;transition:max-height .24s ease,margin .24s ease,padding .24s ease,opacity .15s ease}.laporan-submenu-motion{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-8px);transition:grid-template-rows .24s ease,opacity .18s ease,transform .22s ease}.laporan-submenu-motion.is-expanded{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.laporan-submenu-motion-inner{min-height:0;overflow:hidden}.laporan-menu-sublink{border:0;background:transparent;text-align:left;padding:7px 10px;border-radius:8px;cursor:pointer;color:#5a6471;font-size:12px;font-weight:800;text-decoration:none;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .18s ease}.laporan-menu-sublink-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:800}.laporan-menu-sublink-toggle.is-active{background:#ecfdf5;color:#047857;box-shadow:inset 0 0 0 1px #a7f3d0}.laporan-menu-sublink:hover{background:#d1fae5;color:#047857;transform:translateY(-1px)}.laporan-menu-sublink.is-active{background:#10b981;color:#ffffff;box-shadow:0 8px 16px rgba(5,150,105,.18)}.laporan-menu-children.is-nested{margin:6px 0 2px 14px;padding-left:10px;padding-bottom:12px}.laporan-sidebar-settings-btn{width:100%;min-height:42px;margin-top:12px;border:1px solid var(--laporan-border-soft);border-radius:8px;background:#f8fafc;color:#334155;cursor:pointer;display:flex;align-items:center;gap:10px;padding:10px 12px;text-align:left;font-size:14px;font-weight:700;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .18s ease,padding .24s ease,min-height .24s ease}.laporan-sidebar-settings-btn:hover{background:#d1fae5;border-color:#6ee7b7;color:#047857;transform:translateY(-1px)}.laporan-sidebar-settings-panel{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;gap:10px}.laporan-sidebar-mode-row,.laporan-sidebar-return-btn{width:100%;border:1px solid var(--laporan-border-soft);border-radius:8px;background:#f8fafc;color:#334155;cursor:pointer;display:flex;align-items:center;gap:10px;padding:10px 12px;text-align:left;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.laporan-sidebar-mode-row:hover,.laporan-sidebar-return-btn:hover{background:var(--laporan-blue-soft);border-color:#86efac;color:#166534}.laporan-sidebar-mode-row.active{background:#ecfdf5;border-color:#a7f3d0;color:var(--laporan-green-deep)}.laporan-sidebar-mode-row>span{min-width:0;display:grid;gap:2px}.laporan-sidebar-mode-row strong,.laporan-sidebar-return-btn span{color:inherit;font-size:14px;font-weight:700;line-height:1.2}.laporan-sidebar-mode-row small{color:#64748b;font-size:11px;font-weight:700;line-height:1.3}.laporan-sidebar-mode-row i{flex:0 0 auto;width:36px;height:20px;margin-left:auto;border-radius:999px;background:#cbd5e1;position:relative;transition:background .15s ease}.laporan-sidebar-mode-row i:before{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:999px;background:#ffffff;box-shadow:0 1px 2px rgba(15,23,42,.22);transition:transform .15s ease}.laporan-sidebar-mode-row.active i{background:linear-gradient(135deg,#10b981,#059669)}.laporan-sidebar-mode-row.active i:before{transform:translateX(16px)}.laporan-main{margin-left:var(--laporan-sidebar-width);min-width:0;background:var(--laporan-bg);min-height:calc(100vh - var(--laporan-header-height));overflow-x:hidden;transition:margin-left .24s ease}.laporan-app.is-sidebar-collapsed .laporan-sidebar{width:var(--laporan-sidebar-collapsed-width);padding:14px 10px}.laporan-app.is-sidebar-collapsed .laporan-sidebar-inner{padding:8px 6px}.laporan-app.is-sidebar-collapsed .laporan-sidebar-title{max-height:38px;margin:0 0 8px;padding:0;opacity:1;border-color:transparent}.laporan-app.is-sidebar-collapsed .laporan-sidebar-lock-btn{justify-content:center;width:100%;height:38px}.laporan-app.is-sidebar-collapsed .laporan-sidebar-title-row{justify-content:center;margin-bottom:0}.laporan-app.is-sidebar-collapsed .laporan-sidebar-title strong,.laporan-app.is-sidebar-collapsed .laporan-sidebar-title-row span{display:none}.laporan-app.is-sidebar-collapsed .laporan-menu-link,.laporan-app.is-sidebar-collapsed .laporan-sidebar-settings-btn{justify-content:center;gap:0;min-height:44px;padding:10px}.laporan-app.is-sidebar-collapsed .laporan-menu-label{max-width:20px}.laporan-app.is-sidebar-collapsed .laporan-menu-label>span:last-child{max-width:0;opacity:0;transform:translateX(-6px);visibility:hidden}.laporan-app.is-sidebar-collapsed .laporan-menu-children{max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0;visibility:hidden}.laporan-app.is-sidebar-collapsed .laporan-menu-link>svg{display:none}.laporan-app.is-sidebar-collapsed .laporan-main{margin-left:var(--laporan-sidebar-collapsed-width)}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover{width:var(--laporan-sidebar-width);padding:14px 12px}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-sidebar-inner{padding:8px}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-sidebar-title{max-height:88px;margin:0 0 12px;padding:10px 10px 11px;opacity:1;border-color:var(--laporan-border-soft)}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-sidebar-lock-btn{width:30px;height:30px}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-sidebar-title-row{justify-content:space-between;margin-bottom:3px}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-sidebar-title strong,.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-sidebar-title-row span{display:block}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-menu-link,.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-sidebar-settings-btn{justify-content:flex-start;gap:10px;min-height:42px;padding:10px 12px}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-menu-label{max-width:190px}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-menu-label>span:last-child{max-width:190px;opacity:1;transform:translateX(0);visibility:visible}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-menu-children{max-height:none;margin:6px 0 2px 28px;padding:4px 0 4px 8px;opacity:1;visibility:visible}.laporan-app-hover-sidebar.is-sidebar-collapsed .laporan-sidebar:hover .laporan-menu-link>svg{display:block}.laporan-app-hover-sidebar.is-sidebar-collapsed:has(.laporan-sidebar:hover) .laporan-main{margin-left:var(--laporan-sidebar-width)}.laporan-module-status{margin:14px 24px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--laporan-border-soft);border-radius:8px;background:#ffffff;padding:14px 16px;box-shadow:var(--laporan-shadow)}.laporan-module-eyebrow{display:block;margin-bottom:4px;color:var(--laporan-muted);font-size:12px;font-weight:600;letter-spacing:0;text-transform:none}.laporan-module-status h1{margin:0;color:var(--laporan-text);font-size:20px;font-weight:600;line-height:1.2}.laporan-module-status p{margin:4px 0 0;color:var(--laporan-muted);font-size:14px}.laporan-module-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.laporan-module-pills span{display:inline-flex;align-items:center;min-height:30px;border:1px solid #a7f3d0;border-radius:999px;background:var(--laporan-blue-soft);padding:5px 12px;color:#166534;font-size:12px;font-weight:800}.laporan-page{padding:30px 24px 48px;background:var(--laporan-bg);min-height:calc(100vh - var(--laporan-header-height));overflow-x:hidden}.laporan-card{background:var(--laporan-panel);border:1px solid var(--laporan-border-soft);border-radius:8px;box-shadow:var(--laporan-shadow)}.laporan-hero{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.laporan-stat{padding:18px}.laporan-stat strong{display:block;margin-top:8px;color:var(--laporan-text);font-size:2rem;line-height:1.1}.laporan-stat span{display:block;color:var(--laporan-muted);font-size:.95rem}.laporan-overview{margin-top:18px;padding:18px}.laporan-overview h2{margin:0 0 8px;color:var(--laporan-text);font-size:20px;font-weight:600}.laporan-overview p{margin:0;max-width:72ch;color:#475569;line-height:1.6}.laporan-dashboard{display:grid;gap:24px}.laporan-state-page{display:grid;gap:14px;min-width:0;overflow-x:hidden}.laporan-state-page-header h1{margin:0;color:#111827;font-size:22px;font-weight:700}.laporan-state-panel{border:1px solid #d8e1ee;border-radius:18px;background:#ffffff;box-shadow:0 18px 40px rgba(15,23,42,.06),0 2px 10px rgba(15,23,42,.04);overflow:hidden}.laporan-state-panel-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;background:#ffffff;border-bottom:1px solid #dbe4f0}.laporan-state-panel-bar h2{margin:0;color:#111827;font-size:18px;font-weight:700}.laporan-state-panel-body{display:grid;gap:14px;padding:18px 18px 12px;background:linear-gradient(180deg,rgba(248,250,252,.7),#ffffff 18%)}.laporan-search-wrap-state{min-width:240px;height:44px;border:0;border-radius:999px;background:#ffffff;color:#6b7280;box-shadow:0 1px 3px rgba(15,23,42,.12)}.laporan-filter-btn-state,.laporan-reset-btn-state{height:44px;border:0;border-radius:10px;background:#ffffff;color:#111827;box-shadow:0 1px 3px rgba(15,23,42,.12)}.laporan-filter-btn-state:hover,.laporan-reset-btn-state:hover{background:#f8fafc}.laporan-table-toolbar-state{margin-bottom:14px}.laporan-table-toolbar-state-actions{align-items:center}.laporan-add-btn-state{min-width:92px;height:42px;border:0;border-radius:10px;background:#22c55e;box-shadow:none;font-size:14px}.laporan-add-btn-state:hover{background:#16a34a}.laporan-public-view-btn{min-width:174px;height:42px;border:0;border-radius:10px;background:#10b981;color:#ffffff;font:inherit;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;cursor:pointer}.laporan-public-view-btn:hover{background:#059669}.laporan-public-query-panel{width:100%;max-width:100%;min-width:0;border:1px solid #d8e1ee;border-radius:18px;background:#ffffff;box-shadow:0 18px 40px rgba(15,23,42,.06),0 2px 10px rgba(15,23,42,.04);overflow-x:clip;overflow-y:visible}.laporan-public-query-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 28px;background:#ffffff;border-bottom:1px solid #dbe4f0}.laporan-public-query-header h2{margin:0;color:#111827;font-size:20px;font-weight:800}.laporan-public-query-controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}.laporan-public-query-search{min-width:244px;height:44px;border-radius:999px;background:#ffffff;display:inline-flex;align-items:center;gap:10px;padding:0 16px;color:#6b7280;box-shadow:0 1px 3px rgba(15,23,42,.12)}.laporan-public-query-search input{width:100%;border:0;outline:none;background:transparent;color:#111827;font:inherit}.laporan-public-query-back-btn,.laporan-public-query-settings-btn{height:44px;border:0;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;color:#ffffff;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.laporan-public-query-back-btn{background:#66778d}.laporan-public-query-settings-btn{background:#22c55e}.laporan-public-query-settings-wrap{display:inline-flex}.laporan-public-query-settings-dropdown{position:fixed;z-index:1200;pointer-events:auto;width:min(420px,calc(100vw - 48px));min-height:280px;border:1px solid #dbe4f0;border-radius:18px;background:#ffffff;box-shadow:0 24px 48px rgba(15,23,42,.14),0 4px 14px rgba(15,23,42,.08);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.laporan-public-query-settings-dropdown-header{padding:20px 22px 16px;border-bottom:1px solid #dbe4f0;background:linear-gradient(180deg,#ffffff,#f8fafc)}.laporan-public-query-settings-dropdown-header h3{margin:0;color:#111827;font-size:17px;font-weight:800}.laporan-public-query-settings-dropdown-header p{margin:6px 0 0;color:#64748b;font-size:13px;line-height:1.5}.laporan-public-query-settings-dropdown-body{display:grid;align-content:start;gap:10px;min-height:0;padding:16px;overflow-y:auto;background:#ffffff}.laporan-public-query-settings-option{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#ffffff;color:#111827;font-size:15px;line-height:1.45;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.laporan-public-query-settings-option:hover{border-color:#86efac;background:#f0fdf4;box-shadow:0 1px 2px rgba(15,23,42,.04)}.laporan-public-query-settings-option input{width:18px;height:18px;flex:0 0 auto;accent-color:#16a34a;cursor:pointer}.laporan-public-query-settings-option input:disabled{cursor:not-allowed}.laporan-public-query-settings-option span{flex:1}.laporan-public-query-settings-dropdown-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 22px 18px;border-top:1px solid #dbe4f0;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 -10px 18px rgba(255,255,255,.98)}.laporan-public-query-settings-cancel-btn,.laporan-public-query-settings-save-btn{height:44px;border:0;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.laporan-public-query-settings-cancel-btn{background:#e2e8f0;color:#334155}.laporan-public-query-settings-save-btn{background:linear-gradient(180deg,#22c55e,#16a34a);color:#ffffff}.laporan-public-query-body{padding:18px 18px 12px;background:linear-gradient(180deg,rgba(248,250,252,.7),#ffffff 18%)}.laporan-public-query-body,.laporan-public-query-tabs{position:relative;width:100%;max-width:100%;min-width:0}.laporan-public-query-tabs{z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:4px;border:1px solid #dbe4f0;border-radius:12px;background:#ffffff}.laporan-public-query-tab-group{display:flex;align-items:center;gap:16px;flex:1;min-width:0;justify-content:center}.laporan-public-query-tab{min-width:180px;height:56px;border:0;border-radius:14px;background:transparent;color:#111827;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.laporan-public-query-tab:hover{background:#f0fdf4;color:#166534}.laporan-public-query-tab.is-active{background:linear-gradient(180deg,#22c55e,#16a34a);color:#ffffff;box-shadow:0 10px 18px rgba(34,197,94,.22)}.laporan-public-query-table-wrap{margin-top:0;width:100%;max-width:100%;min-width:0;border:1px solid #dbe4f0;border-radius:12px;background:#ffffff;overflow-x:auto;overflow-y:hidden}.laporan-public-query-table{width:-moz-max-content;width:max-content;min-width:100%;table-layout:fixed;border-collapse:collapse;overflow:hidden}.laporan-public-query-table td,.laporan-public-query-table th{border-right:1px solid #dbe4f0;border-bottom:1px solid #dbe4f0;min-width:120px;max-width:180px;padding:15px 14px;text-align:center;vertical-align:middle;word-break:break-word;overflow-wrap:anywhere}.laporan-public-query-table td:last-child,.laporan-public-query-table th:last-child{border-right:0}.laporan-public-query-table th{background:#f3f7fb;color:#111827;font-size:12px;font-weight:800;line-height:1.35;text-transform:uppercase;letter-spacing:.04em}.laporan-public-query-table td{background:#ffffff;color:#334155;font-size:15px;line-height:1.45}.laporan-public-query-table td:first-child,.laporan-public-query-table td:last-child{white-space:pre-line}.laporan-table-wrap-state{margin-top:0;border:1px solid #dbe4f0;border-radius:12px;background:#ffffff;overflow:hidden}.laporan-table-state{min-width:1080px;border:0;border-radius:0}.laporan-table-state td,.laporan-table-state th{border-right:1px solid #dbe4f0;border-bottom:1px solid #dbe4f0;padding:15px 16px;font-size:15px}.laporan-table-state td:last-child,.laporan-table-state th:last-child{border-right:0}.laporan-table-state th{background:#f3f7fb;color:#111827;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.laporan-table-state td{color:#334155}.laporan-table-state td.is-status{color:#08910e;font-weight:700}.laporan-table-state td.is-status.is-status-inactive{color:#ff0000}.laporan-table-state .laporan-actions{justify-content:center}.laporan-table-state .laporan-action-btn{width:36px;height:36px;border-color:#d5deea;border-radius:10px;background:#ffffff}.laporan-table-state .laporan-action-btn.is-edit{color:#059669}.laporan-table-state .laporan-action-btn.is-view{color:#7c6f64}.laporan-table-state .laporan-action-btn.is-delete{color:#ef4444}.laporan-footer-state{padding:14px 0 0}.laporan-state-form-panel{border:1px solid #dbe4f0;border-radius:12px;background:#ffffff;overflow:visible;box-shadow:0 1px 2px rgba(15,23,42,.04)}.laporan-state-form-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;background:#ffffff;border-bottom:1px solid #dbe4f0;color:#111827}.laporan-state-form-header h2{margin:0;font-size:24px;font-weight:700}.laporan-state-form-actions,.laporan-state-form-heading{display:flex;align-items:center;gap:10px}.laporan-state-form-actions{flex-wrap:wrap}.laporan-state-back-btn,.laporan-state-save-btn{height:48px;border:0;border-radius:8px;padding:0 18px;display:inline-flex;align-items:center;gap:8px;color:#ffffff;font-size:16px;font-weight:700;cursor:pointer}.laporan-state-back-btn{background:#7f8ba0}.laporan-state-save-btn{background:#22c55e}.laporan-state-form-body{padding:30px;overflow:visible}.laporan-state-required-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:1px solid #dbe4f0;background:linear-gradient(180deg,#ffffff,#f8fafc);color:#64748b;cursor:help;outline:none;box-shadow:0 1px 2px rgba(15,23,42,.06);transition:color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.laporan-state-required-tooltip:focus,.laporan-state-required-tooltip:focus-visible,.laporan-state-required-tooltip:hover{color:#0f172a;border-color:#cbd5e1;box-shadow:0 6px 16px rgba(15,23,42,.12);transform:translateY(-1px)}.laporan-state-required-tooltip-text{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(-4px);min-width:210px;padding:10px 12px;border-radius:8px;border:1px solid #dbe4f0;background:#ffffff;color:#0f172a;font-size:13px;font-weight:500;line-height:1.4;box-shadow:0 12px 24px rgba(15,23,42,.12);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:2}.laporan-state-required-tooltip:focus .laporan-state-required-tooltip-text,.laporan-state-required-tooltip:focus-visible .laporan-state-required-tooltip-text,.laporan-state-required-tooltip:hover .laporan-state-required-tooltip-text{opacity:1;transform:translateX(-50%) translateY(0)}.laporan-state-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 36px}.laporan-state-field{display:flex;flex-direction:column;gap:10px}.laporan-state-field>span,.laporan-state-toggle-group>span{color:#000000;font-size:17px;font-weight:700}.laporan-required-star{color:#dc2626;font-style:normal}.laporan-state-field input,.laporan-state-field select{width:100%;height:60px;border:1px solid #d1d5db;border-radius:8px;background:#ffffff;padding:0 16px;color:#111827;font-size:16px;outline:none}.laporan-state-field input:focus,.laporan-state-field select:focus{border-color:#34d399;box-shadow:0 0 0 3px rgba(52,211,153,.15)}.laporan-file-input-hidden{display:none}.laporan-upload-btn{width:-moz-fit-content;width:fit-content;min-width:190px;height:48px;border:1px solid #d1d5db;border-radius:10px;background:#ffffff;padding:0 16px;display:inline-flex;align-items:center;gap:10px;color:#111827;font:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.laporan-upload-btn:hover{border-color:#34d399;background:#f8fafc;box-shadow:0 0 0 3px rgba(52,211,153,.12)}.laporan-upload-alert{min-height:54px;border-radius:8px;background:#ff6b5f;padding:0 16px;display:flex;align-items:center;gap:10px;color:#ffffff;font-size:15px;font-weight:700}.laporan-drought-upload-label{display:inline-flex;align-items:center;gap:8px}.laporan-drought-upload-tooltip{position:relative;width:24px;height:24px;border:1px solid #dbe4f0;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f8fafc);color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:help;padding:0;transition:border-color .16s ease,color .16s ease,box-shadow .16s ease}.laporan-drought-upload-tooltip:focus-visible,.laporan-drought-upload-tooltip:hover{border-color:#cbd5e1;color:#0f172a;box-shadow:0 1px 2px rgba(15,23,42,.08)}.laporan-drought-upload-tooltip-text{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%) translateY(6px);min-width:220px;max-width:260px;border-radius:10px;background:#ffffff;border:1px solid #dbe4f0;padding:10px 12px;color:#111827;font-size:12px;font-weight:600;line-height:1.5;text-align:left;box-shadow:0 10px 24px rgba(15,23,42,.12);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.laporan-drought-upload-tooltip:focus-visible .laporan-drought-upload-tooltip-text,.laporan-drought-upload-tooltip:hover .laporan-drought-upload-tooltip-text{opacity:1;transform:translateX(-50%) translateY(0)}.laporan-custom-select{position:relative}.laporan-custom-select-trigger{width:100%;height:60px;border:1px solid #d1d5db;border-radius:8px;background:#ffffff;padding:0 16px;color:#111827;font:inherit;font-size:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.laporan-custom-select-trigger.is-open,.laporan-custom-select-trigger:hover{border-color:#34d399;box-shadow:0 0 0 3px rgba(52,211,153,.12)}.laporan-custom-select-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:25;border:1px solid #dbe4f0;border-radius:12px;background:#ffffff;box-shadow:0 18px 40px rgba(15,23,42,.12);overflow:hidden}.laporan-custom-select-menu ul{max-height:280px;margin:0;padding:8px;list-style:none;overflow-y:auto}.laporan-custom-select-option{width:100%;min-height:42px;border:0;border-radius:8px;background:transparent;padding:0 14px;color:#334155;font:inherit;font-size:15px;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.laporan-custom-select-option:hover{background:#f8fafc;color:#111827}.laporan-custom-select-option.is-selected{background:#ecfdf5;color:#047857;font-weight:700}.laporan-wtp-progress-meta{margin-bottom:10px;color:#64748b;font-size:16px;font-weight:500}.laporan-wtp-progress-track{width:100%;height:12px;border-radius:999px;background:#e5e7eb;overflow:hidden}.laporan-wtp-progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#10b981,#059669);transition:width .18s ease}.laporan-wtp-sections{display:grid;gap:28px;margin-top:30px}.laporan-wtp-section{border:1px solid #dbe4f0;border-radius:16px;background:#ffffff;overflow:visible}.laporan-wtp-section-toggle{width:100%;min-height:76px;border:0;background:#ffffff;padding:0 26px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;cursor:pointer}.laporan-wtp-section-label{display:inline-flex;align-items:center;gap:14px;color:#1e293b;font-size:18px;font-weight:700}.laporan-wtp-section-label svg{color:#3b82f6}.laporan-wtp-section-chevron{color:#1e293b;transition:transform .18s ease}.laporan-wtp-section-chevron.is-open{transform:rotate(180deg)}.laporan-wtp-section-body{padding:0 26px 26px}.laporan-wtp-section-motion{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-8px);transition:grid-template-rows .24s ease,opacity .18s ease,transform .22s ease}.laporan-wtp-section-motion.is-open{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.laporan-wtp-section-motion-inner{min-height:0;overflow:hidden}.laporan-wtp-section-motion.is-open .laporan-wtp-section-motion-inner{overflow:visible}.laporan-wtp-station-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 30px}.laporan-wtp-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 30px}.laporan-wtp-status-field{justify-content:flex-start}.laporan-state-toggle-group-inline{margin-top:0}.laporan-wtp-section-body-placeholder{padding-top:2px}.laporan-wtp-section-body-placeholder p{margin:0;color:#64748b;font-size:15px}.laporan-state-field small{color:#dc2626;font-size:13px;font-weight:600}.laporan-state-toggle-group{display:flex;align-items:center;gap:14px;margin-top:26px;flex-wrap:wrap}.laporan-state-toggle{width:64px;height:32px;padding:3px;border:0;border-radius:999px;background:#cbd5e1;cursor:pointer;position:relative;transition:background .16s ease}.laporan-state-toggle.is-active{background:#29b765}.laporan-state-toggle-knob{display:block;width:26px;height:26px;border-radius:999px;background:#ffffff;box-shadow:0 1px 3px rgba(15,23,42,.18);transform:translateX(0);transition:transform .16s ease}.laporan-state-toggle.is-active .laporan-state-toggle-knob{transform:translateX(32px)}.laporan-state-toggle-group strong{font-size:18px;font-weight:700}.laporan-state-toggle-group strong.is-active{color:#22c55e}.laporan-state-toggle-group strong.is-inactive{color:#64748b}.laporan-pagination-state{gap:10px;margin-left:auto}.laporan-pagination-state button{min-width:34px;height:34px;border:1px solid #d5deea;border-radius:10px;background:#ffffff;color:#059669;font-size:14px;font-weight:700}.laporan-pagination-state button.is-current{border-color:#10b981;background:#10b981;color:#ffffff}.laporan-confirm-overlay{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(8px);background:rgba(15,23,42,.34)}.laporan-confirm-dialog{width:min(100%,460px);border:1px solid rgba(226,232,240,.95);border-radius:24px;background:linear-gradient(180deg,#ffffff,#fcfdff);box-shadow:0 30px 80px rgba(15,23,42,.2),0 8px 24px rgba(15,23,42,.08);padding:28px}.laporan-confirm-header{display:flex;align-items:flex-start;gap:16px}.laporan-confirm-icon{flex:0 0 auto;width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff1f2,#ffe4e6);color:#dc2626;box-shadow:inset 0 0 0 1px #fecdd3}.laporan-confirm-copy{min-width:0}.laporan-confirm-dialog h2{margin:0;color:#111827;font-size:26px;font-weight:800;letter-spacing:-.02em}.laporan-confirm-dialog p{margin:8px 0 0;color:#475569;font-size:15px;line-height:1.5}.laporan-confirm-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:26px}.laporan-confirm-cancel-btn,.laporan-confirm-delete-btn{min-width:112px;height:46px;border-radius:14px;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.laporan-confirm-cancel-btn{border:1px solid #dbe4f0;background:linear-gradient(180deg,#ffffff,#f8fafc);color:#475569}.laporan-confirm-delete-btn{border:1px solid #ef4444;background:linear-gradient(180deg,#fb7185,#ef4444);color:#ffffff;box-shadow:0 10px 22px rgba(239,68,68,.24)}.laporan-confirm-cancel-btn:hover{background:#ffffff;box-shadow:0 8px 20px rgba(15,23,42,.08);transform:translateY(-1px)}.laporan-confirm-delete-btn:hover{border-color:#dc2626;background:linear-gradient(180deg,#f43f5e,#dc2626);box-shadow:0 14px 28px rgba(220,38,38,.28);transform:translateY(-1px)}.laporan-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-bottom:1px solid var(--laporan-border-soft)}.laporan-section-header h2{margin:0;color:var(--laporan-text);font-size:20px;font-weight:600}.laporan-section-caption{margin:6px 0 0;color:var(--laporan-muted);font-size:13px}.laporan-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.laporan-search-wrap{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 12px;border:1px solid var(--laporan-border);border-radius:8px;background:#ffffff;color:#94a3b8}.laporan-search{width:180px;height:100%;padding:0;border:0;border-radius:0;background:transparent;color:var(--laporan-text);outline:none}.laporan-search::-moz-placeholder{color:#94a3b8}.laporan-search::placeholder{color:#94a3b8}.laporan-search:focus{border-color:#86efac;box-shadow:0 0 0 3px rgba(16,185,129,.15)}.laporan-action-btn,.laporan-add-btn,.laporan-filter-btn,.laporan-pagination button,.laporan-reset-btn{border:1px solid var(--laporan-border-soft);border-radius:8px;background:#ffffff;color:#334155;font:inherit}.laporan-filter-btn,.laporan-reset-btn{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;cursor:pointer;font-weight:600}.laporan-action-btn:hover,.laporan-filter-btn:hover,.laporan-pagination button:hover,.laporan-reset-btn:hover{background:#f8fafc}.laporan-section-body{padding:16px}.laporan-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.laporan-state-panel-body>.laporan-table-toolbar{display:contents}.laporan-table-toolbar>.laporan-add-btn,.laporan-table-toolbar>.laporan-add-btn-state,.laporan-table-toolbar>.laporan-toolbar{order:1;justify-self:start;align-self:center}.laporan-add-btn{min-width:88px;height:36px;padding:0 14px;border-color:#86efac;background:linear-gradient(135deg,#10b981,#059669);color:#ffffff;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.laporan-table-summary{display:block;order:3;margin-top:2px;color:var(--laporan-muted);font-size:13px;font-weight:600}.laporan-state-panel-body>.laporan-table-wrap,.laporan-state-panel-body>.laporan-table-wrap-state{order:2}.laporan-state-panel-body>.laporan-footer{order:4}.laporan-table-wrap{margin-top:14px;overflow-x:auto}.laporan-table{width:100%;min-width:920px;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--laporan-border-soft);border-radius:8px}.laporan-table td,.laporan-table th{padding:13px 16px;text-align:center;border-bottom:1px solid var(--laporan-border-soft);font-size:14px}.laporan-table th{background:#f8fafc;color:#334155;font-size:12px;font-weight:600}.laporan-table td{color:#475569;background:#ffffff}.laporan-table tr:last-child td{border-bottom:0}.laporan-table td.is-status{color:#059669;font-weight:700}.laporan-empty-state{padding:28px 16px;color:var(--laporan-muted);font-style:italic}.laporan-actions{gap:8px}.laporan-action-btn,.laporan-actions{display:inline-flex;align-items:center}.laporan-action-btn{width:32px;height:32px;justify-content:center;cursor:pointer}.laporan-action-btn.is-edit{color:#059669}.laporan-action-btn.is-delete{color:#dc2626}.laporan-footer{display:flex;justify-content:flex-end;padding-top:18px}.laporan-pagination{display:inline-flex;align-items:center;gap:8px}.laporan-pagination button{min-width:36px;height:32px;padding:0 10px;cursor:pointer;font-weight:600}.laporan-pagination button:disabled{cursor:not-allowed;opacity:.45}.laporan-pagination button.is-current{border-color:var(--laporan-green-deep);background:var(--laporan-green);color:#ffffff}.laporan-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:20px;z-index:999999}.laporan-modal{width:100%;max-width:420px;background:#ffffff;border-radius:16px;padding:28px;box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 10px 10px -5px rgba(0,0,0,.08);animation:laporanModalFade .2s ease}.laporan-modal h3{margin:0 0 12px;font-size:24px;font-weight:700;color:#111827}.laporan-modal p{margin:0;font-size:15px;line-height:1.6;color:#4b5563}.laporan-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.laporan-modal-actions button{border:none;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.laporan-modal-actions button:first-child{background:#e5e7eb;color:#111827}.laporan-modal-actions button:first-child:hover{background:#d1d5db}.laporan-modal-actions button:last-child{background:#2563eb;color:white}.laporan-modal-actions button:last-child:hover{background:#1d4ed8}@keyframes laporanModalFade{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.laporan-cell-stack{display:flex;flex-direction:column;gap:2px;align-items:flex-start}@media (max-width:720px){.laporan-sidebar{position:static;width:auto;border-right:0;border-bottom:1px solid var(--laporan-border-soft)}.laporan-app.is-sidebar-collapsed .laporan-main,.laporan-main{margin-left:0}.laporan-app.is-sidebar-collapsed .laporan-sidebar{width:auto;padding:14px 12px}.laporan-app.is-sidebar-collapsed .laporan-sidebar-inner{padding:8px}.laporan-app.is-sidebar-collapsed .laporan-menu-link{justify-content:space-between;gap:10px;min-height:42px;padding:10px 12px}.laporan-app.is-sidebar-collapsed .laporan-sidebar-settings-btn{justify-content:flex-start;gap:10px;min-height:42px;padding:10px 12px}.laporan-app.is-sidebar-collapsed .laporan-sidebar-title-row{justify-content:space-between;margin-bottom:3px}.laporan-app.is-sidebar-collapsed .laporan-sidebar-lock-btn{width:30px;height:30px}.laporan-app.is-sidebar-collapsed .laporan-sidebar-title{max-height:none;margin:0 0 12px;padding:10px 10px 11px;border-color:var(--laporan-border-soft)}.laporan-app.is-sidebar-collapsed .laporan-menu-children,.laporan-app.is-sidebar-collapsed .laporan-menu-label>span:last-child,.laporan-app.is-sidebar-collapsed .laporan-menu-link>svg,.laporan-app.is-sidebar-collapsed .laporan-sidebar-title strong,.laporan-app.is-sidebar-collapsed .laporan-sidebar-title-row span{display:initial;max-width:none;opacity:1;transform:none;visibility:visible}.laporan-hero{grid-template-columns:1fr}.laporan-user-card-bar{align-items:flex-start;flex-direction:column}.laporan-user-toolbar{justify-content:flex-start}.laporan-role-toolbar-panel{flex-direction:column;align-items:stretch}.laporan-role-form-grid{grid-template-columns:1fr}.laporan-role-description-field,.laporan-role-status-field{grid-column:auto}.laporan-role-status-field strong{margin-left:52px}.laporan-role-access-row{grid-template-columns:1fr;gap:10px;align-items:flex-start}.laporan-role-access-permissions{justify-content:flex-start}.laporan-role-users-head{align-items:flex-start;flex-direction:column}.laporan-general-settings-card-body,.laporan-general-settings-card-body-login,.laporan-general-settings-inline-row{grid-template-columns:1fr}.laporan-user-reg-settings-page{gap:20px}.laporan-user-reg-settings-card-body{padding:14px}.laporan-email-smtp-card-body{grid-template-columns:1fr}.laporan-email-smtp-field:nth-child(7),.laporan-email-smtp-field:nth-child(8){grid-column:auto}}@media (max-width:700px){.laporan-module-status{margin-left:12px;margin-right:12px}.laporan-module-status,.laporan-section-header{flex-direction:column;align-items:flex-start}.laporan-page{padding:20px 12px 24px}.laporan-section-body,.laporan-section-header{padding:14px}.laporan-module-pills,.laporan-table-toolbar,.laporan-toolbar{width:100%;justify-content:flex-start}.laporan-search,.laporan-search-wrap{width:100%}.laporan-state-panel-bar{padding:14px;flex-direction:column;align-items:stretch}.laporan-state-panel-body{padding:14px 14px 0}.laporan-search-wrap-state{min-width:0}.laporan-add-btn-state{width:100%;justify-content:center}.laporan-state-form-grid,.laporan-wtp-model-grid,.laporan-wtp-station-grid{grid-template-columns:1fr;gap:20px}.laporan-state-form-body{padding:20px}.laporan-state-form-header{padding:18px;flex-direction:column;align-items:stretch}.laporan-state-form-actions{justify-content:flex-end}.laporan-state-field input{height:52px}.laporan-user-card-bar,.laporan-user-card-body{padding-inline:14px}.laporan-user-search{min-width:100%}.laporan-user-filter-btn,.laporan-user-reset-btn{flex:1 1 auto;justify-content:center}.laporan-user-footer{justify-content:center}.laporan-role-card-head,.laporan-role-footer,.laporan-role-grid,.laporan-role-toolbar-panel{padding-inline:14px}.laporan-role-toolbar-panel{margin-inline:14px}.laporan-role-add-btn{width:100%;justify-content:center}.laporan-role-search{width:100%}.laporan-role-grid{grid-template-columns:1fr}.laporan-role-form-body,.laporan-role-form-head{padding-inline:14px}.laporan-role-form-actions{gap:8px;flex-wrap:wrap;justify-content:flex-end}.laporan-role-access-body,.laporan-role-access-head{padding-inline:14px}.laporan-role-access-group-body{padding-left:0}.laporan-role-access-permissions{gap:14px;justify-content:flex-start}.laporan-role-users-body,.laporan-role-users-head{padding-inline:14px}.laporan-role-add-user-btn{width:100%;justify-content:center}.laporan-general-settings-card-body,.laporan-general-settings-card-head{padding-inline:14px}.laporan-general-settings-card-head{flex-direction:column;align-items:flex-end}.laporan-general-settings-save-btn{width:100%;justify-content:center}.laporan-user-reg-settings-card-head{flex-direction:column;align-items:flex-end}.laporan-user-reg-settings-card-body{padding:14px}.laporan-user-reg-settings-period{width:100%}.laporan-email-smtp-card-body,.laporan-email-smtp-card-head{padding-inline:14px}.laporan-email-smtp-card-head{flex-direction:column;align-items:flex-end}.laporan-email-smtp-card-body{grid-template-columns:1fr}}