@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#4f46e5;--primary-hover:#4338ca;--bg-gradient:linear-gradient(135deg, #f6f8fd 0%, #f1f5f9 100%);--glass-bg:#ffffffb3;--glass-border:#ffffff80;--glass-shadow:0 8px 32px 0 #1f268712;--text-dark:#0f172a;--text-gray:#64748b;--success:#10b981;--danger:#ef4444;--warning:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-dark);flex-direction:column;min-height:100vh;font-family:Outfit,sans-serif;display:flex}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px}.app-container{width:100%;max-width:1200px;margin:0 auto;padding:40px 20px}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{width:100%;max-width:480px;padding:40px}h1,h2,h3{color:var(--text-dark);font-weight:700}.auth-title{text-align:center;margin-bottom:8px;font-size:28px}.auth-subtitle{text-align:center;color:var(--text-gray);margin-bottom:30px}.form-group{margin-bottom:20px}.form-label{color:#334155;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-control{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 16px;font-family:Outfit,sans-serif;font-size:15px;transition:all .3s}.form-control:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #4f46e51a}.btn{cursor:pointer;text-align:center;border:none;border-radius:12px;width:100%;padding:14px 24px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #4f46e54d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1;transform:none}.btn-link{color:var(--primary);box-shadow:none;background:0 0;padding:10px;font-size:14px}.btn-link:hover{text-decoration:underline}.alert{border-radius:12px;margin-bottom:20px;padding:14px 16px;font-size:14px;font-weight:500}.alert-error{color:var(--danger);background:#fef2f2;border:1px solid #fecaca}.alert-success{color:var(--success);background:#ecfdf5;border:1px solid #a7f3d0}.nav-bar{justify-content:space-between;align-items:center;margin-bottom:40px;padding:20px 30px;display:flex}.nav-brand{color:var(--primary);font-size:22px;font-weight:700}.nav-user{align-items:center;gap:15px;display:flex}.user-badge{color:var(--primary);background:#4f46e51a;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600}.logout-btn{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:999px;padding:8px 16px;font-family:inherit;font-weight:500;transition:all .2s}.logout-btn:hover{color:var(--danger);background:#f1f5f9;border-color:#cbd5e1}.dashboard-grid{grid-template-columns:1fr 350px;align-items:start;gap:30px;display:grid}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}}.content-card{padding:30px}.card-title{border-bottom:1px solid #0000000d;margin-bottom:25px;padding-bottom:15px;font-size:20px}.data-list{flex-direction:column;gap:15px;display:flex}.data-item{background:#fffc;border:1px solid #00000008;border-radius:16px;justify-content:space-between;align-items:center;padding:20px;transition:all .2s;display:flex}.data-item:hover{background:#fff;transform:translate(5px);box-shadow:0 4px 12px #00000008}.item-info h4{margin-bottom:5px;font-size:16px}.item-meta{color:var(--text-gray);font-size:13px}.badge{border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600}.badge-menunggu{color:var(--warning);background:#fef3c7}.badge-proses{color:var(--primary);background:#dbeafe}.badge-perbaikan{color:var(--danger);background:#fee2e2}.badge-selesai{color:var(--success);background:#d1fae5}.badge-selesai_fisik{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.badge-selesai_download{color:#3730a3;background:#e0e7ff;border:1px solid #c7d2fe}.btn-download-doc{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:10px;align-items:center;gap:8px;margin-top:8px;padding:10px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #10b9814d;color:#fff!important}.btn-download-doc:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.file-upload-box{text-align:center;background:#ffffff80;border:2px dashed #cbd5e1;border-radius:12px;margin-top:5px;padding:15px;transition:all .2s}.file-upload-box:hover{border-color:var(--primary);background:#4f46e50d}.file-upload-box input{width:100%}.note-box{color:var(--danger);border-left:4px solid var(--danger);background:#fee2e2;border-radius:8px;margin-top:10px;padding:10px 15px;font-size:13px}.stepper-wrapper{justify-content:space-between;align-items:center;margin:20px 0 15px;padding:0 10px;display:flex;position:relative}.stepper-step{z-index:2;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.stepper-circle{color:#64748b;background:#e2e8f0;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.stepper-step.completed .stepper-circle{color:#fff;background:#10b981;border-color:#059669}.stepper-step.active .stepper-circle{color:#fff;background:#3b82f6;border-color:#1d4ed8;box-shadow:0 0 0 4px #3b82f633}.stepper-step.danger .stepper-circle{color:#fff;background:#ef4444;border-color:#b91c1c}.stepper-title{color:#64748b;text-align:center;margin-top:6px;font-size:11px;font-weight:600}.stepper-step.active .stepper-title{color:#1d4ed8;font-weight:700}.stepper-step.completed .stepper-title{color:#047857}.stepper-line{z-index:1;background:#e2e8f0;height:3px;position:absolute;top:17px;left:10%;right:10%}.stepper-line-progress{background:#10b981;height:100%;transition:width .4s}@media print{body *{visibility:hidden}.print-area,.print-area *{visibility:visible}.print-area{width:100%;padding:20px;position:absolute;top:0;left:0;color:#000!important;background:#fff!important}.no-print{display:none!important}}.layout-with-sidebar{width:100%;min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(20px);z-index:100;background:#ffffffe0;border-right:1px solid #e2e8f0cc;flex-direction:column;justify-content:space-between;width:280px;padding:24px 18px;transition:all .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-admin{color:#f8fafc;background:#0f172a;border-right:1px solid #1e293b}.sidebar-brand{border-bottom:1px solid #e2e8f0cc;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:20px;display:flex}.sidebar-admin .sidebar-brand{border-bottom-color:#1e293b}.sidebar-logo-img{object-fit:contain;width:40px;height:40px}.sidebar-title{font-size:17px;font-weight:700;line-height:1.2}.sidebar-subtitle{color:#64748b;font-size:12px;font-weight:500}.sidebar-admin .sidebar-subtitle{color:#94a3b8}.sidebar-menu{flex-direction:column;flex:1;gap:6px;display:flex}.sidebar-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.sidebar-admin .sidebar-item{color:#94a3b8}.sidebar-item:hover{color:var(--primary);background:#4f46e514;transform:translate(3px)}.sidebar-admin .sidebar-item:hover{color:#fff;background:#ffffff14}.sidebar-item.active{background:var(--primary);box-shadow:0 4px 14px #4f46e54d;color:#fff!important}.sidebar-admin .sidebar-item.active{background:#3b82f6;box-shadow:0 4px 14px #3b82f666;color:#fff!important}.sidebar-icon{justify-content:center;width:24px;font-size:18px;display:inline-flex}.sidebar-footer{border-top:1px solid #e2e8f0cc;flex-direction:column;gap:12px;padding-top:18px;display:flex}.sidebar-admin .sidebar-footer{border-top-color:#1e293b}.sidebar-user-info{background:#f1f5f9e6;border-radius:12px;align-items:center;gap:12px;padding:10px;display:flex}.sidebar-admin .sidebar-user-info{background:#1e293b}.avatar-circle{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.sidebar-admin .avatar-circle{background:#3b82f6}.user-name-box{flex:1;min-width:0}.user-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.user-role-text{color:#64748b;font-size:11px}.sidebar-admin .user-role-text{color:#94a3b8}.main-content-with-sidebar{flex:1;min-height:100vh;margin-left:280px;padding:35px 40px}.sidebar-menu::-webkit-scrollbar{display:none}.sidebar-menu{-ms-overflow-style:none;scrollbar-width:none}@media (width<=768px){input,select,textarea{font-size:16px!important}}@media (width<=900px){.layout-with-sidebar{flex-direction:column}.sidebar{border-bottom:1px solid #e2e8f0cc;border-right:none;width:100%;height:auto;padding:12px 15px;position:sticky;top:0;box-shadow:0 4px 12px #0000000d}.sidebar-admin{border-bottom-color:#1e293b;box-shadow:0 4px 12px #00000040}.sidebar-brand{gap:8px;margin-bottom:8px;padding-bottom:8px}.sidebar-logo-img{width:32px;height:32px}.sidebar-title{font-size:15px}.sidebar-menu{-webkit-overflow-scrolling:touch;flex-direction:row;gap:6px;padding-bottom:4px;overflow-x:auto}.sidebar-item{white-space:nowrap;border-radius:8px;flex-shrink:0;width:auto;padding:8px 12px;font-size:12px}.sidebar-footer{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding-top:8px}.sidebar-user-info{padding:4px 10px;font-size:12px}.logout-btn{width:auto!important;padding:6px 12px!important;font-size:12px!important}.main-content-with-sidebar{margin-left:0;padding:16px 12px}.content-card{border-radius:18px;padding:18px 15px}}.main-header-nav{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172af2;border-bottom:1px solid #ffffff1a;position:sticky;top:0;box-shadow:0 4px 20px #0003}.header-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:12px 24px;display:flex}.brand-logo{align-items:center;gap:12px;display:flex}.logo-img{object-fit:contain;width:42px;height:42px}.logo-img-sm{width:32px;height:32px}.brand-title{color:#fff;letter-spacing:.5px;margin:0;font-size:18px;font-weight:800;line-height:1.1}.brand-subtitle{color:#94a3b8;font-size:11px;display:block}.desktop-nav{align-items:center;gap:6px;display:flex}.nav-link{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-link.active{color:#fff;background:#3b82f6;font-weight:600;box-shadow:0 4px 12px #3b82f64d}.header-actions{align-items:center;gap:10px;display:flex}.btn-login-header{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-login-header:hover{transform:translateY(-2px);box-shadow:0 4px 15px #10b98166}.user-profile-menu{align-items:center;gap:8px;display:flex}.btn-cms-badge{color:#60a5fa;cursor:pointer;background:#3b82f633;border:1px solid #60a5fa4d;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600}.btn-cms-badge:hover,.btn-cms-badge.active{color:#fff;background:#2563eb}.btn-logout-icon{color:#f87171;cursor:pointer;background:#ef444433;border:1px solid #ef44444d;border-radius:10px;padding:8px 12px}.mobile-toggle-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:22px;display:none}.mobile-nav-dropdown{background:#0f172a;border-top:1px solid #ffffff1a;flex-direction:column;gap:8px;padding:12px 16px;display:flex}.mobile-nav-item{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 14px;font-size:14px}.mobile-nav-item.active,.mobile-nav-item.highlight{color:#fff;background:#3b82f6;font-weight:600}@media (width<=900px){.desktop-nav{display:none}.mobile-toggle-btn{display:block}}.landing-page-wrapper{color:#0f172a;background:#f8fafc;width:100%;overflow-x:hidden}.hero-section{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:85vh;padding:80px 24px;display:flex;position:relative}.hero-content-container{text-align:center;color:#fff;max-width:1000px;margin:0 auto}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#60a5fa;background:#3b82f640;border:1px solid #60a5fa66;border-radius:30px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.hero-title{background:linear-gradient(135deg,#fff 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:20px;font-size:48px;font-weight:900;line-height:1.15}.hero-subtitle{color:#94a3b8;max-width:720px;margin:0 auto 36px;font-size:18px;line-height:1.6}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:60px;display:flex}.btn-hero-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:14px;padding:16px 32px;font-size:16px;font-weight:700;transition:transform .2s;box-shadow:0 10px 25px -5px #2563eb66}.btn-hero-primary:hover{transform:translateY(-3px)}.btn-hero-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff40;border-radius:14px;padding:16px 32px;font-size:16px;font-weight:600;transition:background .2s}.btn-hero-secondary:hover{background:#fff3}.hero-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;max-width:900px;margin:0 auto;display:grid}.stat-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#0f172ab3;border:1px solid #ffffff26;border-radius:16px;padding:20px}.stat-number{color:#38bdf8;font-size:32px;font-weight:900}.stat-label{color:#cbd5e1;margin-top:4px;font-size:13px}.landing-section{padding:80px 24px}.landing-section.bg-light{background:#f8fafc}.landing-section.bg-dark{color:#fff;background:#0f172a}.section-container{max-width:1200px;margin:0 auto}.section-header{margin-bottom:50px}.section-tag{color:#2563eb;letter-spacing:1px;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.section-tag-light{color:#38bdf8;letter-spacing:1px;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.section-title{color:#0f172a;font-size:36px;font-weight:800}.section-title-light{color:#fff;font-size:36px;font-weight:800}.section-description{color:#64748b;margin-top:8px;font-size:16px}.section-description-light{color:#94a3b8;margin-top:8px;font-size:16px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.service-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 25px -5px #0000000d}.service-card:hover{border-color:#93c5fd;transform:translateY(-6px);box-shadow:0 20px 30px -10px #2563eb26}.service-icon{margin-bottom:16px;font-size:40px}.service-card h3{margin-bottom:10px;font-size:18px}.service-card p{color:#64748b;margin-bottom:20px;font-size:14px;line-height:1.5}.service-action{color:#2563eb;font-size:13px;font-weight:700}.kades-profile-wrapper{grid-template-columns:320px 1fr;align-items:center;gap:40px;display:grid}.kades-image-box{position:relative}.kades-img{border-radius:24px;width:100%;box-shadow:0 20px 40px #0006}.kades-badge{text-align:center;background:#1e293b;border:1px solid #ffffff1a;border-radius:14px;margin-top:14px;padding:12px 20px}.kades-badge strong{color:#fff;font-size:16px;display:block}.kades-badge span{color:#38bdf8;font-size:12px}.kades-quote-box{color:#e2e8f0;background:#ffffff0d;border-left:4px solid #3b82f6;border-radius:12px;margin:20px 0;padding:20px;font-size:16px;font-style:italic;line-height:1.7}.visi-misi-box{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:24px}.visi-misi-box h3{color:#38bdf8;margin-bottom:12px}.misi-list ul{margin-top:8px;padding:0;list-style:none}.misi-list li{color:#cbd5e1;margin-bottom:6px;font-size:14px}.news-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.news-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.news-card:hover{transform:translateY(-5px)}.news-thumb-box{height:190px;position:relative}.news-thumb{object-fit:cover;width:100%;height:100%}.news-category-badge{color:#38bdf8;background:#0f172ad9;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.news-body{padding:20px}.news-date{color:#94a3b8;margin-bottom:8px;font-size:12px}.news-title{color:#0f172a;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.4}.news-excerpt{color:#64748b;margin-bottom:14px;font-size:13px;line-height:1.5}.news-readmore{color:#2563eb;font-size:12px;font-weight:700}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.gallery-card{border-radius:16px;height:220px;position:relative;overflow:hidden}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-card:hover .gallery-img{transform:scale(1.1)}.gallery-overlay{color:#fff;background:linear-gradient(#0000,#0f172af2);padding:16px;position:absolute;bottom:0;left:0;right:0}.gallery-overlay h4{margin-bottom:4px;font-size:15px}.gallery-overlay p{color:#94a3b8;font-size:12px}.contact-layout{grid-template-columns:1fr 1fr;gap:40px;display:grid}.contact-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:36px}.contact-details{flex-direction:column;gap:20px;margin-top:24px;display:flex}.contact-item{align-items:flex-start;gap:16px;display:flex}.contact-icon{background:#eff6ff;border-radius:12px;padding:10px;font-size:24px}.contact-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:36px}.btn-submit-contact{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:700}.alert-success-box{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:16px;font-size:14px}.main-footer{color:#94a3b8;background:#090d16;border-top:1px solid #ffffff14;padding:60px 24px 30px}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;display:flex}.footer-logo{align-items:center;gap:10px;margin-bottom:12px;display:flex}.footer-logo h3{color:#fff}.copyright{margin-top:16px;font-size:12px}.footer-links ul{margin-top:12px;padding:0;list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#cbd5e1;font-size:14px;text-decoration:none}.footer-links a:hover{color:#38bdf8}@media (width<=768px){.hero-title{font-size:32px}.kades-profile-wrapper,.contact-layout{grid-template-columns:1fr}}.cms-admin-container{max-width:1240px;margin:30px auto;padding:0 20px}.cms-header-bar{color:#fff;background:#0f172a;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.cms-header-bar h2{color:#fff;font-size:22px}.cms-header-bar p{color:#94a3b8;margin-top:4px;font-size:13px}.btn-cms-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:700}.btn-cms-secondary{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:600}.cms-toast-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:20px;padding:14px 20px;font-size:14px}.cms-tabs{gap:8px;margin-bottom:24px;padding-bottom:6px;display:flex;overflow-x:auto}.cms-tab-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s}.cms-tab-btn:hover{background:#f1f5f9}.cms-tab-btn.active{color:#38bdf8;background:#0f172a;border-color:#0f172a}.cms-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;box-shadow:0 10px 25px -5px #0000000d}.cms-hint{color:#64748b;margin-bottom:24px;font-size:13px}.cms-subheading{color:#1e293b;margin-bottom:12px;font-size:16px}.cms-form-grid{flex-direction:column;gap:18px;display:flex}.cms-form-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.cms-form-group label{color:#334155;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.cms-input,.cms-select,.cms-textarea{border:1px solid #cbd5e1;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.cms-input:focus,.cms-select:focus,.cms-textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.btn-add-item{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700}.btn-delete-icon{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px}.cms-table-wrapper{overflow-x:auto}.cms-table{border-collapse:collapse;text-align:left;width:100%}.cms-table th{color:#475569;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:12px 16px;font-size:12px;font-weight:800}.cms-table td{border-bottom:1px solid #e2e8f0;padding:14px 16px;font-size:13px}.cms-table-sub{color:#64748b;font-size:12px}.cms-badge{color:#1d4ed8;background:#eff6ff;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:700}.btn-action-edit{color:#166534;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:6px 12px;font-size:12px}.btn-action-delete{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:6px 12px;font-size:12px}.cms-gallery-manage-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.cms-gallery-item-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.cms-gallery-item-card img{object-fit:cover;width:100%;height:140px}.cms-gallery-item-body{padding:16px}.cms-gallery-item-body h4{margin-bottom:4px;font-size:15px}.cms-gallery-item-body p{color:#64748b;margin-bottom:12px;font-size:12px}.cms-gallery-actions{gap:8px;display:flex}.cms-modal{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;padding:30px;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-news-card{background:#fff;border-radius:24px;width:100%;max-width:720px;max-height:90vh;position:relative;overflow:hidden auto;box-shadow:0 25px 50px -12px #0000004d}.modal-close-btn{color:#fff;cursor:pointer;z-index:10;background:#0f172ab3;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;position:absolute;top:16px;right:16px}.modal-news-img{object-fit:cover;width:100%;height:280px}.modal-news-content{padding:30px}.modal-news-category{color:#2563eb;background:#eff6ff;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.modal-news-content h2{color:#0f172a;margin-top:10px;font-size:24px}.modal-news-date{color:#64748b;margin:8px 0 16px;font-size:13px}.modal-news-text{color:#334155;white-space:pre-line;font-size:15px;line-height:1.8}.hero-slider-active{transition:background-image .6s ease-in-out}.slider-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:20;background:#0f172a99;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow:hover{background:#2563eb;border-color:#3b82f6;transform:translateY(-50%)scale(1.1)}.slider-arrow-left{left:24px}.slider-arrow-right{right:24px}.slider-dots-container{justify-content:center;gap:10px;margin-top:-30px;margin-bottom:40px;display:flex}.slider-dot{cursor:pointer;background:#ffffff4d;border:1px solid #ffffff80;border-radius:50%;width:12px;height:12px;transition:all .3s}.slider-dot.active{background:#38bdf8;border-color:#38bdf8;border-radius:20px;width:32px}.cms-hero-manage-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.cms-hero-card{background:#fff;border:1px solid #cbd5e1;border-radius:20px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 20px #0000000f}.cms-hero-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.cms-hero-card.disabled-banner{opacity:.65;background:#f8fafc}.hero-card-img-wrapper{height:160px;position:relative}.cms-hero-img-preview{object-fit:cover;width:100%;height:100%}.hero-status-pill{border-radius:20px;padding:4px 12px;font-size:11px;font-weight:800;position:absolute;top:12px;left:12px}.pill-active{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.pill-disabled{color:#64748b;background:#f1f5f9;border:1px solid #cbd5e1}.hero-order-badge{color:#fff;background:#0f172acc;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.cms-hero-card-body{padding:20px}.cms-hero-badge-tag{color:#2563eb;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.cms-hero-card-body h4{color:#0f172a;margin-bottom:6px;font-size:16px;line-height:1.4}.cms-hero-card-body p{color:#64748b;margin-bottom:14px;font-size:12px;line-height:1.5}.hero-cta-preview-tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.cta-tag{border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.cta-tag.primary{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.cta-tag.secondary{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.cms-hero-card-actions{flex-wrap:wrap;gap:8px;display:flex}.btn-action-toggle{cursor:pointer;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600}.btn-toggle-off{color:#c2410c;background:#fff7ed;border:1px solid #ffedd5}.btn-toggle-on{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.contact-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:30px;display:grid}@media (width<=900px){.contact-layout{grid-template-columns:1fr}}.contact-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px 28px;box-shadow:0 10px 30px #0000000a}.contact-info-card h2{color:#0f172a;margin-top:8px;margin-bottom:8px;font-size:24px;font-weight:700}.contact-info-card p{color:#64748b;margin-bottom:24px;font-size:14px}.contact-details{flex-direction:column;gap:16px;display:flex}.contact-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.contact-item strong{color:#0f172a;margin-bottom:2px;font-size:13px;display:block}.contact-item p{color:#475569;margin:0;font-size:13px}.contact-form-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px 28px;box-shadow:0 10px 30px #0000000a}.contact-form-card h3{color:#0f172a;margin:0 0 6px;font-size:22px;font-weight:700}.contact-form-card p{color:#64748b;margin:0 0 24px;font-size:14px}.contact-form-card .form-group,.form-group{text-align:left!important;flex-direction:column!important;width:100%!important;margin-bottom:20px!important;display:flex!important}.contact-form-card label,.form-group label{color:#1e293b!important;text-align:left!important;margin-bottom:8px!important;font-size:13px!important;font-weight:600!important;display:block!important}.form-input{box-sizing:border-box!important;color:#0f172a!important;background:#f8fafc!important;border:1.5px solid #cbd5e1!important;border-radius:12px!important;width:100%!important;padding:12px 16px!important;font-size:14px!important;transition:all .2s!important}.form-input:focus{background:#fff!important;border-color:#2563eb!important;outline:none!important;box-shadow:0 0 0 4px #2563eb1a!important}.form-textarea{box-sizing:border-box!important;color:#0f172a!important;resize:vertical!important;background:#f8fafc!important;border:1.5px solid #cbd5e1!important;border-radius:12px!important;width:100%!important;min-height:110px!important;padding:12px 16px!important;font-family:inherit!important;font-size:14px!important;transition:all .2s!important}.form-textarea:focus{background:#fff!important;border-color:#2563eb!important;outline:none!important;box-shadow:0 0 0 4px #2563eb1a!important}.btn-submit-contact{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;border:none!important;border-radius:14px!important;width:100%!important;padding:14px 20px!important;font-size:15px!important;font-weight:600!important;transition:transform .15s,box-shadow .2s!important;box-shadow:0 4px 14px #2563eb59!important}.btn-submit-contact:hover{transform:translateY(-1px)!important;box-shadow:0 6px 20px #2563eb73!important}.alert-success-box{color:#166534!important;text-align:center!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important;border-radius:14px!important;padding:16px 20px!important;font-size:14px!important;font-weight:500!important}@media (width<=1024px){.section-container{padding:0 20px}.hero-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.services-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.news-grid,.gallery-grid,.cms-hero-manage-grid,.cms-gallery-manage-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.kades-profile-wrapper{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:30px!important}.kades-image-box{width:100%!important;max-width:280px!important}.kades-content-box{width:100%!important}.visi-misi-box{text-align:left!important}}@media (width<=768px){.layout-with-sidebar{flex-direction:column!important;display:flex!important}.sidebar-admin{border-bottom:1px solid #e2e8f0!important;border-right:none!important;width:100%!important;min-height:auto!important;padding:12px 16px!important}.sidebar-menu{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;gap:8px!important;padding-bottom:8px!important;display:flex!important;overflow-x:auto!important}.sidebar-item{white-space:nowrap!important;flex-shrink:0!important;padding:8px 14px!important;font-size:13px!important}.main-content-with-sidebar{margin-left:0!important;padding:14px 10px!important}.content-card{border-radius:16px!important;padding:16px 14px!important}.main-header-nav{padding:8px 12px!important}.header-container{flex-wrap:wrap!important;gap:10px!important}.header-nav-links{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;gap:6px!important;width:100%!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.header-nav-link{flex-shrink:0!important;padding:6px 10px!important;font-size:12px!important}.hero-section{min-height:auto!important;padding:36px 16px 24px!important}.hero-badge{padding:4px 12px!important;font-size:11px!important}.hero-title{margin-bottom:12px!important;font-size:22px!important;line-height:1.3!important}.hero-subtitle{margin-bottom:20px!important;font-size:13px!important;line-height:1.5!important}.hero-cta-group{flex-direction:column!important;gap:10px!important;width:100%!important}.btn-hero-primary,.btn-hero-secondary{box-sizing:border-box!important;width:100%!important;padding:12px 18px!important;font-size:14px!important}.slider-arrow{width:34px!important;height:34px!important;font-size:14px!important}.cms-header-bar{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:16px!important}.cms-tabs{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;gap:6px!important;padding-bottom:6px!important;display:flex!important;overflow-x:auto!important}.cms-tab-btn{white-space:nowrap!important;flex-shrink:0!important;padding:8px 14px!important;font-size:12px!important}.cms-form-row{flex-direction:column!important;gap:12px!important}.cms-hero-card-actions{flex-direction:column!important}.cms-hero-card-actions button{width:100%!important}.cms-table-wrapper,.table-responsive{-webkit-overflow-scrolling:touch!important;width:100%!important;margin-top:10px!important;overflow-x:auto!important}.cms-table{min-width:650px!important}.modal-backdrop .cms-modal,.modal-news-card{border-radius:18px!important;width:94%!important;max-width:94%!important;max-height:90vh!important;margin:10px auto!important;padding:20px 16px!important;overflow-y:auto!important}}.auth-page-custom{background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 75px);padding:40px 20px 60px;display:flex;position:relative;overflow:hidden}.auth-blob-bg{pointer-events:none;z-index:1;background:linear-gradient(#eef6ff00 0%,#e0f2fe 100%);border-radius:50% 50% 0 0/40px 40px 0 0;width:100%;height:280px;position:absolute;bottom:0;left:0}.auth-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:960px;display:grid;position:relative}.auth-form-side{flex-direction:column;width:100%;max-width:420px;display:flex}.auth-heading{color:#3b82f6;letter-spacing:-.5px;margin-bottom:25px;font-size:32px;font-weight:800}.custom-form{flex-direction:column;gap:20px;width:100%;display:flex}.input-row{border-bottom:2px dashed #94a3b8;align-items:center;padding:8px 4px;transition:border-color .2s;display:flex}.input-row:focus-within{border-bottom:2px dashed #3b82f6}.input-row .icon{color:#475569;align-items:center;margin-right:12px;font-size:16px;display:flex}.input-row input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px;font-style:italic}.input-row input::placeholder{color:#94a3b8;font-style:italic}.input-row .icon-right{cursor:pointer;color:#64748b;-webkit-user-select:none;user-select:none;align-items:center;padding:2px 6px;font-size:16px;display:flex}.forgot-password{text-align:right;margin-top:-5px}.forgot-password a:hover{text-decoration:underline}.auth-actions{flex-direction:column;gap:12px;margin-top:10px;display:flex}.btn-masuk{letter-spacing:.5px;color:#fff;cursor:pointer;text-align:center;background:#3b82f6;border:none;border-radius:999px;width:100%;padding:13px 24px;font-size:14px;font-weight:800;transition:all .2s;box-shadow:0 4px 14px #3b82f659}.btn-masuk:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 6px 18px #3b82f673}.btn-masuk:disabled{opacity:.6;cursor:not-allowed}.btn-buat-akun{letter-spacing:.5px;color:#3b82f6;cursor:pointer;text-align:center;background:#fff;border:2px solid #3b82f6;border-radius:999px;width:100%;padding:12px 24px;font-size:14px;font-weight:800;transition:all .2s}.btn-buat-akun:hover{background:#eff6ff}.auth-image-side{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.auth-image-side .welcome-text{margin-bottom:15px}.auth-image-side .welcome-small{color:#3b82f6;margin-bottom:4px;font-size:18px;font-style:italic;font-weight:500}.auth-image-side .welcome-large{color:#0f172a;letter-spacing:-1px;font-size:50px;font-weight:900;line-height:1.1}.auth-image-side .welcome-sunda{color:#3b82f6;margin-top:6px;font-size:16px;font-style:italic;font-weight:500}.hero-images-container{justify-content:center;align-items:center;margin-top:10px;display:flex;position:relative}.batik-ornament-left,.batik-ornament-right{opacity:.85;pointer-events:none;width:90px;height:auto;position:absolute}.batik-ornament-left{top:10px;left:-45px}.batik-ornament-right{bottom:20px;right:-45px}.hero-images-container .logo-center{z-index:2;filter:drop-shadow(0 12px 24px #0000001f);max-width:250px;height:auto}.auth-shortcuts-row{z-index:5;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:600px;margin-top:40px;display:flex;position:relative}@media (width<=860px){.auth-content{grid-template-columns:1fr;gap:30px}.auth-image-side{order:-1}.auth-image-side .welcome-large{font-size:36px}}.peta-wilayah-section{background:#f8fafc;padding:80px 24px;position:relative}.peta-stats-pills{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px;margin-bottom:8px;display:flex}.stat-pill{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;padding:10px 18px;display:flex;box-shadow:0 4px 12px #0f172a0a}.stat-pill-icon{background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:24px;display:flex}.stat-pill strong{color:#0f172a;font-size:14px;font-weight:700;display:block}.stat-pill span{color:#64748b;font-size:12px}.map-toolbar-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex;box-shadow:0 4px 16px #0f172a0a}.map-layer-selector,.poi-filter-group{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.toolbar-label{color:#475569;font-size:13px;font-weight:700}.btn-toggle-group{background:#f1f5f9;border-radius:10px;gap:4px;padding:4px;display:flex}.btn-map-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.btn-map-toggle.active{color:#fff;background:#0f172a;box-shadow:0 2px 6px #0f172a26}.filter-chips{flex-wrap:wrap;gap:6px;display:flex}.chip-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.chip-btn:hover{background:#e2e8f0}.chip-btn.active{color:#fff;background:#059669;border-color:#059669;box-shadow:0 2px 8px #05966940}.btn-reset-map{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .2s}.btn-reset-map:hover{background:#f1f5f9;border-color:#94a3b8}.map-interactive-wrapper{border:1px solid #cbd5e1;border-radius:16px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #0f172a1f}.leaflet-map-canvas{background:#e2e8f0;width:100%;height:520px}.floating-map-legend{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:500;background:#fffffff0;border:1px solid #e2e8f0cc;border-radius:12px;max-width:280px;padding:12px 16px;position:absolute;top:16px;right:16px;box-shadow:0 8px 24px #0f172a1f}.legend-title{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:700}.legend-items{flex-direction:column;gap:6px;display:flex}.legend-item{border-radius:6px;align-items:center;gap:8px;padding:4px 6px;transition:all .2s;display:flex}.legend-item:hover,.legend-item.active{background:#0f172a0f}.legend-color-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 4px #0003}.legend-label{color:#334155;font-size:11px;font-weight:600}.map-interaction-hint{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f1f5f9;z-index:500;pointer-events:none;background:#0f172abf;border-radius:8px;padding:6px 12px;font-size:11px;position:absolute;bottom:12px;left:12px}.custom-poi-marker{justify-content:center;align-items:center;display:flex}.poi-marker-inner{cursor:pointer;background:#fff;border:2px solid #0f172a;border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:flex;transform:rotate(-45deg);box-shadow:0 4px 10px #00000040}.poi-marker-inner:hover{border-color:#059669;transform:rotate(-45deg)scale(1.18)}.poi-marker-inner .poi-icon{font-size:16px;transform:rotate(45deg)}.dusun-map-tooltip{background:#fffffff5!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:8px 12px!important;box-shadow:0 6px 18px #0000001a!important}.poi-popup-card{padding:4px;font-family:inherit}.poi-popup-header{align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.poi-popup-icon{font-size:22px}.poi-popup-title{color:#0f172a;margin:0;font-size:14px;font-weight:700}.poi-popup-dusun{color:#059669;font-size:11px;font-weight:600}.poi-popup-desc{color:#475569;margin:0;font-size:12px;line-height:1.4}.dusun-spotlight-card{background:#fff;border-radius:16px;margin-bottom:24px;padding:24px;animation:.3s ease-out fadeIn;box-shadow:0 10px 25px -5px #0f172a14}.spotlight-header{margin-bottom:16px}.spotlight-badge{letter-spacing:.5px;border-radius:6px;margin-bottom:6px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.spotlight-header h3{color:#0f172a;margin:0 0 4px;font-size:22px;font-weight:800}.spotlight-kadus{color:#475569;margin:0;font-size:13px}.spotlight-body-grid{border-bottom:1px solid #f1f5f9;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px;padding-bottom:16px;display:grid}.info-sublabel{text-transform:uppercase;color:#94a3b8;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.info-highlight{color:#1e293b;margin:0;font-size:14px;font-weight:700}.info-desc{color:#475569;margin:0;font-size:13px;line-height:1.5}.spotlight-fasilitas .fasilitas-tags{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.f-tag{color:#334155;background:#f1f5f9;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.dusun-cards-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.dusun-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:20px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0f172a0a}.dusun-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0f172a14}.dusun-card.selected{background:#fdfefe;border-color:#0f172a}.dusun-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dusun-no-badge{border:1px solid;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}.dusun-luas{color:#64748b;font-size:11px;font-weight:600}.dusun-name{color:#0f172a;margin:0 0 12px;font-size:16px;font-weight:800;line-height:1.3}.dusun-meta-row{flex-direction:column;gap:6px;margin-bottom:14px;font-size:12px;display:flex}.meta-title{color:#64748b;margin-right:4px}.meta-val{color:#1e293b}.dusun-stats-bar{text-align:center;background:#f8fafc;border-radius:10px;justify-content:space-around;align-items:center;margin-bottom:14px;padding:10px 8px;display:flex}.dstat-num{font-size:14px;font-weight:800;display:block}.dstat-lbl{color:#64748b;font-size:10px;font-weight:600}.dstat-divider{background:#e2e8f0;width:1px;height:24px}.dusun-potensi-box{color:#475569;flex:1;margin-bottom:16px;font-size:12px;line-height:1.5}.potensi-label{color:#334155;margin-bottom:2px;font-weight:700;display:block}.btn-focus-dusun{cursor:pointer;border:1.5px solid;border-radius:8px;width:100%;padding:8px 14px;font-size:12px;font-weight:700;transition:all .2s}@media (width<=1024px){.dusun-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.dusun-cards-grid{grid-template-columns:1fr}.map-toolbar-card{flex-direction:column;align-items:stretch}.map-layer-selector,.poi-filter-group{flex-direction:column;align-items:flex-start}.floating-map-legend{max-width:100%;margin-top:12px;position:static}.leaflet-map-canvas{height:400px}}@media (width<=768px){body,#root{padding-bottom:74px!important}*{-webkit-tap-highlight-color:transparent}}.mobile-bottom-nav{display:none}@media (width<=768px){.mobile-bottom-nav{-webkit-backdrop-filter:blur(20px)!important;z-index:9999!important;height:64px!important;padding-bottom:env(safe-area-inset-bottom,0px)!important;background:#fffffff2!important;border-top:1px solid #e2e8f0e6!important;display:block!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -4px 20px #0f172a14!important}.mobile-bottom-nav-inner{justify-content:space-around!important;align-items:center!important;max-width:500px!important;height:100%!important;margin:0 auto!important;padding:0 6px!important;display:flex!important}.mobile-tab-btn{color:#64748b!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;background:0 0!important;border:none!important;outline:none!important;flex-direction:column!important;flex:1!important;justify-content:center!important;align-items:center!important;padding:6px 0!important;transition:all .2s!important;display:flex!important;position:relative!important}.mobile-tab-btn:active{transform:scale(.92)!important}.mobile-tab-icon-wrapper{justify-content:center!important;align-items:center!important;margin-bottom:2px!important;transition:transform .2s cubic-bezier(.34,1.56,.64,1)!important;display:flex!important;position:relative!important}.mobile-tab-label{letter-spacing:-.2px!important;font-size:11px!important;font-weight:600!important;line-height:1!important;transition:color .2s!important}.mobile-tab-btn.active{color:#059669!important}.mobile-tab-btn.active .mobile-tab-icon-wrapper{color:#059669!important;transform:translateY(-2px)!important}.mobile-tab-btn.active .mobile-tab-label{color:#059669!important;font-weight:700!important}.mobile-tab-indicator{background:#059669!important;border-radius:99px!important;width:16px!important;height:3px!important;position:absolute!important;bottom:2px!important}.mobile-tab-pill{color:#fff!important;background:#10b981!important;border-radius:99px!important;padding:1px 4px!important;font-size:9px!important;font-weight:800!important;line-height:1!important;position:absolute!important;top:-4px!important;right:-8px!important}.mobile-tab-btn.special-user-tab.active{color:#d97706!important}.mobile-tab-btn.special-user-tab.active .mobile-tab-indicator{background:#d97706!important}}.mobile-drawer-wrapper{z-index:10000!important;justify-content:flex-end!important;display:flex!important;position:fixed!important;inset:0!important}.mobile-drawer-backdrop{-webkit-backdrop-filter:blur(8px)!important;background:#0f172a99!important;animation:.25s ease-out fadeIn!important;position:absolute!important;inset:0!important}.mobile-drawer-panel{z-index:2!important;background:#fff!important;flex-direction:column!important;width:84%!important;max-width:320px!important;height:100%!important;animation:.3s cubic-bezier(.16,1,.3,1) drawerSlideIn!important;display:flex!important;position:relative!important;overflow-y:auto!important;box-shadow:-10px 0 35px #0003!important}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer-header{border-bottom:1px solid #f1f5f9!important;justify-content:space-between!important;align-items:center!important;padding:18px 20px!important;display:flex!important}.drawer-brand{align-items:center!important;gap:10px!important;display:flex!important}.drawer-logo{width:38px!important;height:auto!important}.drawer-title{color:#0f172a!important;font-size:14px!important;font-weight:800!important}.drawer-subtitle{color:#64748b!important;font-size:11px!important}.drawer-close-btn{color:#475569!important;cursor:pointer!important;background:#f1f5f9!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-size:14px!important;display:flex!important}.drawer-user-card{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;align-items:center!important;gap:12px!important;margin:14px 16px!important;padding:12px 14px!important;display:flex!important}.drawer-avatar{color:#fff!important;background:#10b981!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;font-size:16px!important;font-weight:800!important;display:flex!important}.drawer-user-name{color:#0f172a!important;font-size:13px!important;font-weight:700!important}.drawer-user-role{color:#64748b!important;font-size:11px!important}.drawer-guest-banner{color:#64748b!important;padding:14px 20px 4px!important;font-size:12px!important}.drawer-nav-list{flex-direction:column!important;flex:1!important;gap:4px!important;padding:10px 14px!important;display:flex!important}.drawer-nav-link{color:#334155!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:10px!important;justify-content:space-between!important;align-items:center!important;padding:12px 14px!important;font-size:14px!important;font-weight:600!important;transition:all .15s!important;display:flex!important}.drawer-nav-link:active,.drawer-nav-link.active{color:#059669!important;background:#ecfdf5!important}.drawer-active-dot{color:#059669!important;font-size:18px!important}.drawer-footer{background:#fafafa!important;border-top:1px solid #f1f5f9!important;flex-direction:column!important;gap:8px!important;padding:16px!important;display:flex!important}.drawer-btn-primary{color:#fff!important;cursor:pointer!important;background:#10b981!important;border:none!important;border-radius:10px!important;width:100%!important;padding:12px!important;font-size:13px!important;font-weight:700!important}.drawer-btn-secondary{color:#334155!important;cursor:pointer!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;border-radius:10px!important;width:100%!important;padding:10px!important;font-size:12px!important;font-weight:600!important}.drawer-btn-logout{color:#ef4444!important;cursor:pointer!important;background:0 0!important;border:1px dashed #ef444466!important;border-radius:10px!important;width:100%!important;padding:10px!important;font-size:12px!important;font-weight:600!important}.mobile-quick-actions-section{display:none}@media (width<=900px){.mobile-quick-actions-section{z-index:10!important;margin:-24px 16px 28px!important;display:block!important;position:relative!important}.mobile-quick-actions-container{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;display:grid!important}.mobile-quick-card{cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;align-items:center!important;gap:10px!important;padding:14px 12px!important;transition:transform .15s,box-shadow .15s!important;display:flex!important;box-shadow:0 4px 16px #0f172a14!important}.mobile-quick-card:active{transform:scale(.96)!important}.quick-icon-bubble{border-radius:12px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;display:flex!important}.quick-info{flex-direction:column!important;flex:1!important;display:flex!important;overflow:hidden!important}.quick-info strong{color:#0f172a!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:13px!important;font-weight:700!important;line-height:1.2!important;overflow:hidden!important}.quick-info span{color:#64748b!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin-top:2px!important;font-size:10.5px!important;overflow:hidden!important}.quick-chevron{color:#94a3b8!important;font-size:11px!important;font-weight:700!important}}@media (width<=768px){.modal-backdrop{align-items:flex-end!important;padding:0!important;display:flex!important}.modal-backdrop .cms-modal,.modal-backdrop .modal-news-card,.modal-backdrop .glass-panel{border-bottom:none!important;border-radius:24px 24px 0 0!important;width:100%!important;max-width:100%!important;max-height:88vh!important;margin:0!important;padding:24px 18px 40px!important;animation:.3s cubic-bezier(.16,1,.3,1) bottomSheetUp!important;overflow-y:auto!important;box-shadow:0 -10px 40px #00000040!important}.modal-backdrop .cms-modal:before,.modal-backdrop .glass-panel:before{content:""!important;background:#cbd5e1!important;border-radius:99px!important;width:42px!important;height:5px!important;margin:-8px auto 16px!important;display:block!important}@keyframes bottomSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}button,a,input,select,textarea{touch-action:manipulation}.btn,.btn-cms-primary,.btn-hero-primary{justify-content:center!important;align-items:center!important;min-height:46px!important;display:inline-flex!important}.hero-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-top:20px!important}.stat-card{padding:10px 12px!important}.stat-number{font-size:20px!important}.stat-label{font-size:10px!important}}.auth-page-custom{background-color:#fff;justify-content:center;align-items:center;min-height:100vh;font-family:Outfit,sans-serif;display:flex;position:relative;overflow:hidden}.auth-blob-bg{z-index:0;background:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 1440 320\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"%23f0f4f8\" fill-opacity=\"1\" d=\"M0,256L48,229.3C96,203,192,149,288,154.7C384,160,480,224,576,218.7C672,213,768,139,864,128C960,117,1056,171,1152,197.3C1248,224,1344,224,1392,224L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"></path></svg>") bottom/cover no-repeat;width:100%;height:50%;position:absolute;bottom:0;left:0}.auth-content{z-index:1;align-items:center;width:100%;max-width:1100px;display:flex;position:relative}.auth-form-side{flex-direction:column;flex:1;align-items:center;padding:40px;display:flex}.auth-heading{color:#4b6bfb;margin-bottom:40px;font-size:28px;font-weight:700}.custom-form{width:100%;max-width:300px}.input-row{border-bottom:2px dashed #94a3b8;align-items:center;margin-bottom:25px;padding-bottom:5px;display:flex}.input-row .icon{color:#94a3b8;margin-right:15px;font-size:20px}.input-row .icon-right{color:#94a3b8;cursor:pointer;margin-left:10px;font-size:18px}.input-row input{color:#334155;background:0 0;border:none;outline:none;flex:1;font-size:16px;font-style:italic}.input-row input::placeholder{color:#94a3b8}.forgot-password{text-align:right;margin-top:-15px;margin-bottom:30px}.forgot-password a{color:#4b6bfb;font-size:12px;font-weight:600;text-decoration:none}.auth-actions{flex-direction:column;align-items:center;gap:15px;display:flex}.btn-masuk{color:#fff;cursor:pointer;background:#4b6bfb;border:none;border-radius:50px;width:80%;padding:10px 40px;font-size:14px;font-weight:600;box-shadow:0 4px 6px #4b6bfb33}.btn-buat-akun{color:#4b6bfb;cursor:pointer;background:#fff;border:2px solid #4b6bfb;border-radius:50px;width:80%;padding:10px 40px;font-size:14px;font-weight:600}.auth-image-side{flex-direction:column;flex:1.2;align-items:center;display:flex;position:relative}.welcome-text{text-align:center;color:#0c1a5f;margin-bottom:20px}.welcome-small{color:#4b6bfb;font-size:20px;font-style:italic;font-weight:400}.welcome-large{letter-spacing:-1px;margin:5px 0;font-size:65px;font-weight:800;line-height:1}.welcome-sunda{color:#4b6bfb;font-size:20px;font-style:italic;font-weight:400}.hero-images{justify-content:center;width:100%;display:flex;position:relative}.hero-photo{filter:grayscale();z-index:2;border-bottom:4px solid #0c1a5f;max-width:80%;height:auto;position:relative}.auth-image-side:before,.auth-image-side:after{content:"";mix-blend-mode:multiply;opacity:.7;z-index:0;background-image:url(/megamendung.png);background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute}.auth-image-side:before{width:180px;height:120px;top:10px;left:10px;transform:rotate(-5deg)}.auth-image-side:after{width:250px;height:150px;bottom:40px;right:-30px;transform:rotate(10deg)scaleX(-1)}@media (width<=768px){.auth-page-custom{align-items:flex-start;padding:20px 15px;overflow-y:auto}.auth-content{flex-direction:column;max-width:100%}.auth-image-side{order:-1;width:100%;margin-bottom:15px}.welcome-text{margin-bottom:10px}.welcome-small{font-size:14px}.welcome-large{margin:2px 0;font-size:32px;line-height:1.1}.welcome-sunda{font-size:14px}.hero-images img{max-width:110px!important;margin-bottom:10px!important}.auth-form-side{width:100%;padding:10px}.auth-heading{margin-bottom:20px;font-size:22px}.custom-form{max-width:100%}.input-row{margin-bottom:16px}.input-row .icon{margin-right:10px;font-size:18px}.input-row input{font-size:15px}.forgot-password{margin-top:-10px;margin-bottom:20px}.btn-masuk,.btn-buat-akun{width:100%;padding:12px 20px}.auth-image-side:before,.auth-image-side:after{display:none}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
