@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary:#f8fafc;--bg-secondary:#ffffff;--bg-tertiary:#f1f5f9;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--accent:#3b82f6;--accent-hover:#2563eb;--border:#e2e8f0;--shadow:0 1px 3px rgba(0,0,0,0.1);--shadow-md:0 4px 6px rgba(0,0,0,0.1)}body{font-family:Inter,sans-serif;overflow:hidden;background:var(--bg-primary);color:var(--text-primary);margin:0;padding:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.header{position:fixed;top:0;left:0;right:0;height:56px;background:var(--bg-secondary);border-bottom:1px solid var(--border);justify-content:space-between;padding:0 20px;z-index:2000;box-shadow:var(--shadow)}.header,.header-left{display:flex;align-items:center}.header-left{gap:12px}.header-logo{width:32px;height:32px;background:linear-gradient(135deg,var(--accent) 0,#8b5cf6 100%);border-radius:8px;display:flex;align-items:center;justify-content:center}.header-logo i{color:white;font-size:16px}.header-title h1{font-size:16px;font-weight:600;line-height:1.2}.header-title span{font-size:10px;color:var(--text-secondary);font-weight:400}.header-right{display:flex;align-items:center;gap:10px}.header-stats{display:flex;gap:8px}.stat-item{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--bg-tertiary);border-radius:8px;font-size:12px}.stat-item i{color:var(--accent)}.main-container{display:flex;height:100vh;width:100vw}.sidebar-left,.sidebar-right{width:320px;height:100vh;background:var(--bg-secondary);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;padding-top:56px;transition:width .3s ease,transform .3s ease}.sidebar-right{border-right:none;border-left:1px solid var(--border)}.sidebar-left.collapsed{width:0;transform:translateX(-100%);border:none}.sidebar-header{padding:16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;position:relative}.sidebar-header h2{font-size:14px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:8px}.sidebar-header h2 i{color:var(--accent)}.sidebar-toggle-btn{width:28px;height:28px;border:none;background:var(--bg-tertiary);border-radius:6px;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.sidebar-toggle-btn:hover{background:var(--border);color:var(--text-primary)}.sidebar-toggle-btn i{font-size:12px}.sidebar-show-btn{position:fixed;top:70px;left:10px;width:40px;height:40px;border:none;background:var(--accent);color:white;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(59,130,246,.4);z-index:2000;opacity:0;pointer-events:none;transition:all .3s ease}.sidebar-show-btn.visible{opacity:1;pointer-events:auto}.sidebar-show-btn:hover{background:var(--accent-hover);transform:scale(1.1);box-shadow:0 6px 16px rgba(59,130,246,.5)}.sidebar-content{flex:1;overflow-y:auto;padding:16px}.sidebar-nav .nav-section{margin-bottom:20px}.nav-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;letter-spacing:.5px}.nav-select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;color:var(--text-primary);background:var(--bg-secondary);cursor:pointer;transition:border-color .2s}.nav-select:focus,.nav-select:hover{border-color:var(--accent)}.nav-select:focus{outline:none}.nav-select:disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed}.nav-stats-card{background:var(--bg-tertiary);border-radius:12px;padding:16px;margin-top:20px}.nav-stats-card.clickable{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s;position:relative}.nav-stats-card.clickable:hover{background:var(--border);box-shadow:0 2px 8px rgba(59,130,246,.2)}.nav-dropdown-icon{width:16px;height:16px;color:var(--accent);transition:transform .3s ease;flex-shrink:0}.nav-dropdown-icon.open{transform:rotate(180deg)}.nav-stat-item{text-align:center}.nav-stat-value{font-size:32px;font-weight:700;color:var(--accent);line-height:1}.nav-stat-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;margin-top:4px}.nav-rdtr-dropdown{margin-top:8px;background:white;border:1px solid var(--border);border-radius:8px;overflow:hidden;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-rdtr-item{padding:12px 14px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .2s}.nav-rdtr-item:last-child{border-bottom:none}.nav-rdtr-item:hover{background:var(--bg-tertiary)}.nav-rdtr-name{font-size:13px;font-weight:500;color:var(--text-primary);margin-bottom:4px;line-height:1.3}.nav-rdtr-meta{font-size:11px;color:var(--text-muted)}.center-section{padding-top:56px}.center-section,.rdtr-grid-view{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.grid-header{padding:16px 20px 16px 70px;border-bottom:1px solid var(--border);background:var(--bg-secondary);flex-shrink:0;transition:padding-left .3s ease}body:not(.sidebar-collapsed) .grid-header{padding-left:20px}.grid-header h2{font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:4px}.grid-subtitle{font-size:13px;color:var(--text-muted)}.rdtr-grid-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;-webkit-overflow-scrolling:touch}.rdtr-grid{padding:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;align-content:start}.grid-empty-state{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--text-muted);text-align:center}.grid-empty-state i{font-size:48px;margin-bottom:16px;opacity:.5}.rdtr-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s}.rdtr-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.rdtr-card-image{position:relative;aspect-ratio:4/3;background:var(--bg-tertiary);overflow:hidden}.rdtr-card-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted)}.rdtr-card-placeholder i{font-size:32px;margin-bottom:8px}.rdtr-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.rdtr-card-placeholder.hidden{display:none}.rdtr-card-info{padding:14px 16px}.rdtr-card-title{font-size:14px;font-weight:500;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.rdtr-card-meta{font-size:12px;color:var(--text-muted);margin-top:8px}.map-view{flex:1;position:relative}#map{width:100%;height:100%}.back-button{position:absolute;top:16px;left:60px;z-index:1500;padding:10px 16px;background:white;border:1px solid var(--border);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:var(--shadow-md);transition:all .2s}.back-button:hover{background:var(--bg-tertiary)}body:not(.sidebar-collapsed) .back-button{left:16px}.current-rdtr-info{position:absolute;top:16px;right:16px;z-index:1500;background:white;padding:12px 16px;border-radius:8px;box-shadow:var(--shadow-md);max-width:300px}.current-rdtr-name{font-size:14px;font-weight:600;color:var(--text-primary)}.polygon-tooltip{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.85);color:white;padding:12px 16px;border-radius:8px;font-size:12px;z-index:1800;min-width:200px;backdrop-filter:blur(10px)}.tooltip-title{font-weight:600;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.2)}.tooltip-row{display:flex;justify-content:space-between;margin-bottom:4px}.tooltip-label{color:rgba(255,255,255,.7)}.tooltip-value{font-weight:500}.tooltip-coords{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:6px;font-size:11px;color:rgba(255,255,255,.7)}.legend-panel{position:absolute;bottom:20px;right:20px;background:white;padding:12px;border-radius:8px;box-shadow:var(--shadow-md);z-index:1200}.legend-panel h4{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;display:flex;align-items:center;gap:6px}.legend-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.legend-item{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--text-secondary)}.legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.zone-filter-panel{position:absolute;bottom:20px;left:20px;background:white;border-radius:8px;box-shadow:var(--shadow-md);z-index:1200;max-width:280px;min-width:200px}.zone-filter-header{padding:10px 12px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:var(--bg-tertiary);border-radius:8px 8px 0 0}.zone-filter-header h4{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);margin:0;display:flex;align-items:center;gap:6px}.zone-filter-header h4 i{color:var(--accent)}.zone-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 6px;background:var(--accent);color:white;border-radius:10px;font-size:10px;font-weight:600;line-height:1}.zone-filter-toggle{background:none;border:none;cursor:pointer;padding:4px;color:var(--text-muted);transition:transform .2s,color .2s}.zone-filter-toggle:hover{color:var(--accent)}.zone-filter-toggle.collapsed{transform:rotate(-90deg)}.zone-filter-content{max-height:400px;overflow-y:auto;transition:max-height .3s ease}.zone-filter-content.collapsed{max-height:0;overflow:hidden}.zone-filter-actions{display:flex;gap:6px;padding:8px 12px;border-bottom:1px solid var(--border)}.zone-filter-btn{flex:1;padding:6px 8px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:4px;font-size:10px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .2s;color:var(--text-secondary)}.zone-filter-btn:hover{background:var(--accent);color:white;border-color:var(--accent)}.zone-filter-list{padding:8px;display:flex;flex-direction:column;gap:4px}.zone-filter-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;cursor:pointer;transition:background .2s}.zone-filter-item:hover{background:var(--bg-tertiary)}.zone-filter-item input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:var(--accent)}.zone-filter-color{width:16px;height:16px;border-radius:3px;flex-shrink:0}.zone-filter-label{font-size:11px;color:var(--text-secondary);flex:1;cursor:pointer}.zone-filter-item.checked .zone-filter-label{color:var(--text-primary);font-weight:500}.zone-filter-item.hidden{opacity:.4}.zone-filter-empty{padding:16px 12px;font-size:12px;font-style:italic}.welcome-state,.zone-filter-empty{text-align:center;color:var(--text-muted)}.welcome-state{padding:40px 20px}.welcome-icon{width:64px;height:64px;margin:0 auto 16px;background:var(--bg-tertiary);border-radius:50%;display:flex;align-items:center;justify-content:center}.welcome-icon i{font-size:24px;color:var(--text-muted)}.welcome-state h3{font-size:16px;font-weight:600;margin-bottom:8px}.welcome-state p{font-size:13px;color:var(--text-muted)}.detail-content{display:flex;flex-direction:column;gap:16px}.detail-header-card{display:flex;gap:12px;padding:16px;background:linear-gradient(135deg,var(--accent) 0,#8b5cf6 100%);border-radius:12px;color:white}.detail-header-icon{width:48px;height:48px;background:rgba(255,255,255,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.detail-header-info{flex:1}.detail-header-subtitle{font-size:10px;text-transform:uppercase;opacity:.8;margin-bottom:4px}.detail-header-title{font-size:16px;font-weight:600;margin-bottom:6px}.detail-header-badges{display:flex;gap:6px}.detail-header-badge{padding:4px 8px;background:rgba(255,255,255,.2);border-radius:4px;font-size:11px;font-weight:500}.coord-info-card{background:var(--bg-tertiary);border-radius:12px;padding:12px}.coord-info-title{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;display:flex;align-items:center;gap:6px}.coord-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.coord-item{background:white;padding:10px;border-radius:8px}.coord-label{font-size:9px;text-transform:uppercase;color:var(--text-muted);display:block;margin-bottom:4px}.coord-value{font-size:13px;font-weight:600;color:var(--accent);font-family:monospace}.quick-info-grid{display:grid;grid-template-columns:1fr;gap:8px}.quick-info-card{background:var(--bg-tertiary);padding:12px;border-radius:10px;display:flex;gap:10px}.quick-info-icon{width:36px;height:36px;background:white;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--accent)}.quick-info-value{font-size:14px;font-weight:600;color:var(--text-primary)}.quick-info-label{font-size:10px;color:var(--text-muted);text-transform:uppercase}.nested-tabs-container{background:white;border:1px solid var(--border);border-radius:12px;overflow:hidden}.nested-tabs-header{display:flex;background:var(--bg-tertiary);border-bottom:1px solid var(--border);overflow-x:auto}.nested-tab-btn{flex:1;min-width:70px;padding:10px 12px;background:transparent;border:none;border-bottom:2px solid transparent;font-size:11px;color:var(--text-secondary);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;white-space:nowrap;transition:all .2s}.nested-tab-btn:hover{color:var(--text-primary)}.nested-tab-btn.active{color:var(--accent);border-bottom-color:var(--accent);background:white}.nested-tabs-content{padding:12px}.nested-tab-content{display:none}.nested-tab-content.active{display:block}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.info-item-full,.info-item-half{background:var(--bg-tertiary);padding:10px 12px;border-radius:8px}.info-item-full{grid-column:span 2}.info-label-small{font-size:9px;text-transform:uppercase;color:var(--text-muted);display:block;margin-bottom:4px}.info-value{font-size:12px;color:var(--text-primary)}.info-value-highlight{font-size:12px;font-weight:600;color:var(--accent)}.kawasan-status{font-size:12px;color:var(--text-primary)}.kawasan-status.ya{color:#2E7D32;font-weight:500}.kawasan-status.tidak{color:#9E9E9E}.activities-group{display:flex;flex-direction:column;gap:16px}.activity-subsection{background:var(--bg-tertiary);border-radius:10px;overflow:hidden}.activity-subsection-title{padding:10px 14px;font-size:12px;font-weight:600;color:var(--text-primary);background:white;display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s}.activity-subsection-title:hover .activity-toggle-icon{color:var(--accent)}.activity-subsection-title:hover{background:var(--bg-secondary)}.activity-subsection-title i{color:var(--accent)}.activity-title-text{flex:1;display:flex;align-items:center;gap:8px}.activity-toggle-icon{transition:transform .3s ease;font-size:10px;color:var(--text-muted)}.activity-subsection-title.collapsed .activity-toggle-icon,.activity-toggle-icon.rotated{transform:rotate(-90deg)}.activity-section{padding:12px 14px;max-height:1000px;transition:max-height .3s ease,padding .3s ease;overflow:hidden}.activity-section.collapsed{max-height:0;padding:0 14px}.activity-empty{color:var(--text-muted);font-size:12px;font-style:italic}.activity-item{display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:12px;color:var(--text-primary)}.activity-item:before{content:"•";color:var(--accent);font-weight:600}@media (max-width:1024px){.sidebar-left,.sidebar-right{width:280px}.rdtr-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.sidebar-left,.sidebar-right{position:fixed;z-index:1000;height:calc(100vh - 56px);transform:translateX(-100%);transition:transform .3s}.sidebar-left.active,.sidebar-right.active{transform:translateX(0)}.rdtr-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.rdtr-grid-wrapper{padding:12px}.rdtr-grid{padding:0;gap:12px}.legend-panel{display:none}.zone-filter-panel{bottom:10px;left:10px;right:10px;max-width:none;min-width:0}.zone-filter-content{max-height:200px}}.sidebar-right{display:none}body.detail-visible .sidebar-right{display:flex}.leaflet-container{width:100%;height:100%;font-family:Inter,sans-serif}.leaflet-popup-content-wrapper{border-radius:.5rem}.leaflet-popup-content{margin:.5rem 1rem}.loading-overlay{position:absolute;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-card{background:white;padding:24px 32px;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:center;gap:12px;min-width:240px;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.loading-text{font-size:15px;font-weight:500;color:var(--text-primary);text-align:center}.loading-count{font-size:13px;color:var(--text-muted);background:var(--bg-tertiary);padding:4px 12px;border-radius:12px;margin-top:4px}.pdf-links-section{margin-top:16px}.pdf-links-header{padding:10px 14px;font-size:12px;font-weight:600;color:var(--text-primary);background:white;border-radius:8px;display:flex;align-items:center;gap:8px}.pdf-links-header i{color:var(--accent)}.pdf-links-grid{display:flex;flex-direction:column;gap:8px;margin-top:8px}.pdf-link-card{display:flex;align-items:center;gap:12px;padding:12px;background:white;border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text-primary);transition:all .2s}.pdf-link-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.pdf-link-icon{width:36px;height:36px;background:var(--bg-tertiary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.pdf-link-info{flex:1;min-width:0}.pdf-link-title{font-size:13px;font-weight:500;margin-bottom:2px}.pdf-link-desc{font-size:11px;color:var(--text-muted)}.pdf-link-arrow{color:var(--text-muted);flex-shrink:0}.keterangan-section{margin-top:16px;background:var(--bg-tertiary);border-radius:10px;overflow:hidden}.keterangan-header{padding:10px 14px;font-size:12px;font-weight:600;color:var(--text-primary);background:white;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.keterangan-header i{color:var(--accent)}.keterangan-content{padding:12px 14px}