@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--color-primary:#3a57e8;--color-primary-light:#5c75f2;--color-success:#1aa053;--color-warning:#f16a1b;--color-error:#c03221;--color-info:#079aa2;--bg-layout:#f5f7fa;--bg-container:#ffffff;--text-primary:#1f2937;--text-secondary:#6b7280;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.07);--shadow-lg:0 10px 25px rgba(0,0,0,0.1);--transition-fast:0.15s ease;--transition-normal:0.25s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6;color:var(--text-primary);background:var(--bg-layout);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px;transition:background var(--transition-fast)}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.ant-card{transition:all var(--transition-normal)!important}.ant-card:hover{box-shadow:var(--shadow-md)!important}.ant-btn{transition:all var(--transition-fast)!important}.ant-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(58,87,232,.35)}.ant-table-wrapper{border-radius:12px;overflow:hidden}.ant-table-row{transition:background var(--transition-fast)!important}.ant-menu-item{transition:all var(--transition-fast)!important}.ant-input-affix-wrapper:focus,.ant-input:focus,.ant-select-focused .ant-select-selector{box-shadow:0 0 0 3px rgba(58,87,232,.1)!important}.ant-statistic-title{font-weight:500!important;color:var(--text-secondary)!important}.ant-layout-content,main{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}::selection{background:var(--color-primary);color:white}.footer-link,footer a{color:rgba(255,255,255,.7)!important;text-decoration:none!important;font-size:14px;transition:color .2s}.footer-link:hover,footer a:hover{color:#93c5fd!important}@media screen and (max-width:575px){body{font-size:13px}.ant-layout-header{padding:0 12px!important}.ant-layout-content{padding:12px!important}.ant-card{border-radius:8px!important}.ant-card-head{padding:12px 16px!important;min-height:auto!important}.ant-card-head-title{font-size:14px!important}.ant-card-body{padding:12px!important}.ant-table{font-size:12px!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:8px 6px!important}.ant-table-wrapper{overflow-x:auto}.ant-table-content{min-width:600px}.ant-descriptions-bordered .ant-descriptions-item-content,.ant-descriptions-bordered .ant-descriptions-item-label{padding:8px 12px!important}.ant-descriptions-item-label{font-size:12px!important;white-space:nowrap}.ant-form-item{margin-bottom:16px!important}.ant-form-item-label{padding-bottom:4px!important}.ant-btn{font-size:13px!important}.ant-btn-lg{height:36px!important;font-size:14px!important}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-content{border-radius:12px!important}.ant-modal-header{padding:12px 16px!important}.ant-modal-body{padding:16px!important;max-height:60vh;overflow-y:auto}.ant-modal-footer{padding:12px 16px!important}.ant-drawer-content-wrapper{max-width:100%!important}.ant-typography h1,h1.ant-typography{font-size:24px!important}.ant-typography h2,h2.ant-typography{font-size:20px!important}.ant-typography h3,h3.ant-typography{font-size:16px!important}.ant-statistic-content-value{font-size:20px!important}.ant-tag{font-size:11px!important;padding:2px 6px!important;margin:2px!important}.ant-avatar-lg{width:48px!important;height:48px!important;line-height:48px!important;font-size:18px!important}.ant-space{gap:8px!important}.ant-alert{padding:10px 12px!important}.ant-alert-message{font-size:13px!important}.ant-pagination{flex-wrap:wrap;justify-content:center;gap:4px}.ant-pagination-item,.ant-pagination-next,.ant-pagination-prev{min-width:28px!important;height:28px!important;line-height:28px!important}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-left:8px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}.ant-upload-list-item-name{max-width:120px}.ant-layout-sider{position:fixed!important;height:100vh!important;z-index:1000!important}.ant-layout-sider-collapsed{width:0!important;min-width:0!important;max-width:0!important;flex:0 0 0!important}.ant-breadcrumb{font-size:12px!important}.ant-popconfirm{max-width:280px}}@media screen and (min-width:576px) and (max-width:991px){.ant-card-body,.ant-layout-content{padding:16px!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:10px 8px!important}.ant-modal{max-width:90vw!important}.ant-drawer-content-wrapper{max-width:80%!important}.ant-layout-sider{flex:0 0 200px!important;max-width:200px!important;min-width:200px!important}}@media screen and (min-width:992px){.ant-modal-lg{max-width:800px!important}.ant-drawer-content-wrapper{max-width:600px!important}}.hide-on-mobile{display:block}.show-on-mobile{display:none}@media screen and (max-width:575px){.hide-on-mobile{display:none!important}.show-on-mobile{display:block!important}}.responsive-flex{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:575px){.responsive-flex{flex-direction:column;gap:12px}}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}@media screen and (max-width:575px){.responsive-grid{grid-template-columns:1fr;gap:12px}}@media (hover:none) and (pointer:coarse){.ant-btn{min-height:44px}.ant-input,.ant-select-selector{min-height:44px!important}.ant-menu-item{min-height:48px!important;line-height:48px!important}}@supports (padding:max(0px)){.ant-layout{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}.ant-layout-footer{padding-bottom:max(24px,env(safe-area-inset-bottom))}}@media print{.ant-btn,.ant-layout-header,.ant-layout-sider,.ant-pagination{display:none!important}.ant-layout-content{margin:0!important;padding:0!important}.ant-card{box-shadow:none!important;border:1px solid #ddd!important}}.berita-konten{overflow-wrap:break-word}.berita-konten iframe,.berita-konten img,.berita-konten video{max-width:100%;height:auto}.berita-konten img{cursor:zoom-in}.berita-konten table{display:block;max-width:100%;overflow-x:auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.reveal--visible{opacity:1;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (hover:hover) and (pointer:fine){.landing-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(15,23,42,.12)!important}.landing-card-cover{transition:transform .5s ease}.landing-card:hover .landing-card-cover{transform:scale(1.06)}.landing-gallery-tile .ant-image img{transition:transform .5s ease}.landing-gallery-tile:hover .ant-image img{transform:scale(1.05)}.landing-gallery-caption{transition:opacity .3s ease;opacity:.85}.landing-gallery-tile:hover .landing-gallery-caption{opacity:1}.jenis-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.35)}.jenis-card .jenis-icon{transition:transform .3s ease}.jenis-card:hover .jenis-icon{transform:scale(1.08)}.btn-cta:hover{transform:translateY(-2px) scale(1.02)!important;box-shadow:0 8px 28px rgba(58,87,232,.55)!important}.btn-cta:active{transform:translateY(0) scale(.98)!important}.btn-ghost:hover{border-color:rgba(255,255,255,.7)!important;background:rgba(255,255,255,.08)!important}}.landing-nav-link{position:relative}.landing-nav-link:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;border-radius:2px;background:#93c5fd;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.landing-nav-link--active{color:#fff!important}.landing-nav-link--active:after{transform:scaleX(1)}@media (hover:hover) and (pointer:fine){.landing-nav-link:hover{color:#fff!important}.landing-nav-link:hover:after{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}.jenis-card .jenis-icon,.landing-card-cover,.landing-gallery-tile .ant-image img,.landing-nav-link:after,.reveal{transition:none}}#goog-gt-container,#goog-gt-tt,.goog-te-balloon-frame,.goog-te-banner-frame,.goog-te-banner-frame.skiptranslate,.goog-te-ftab,.goog-te-gadget,.goog-te-menu-value:hover,iframe.goog-te-balloon-frame,iframe.skiptranslate{display:none!important;visibility:hidden!important}body{top:0!important;position:static!important}.goog-text-highlight{background-color:transparent!important;box-shadow:none!important}