:root{--color-paper:oklch(97.5% .011 84);--color-paper-2:oklch(94.5% .014 84);--color-paper-3:oklch(92% .016 84);--color-ink:oklch(21% .014 55);--color-ink-2:oklch(30% .016 55);--color-neutral:oklch(55% .012 70);--color-muted:oklch(42% .013 60);--color-rule:oklch(83% .014 84);--color-accent:oklch(56% .122 62);--color-accent-deep:oklch(46% .118 58);--color-accent-ink:var(--color-paper);--color-mocha:oklch(38% .08 45);--color-mocha-light:oklch(48% .06 48);--color-focus:oklch(56% .122 62);--color-danger:oklch(48% .15 25);--color-success:oklch(48% .11 150);--font-display:"Source Serif 4", ui-serif, Georgia, serif;--font-body:"Atkinson Hyperlegible", ui-sans-serif, system-ui, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-md:1.25rem;--text-lg:1.563rem;--text-xl:1.953rem;--text-2xl:2.441rem;--text-3xl:3.052rem;--text-display:clamp(2.75rem, 6vw + .5rem, 5.5rem);--text-stat:clamp(3.5rem, 9vw, 7rem);--space-3xs:.125rem;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--space-3xl:6rem;--space-4xl:9rem;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in:cubic-bezier(.7, 0, .84, 0);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--dur-micro:.12s;--dur-short:.22s;--dur-long:.42s;--rule-hair:1px;--rule-double:4px;--radius-sm:2px;--radius-md:4px;--page-gutter:clamp(1rem, 4vw, 2rem);--measure:65ch}*{box-sizing:border-box}html,body{min-width:0;max-width:100%;margin:0;padding:0;overflow-x:clip}body{background:var(--color-paper);color:var(--color-ink);font-family:var(--font-body);font-size:var(--text-base);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;padding-inline:max(0px, env(safe-area-inset-left));padding-bottom:max(0px, env(safe-area-inset-bottom));line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);overflow-wrap:anywhere;min-width:0;font-weight:600;line-height:1.1}p{margin:0}a{color:var(--color-accent-deep);text-underline-offset:2px}::selection{background:var(--color-accent);color:var(--color-accent-ink)}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.15s!important;animation-duration:.15s!important;animation-iteration-count:1!important}}.btn{justify-content:center;align-items:center;gap:var(--space-xs);min-height:44px;padding:var(--space-sm) var(--space-lg);font-family:var(--font-body);font-size:var(--text-base);white-space:nowrap;border:var(--rule-hair) solid var(--color-ink);border-radius:var(--radius-sm);background:var(--color-ink);color:var(--color-paper);cursor:pointer;transition:background-color var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out), transform .1s var(--ease-out);font-weight:400;text-decoration:none;display:inline-flex}.btn--ghost{color:var(--color-ink);background:0 0}.btn:hover{background:var(--color-accent-deep);border-color:var(--color-accent-deep);color:var(--color-accent-ink)}.btn--ghost:hover{background:var(--color-paper-2);border-color:var(--color-ink);color:var(--color-ink)}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;background:var(--color-neutral);border-color:var(--color-neutral);color:var(--color-paper);transform:none}.btn[data-state=loading]{cursor:wait;opacity:.75}.btn[data-state=loading]:before{content:"";border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;animation:.8s linear infinite btn-spin}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn[data-state=error]{background:var(--color-danger);border-color:var(--color-danger)}.btn[data-state=success]{background:var(--color-success);border-color:var(--color-success)}.input{width:100%;min-height:44px;padding:var(--space-sm) var(--space-md);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-ink);background:var(--color-paper);border:var(--rule-hair) solid var(--color-rule);border-radius:var(--radius-sm);transition:border-color var(--dur-short) var(--ease-out);display:block}.input::placeholder{color:var(--color-muted);opacity:1}.input:hover{border-color:var(--color-neutral)}.input:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px;border-color:var(--color-focus)}.input[disabled]{opacity:.55;cursor:not-allowed;background:var(--color-paper-2)}.input[aria-invalid=true]{border-color:var(--color-danger)}.table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.table th{text-align:left;color:var(--color-muted);padding:var(--space-sm) var(--space-md);border-bottom:var(--rule-hair) solid var(--color-rule);font-weight:400;font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase}.table td{padding:var(--space-sm) var(--space-md);border-bottom:var(--rule-hair) solid var(--color-rule)}.table td.num,.table th.num{font-variant-numeric:tabular-nums;text-align:right}.badge{padding:var(--space-3xs) var(--space-sm);font-size:var(--text-xs);border-radius:var(--radius-sm);border:var(--rule-hair) solid transparent;white-space:nowrap;font-weight:400;display:inline-block}.badge--warn{background:var(--color-paper-2);color:var(--color-accent-deep);border-color:var(--color-rule)}.badge--danger{background:var(--color-paper-2);color:var(--color-danger);border-color:var(--color-danger)}.badge--ok{background:var(--color-paper-2);color:var(--color-success);border-color:var(--color-success)}.measure{max-width:var(--measure)}.page-head{justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.page-head h1{margin:0 0 var(--space-2xs);font-size:var(--text-xl);color:var(--color-ink)}.page-head .sub{color:var(--color-muted);font-size:var(--text-sm);max-width:var(--measure)}.panel{background:var(--color-paper);border:var(--rule-hair) solid var(--color-rule);border-radius:var(--radius-sm);padding:clamp(var(--space-md), 4vw, var(--space-xl))}.filters{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.filters .input{flex:1;width:auto;min-width:10rem}@media (width<=40rem){.filters{flex-direction:column;align-items:stretch}.filters .input{width:100%;min-width:0}}.tabel-wrap{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.kosong{color:var(--color-muted);font-size:var(--text-sm);padding:var(--space-3xs) 0;margin:0}.alert{border-radius:var(--radius-sm);padding:var(--space-sm) var(--space-md);font-size:var(--text-sm);margin-bottom:var(--space-md)}.alert--error{background:var(--color-paper-2);color:var(--color-danger);border:var(--rule-hair) solid var(--color-danger)}.alert--ok{background:var(--color-paper-2);color:var(--color-success);border:var(--rule-hair) solid var(--color-success)}.form-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));display:grid}.field{gap:var(--space-2xs);font-size:var(--text-sm);color:var(--color-ink-2);align-content:start;font-weight:700;display:grid}.field--full{grid-column:1/-1}.field .hint{color:var(--color-muted);font-weight:400;font-size:var(--text-xs)}.form-actions{align-items:center;gap:var(--space-md);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}@media (width<=30rem){.form-actions{flex-direction:column;align-items:stretch}.form-actions .btn{width:100%}}.btn--sm{min-height:32px;padding:var(--space-2xs) var(--space-sm);font-size:var(--text-sm)}.link-aksi{font-size:var(--text-sm);color:var(--color-accent-deep);text-underline-offset:2px;text-decoration:underline}.link-aksi:hover{color:var(--color-accent)}.modal{border:var(--rule-hair) solid var(--color-ink);border-radius:var(--radius-sm);background:var(--color-paper);color:var(--color-ink);width:min(34rem,100vw - 2rem);max-height:min(85vh,42rem);box-shadow:0 12px 36px -8px color-mix(in srgb, var(--color-ink) 25%, transparent);opacity:0;transition:opacity .165s var(--ease-in), transform .165s var(--ease-in), display .165s allow-discrete, overlay .165s allow-discrete;margin:auto;padding:0;transform:translateY(6px)}.modal[open]{opacity:1;transition:opacity var(--dur-short) var(--ease-out), transform var(--dur-short) var(--ease-out), display var(--dur-short) allow-discrete, overlay var(--dur-short) allow-discrete;flex-direction:column;display:flex;transform:none}@starting-style{.modal[open]{opacity:0;transform:translateY(6px)}}.modal::backdrop{background:color-mix(in srgb, var(--color-ink) 45%, transparent);opacity:0;transition:opacity .165s var(--ease-in), display .165s allow-discrete, overlay .165s allow-discrete}.modal[open]::backdrop{opacity:1;transition:opacity var(--dur-short) var(--ease-out), display var(--dur-short) allow-discrete, overlay var(--dur-short) allow-discrete}@starting-style{.modal[open]::backdrop{opacity:0}}.modal__kepala{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-bottom:var(--rule-hair) solid var(--color-rule);flex-shrink:0;display:flex}.modal__judul{font-size:var(--text-md);color:var(--color-ink);margin:0}.modal__tutup{border:var(--rule-hair) solid transparent;min-width:44px;min-height:44px;color:var(--color-muted);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-md);transition:color var(--dur-short) var(--ease-out), background-color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out);background:0 0;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.modal__tutup:hover{color:var(--color-ink);background:var(--color-paper-2);border-color:var(--color-rule)}.modal__tutup:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px}.modal__tutup:active{transform:translateY(1px)}.modal__isi{padding:var(--space-lg);flex:auto;overflow-y:auto}@media (prefers-reduced-motion:reduce){.modal,.modal[open],.modal::backdrop,.modal[open]::backdrop{transition-property:opacity!important;transition-duration:.15s!important;transform:none!important}}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:400;src:url(./source-serif-4-cyrillic-ext-400-normal.CWV284fw.woff2)format("woff2"),url(./source-serif-4-cyrillic-ext-400-normal.DLkyKLvH.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:400;src:url(./source-serif-4-cyrillic-400-normal.C44pakCn.woff2)format("woff2"),url(./source-serif-4-cyrillic-400-normal.B8Z6Jvzv.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:400;src:url(./source-serif-4-greek-400-normal.Cw5-AHNN.woff2)format("woff2"),url(./source-serif-4-greek-400-normal.BccYJ-vZ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:400;src:url(./source-serif-4-vietnamese-400-normal.BbG3LG1A.woff2)format("woff2"),url(./source-serif-4-vietnamese-400-normal.DR1UuFon.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:400;src:url(./source-serif-4-latin-ext-400-normal.Cp7z-ARB.woff2)format("woff2"),url(./source-serif-4-latin-ext-400-normal.CEpydyUl.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:"Source Serif 4";font-style:normal;font-display:swap;font-weight:400;src:url(./source-serif-4-latin-400-normal.DJ5YJwmz.woff2)format("woff2"),url(./source-serif-4-latin-400-normal.Dn3IlU-Z.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:600;src:url(./source-serif-4-cyrillic-ext-600-normal.D_E8FDgP.woff2)format("woff2"),url(./source-serif-4-cyrillic-ext-600-normal.DiT2IGQm.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:600;src:url(./source-serif-4-cyrillic-600-normal.BDP5YDHD.woff2)format("woff2"),url(./source-serif-4-cyrillic-600-normal.DFnC3vAY.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:600;src:url(./source-serif-4-greek-600-normal.DdRkKr-1.woff2)format("woff2"),url(./source-serif-4-greek-600-normal.DhXQw1Kl.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:600;src:url(./source-serif-4-vietnamese-600-normal.CznyfUKR.woff2)format("woff2"),url(./source-serif-4-vietnamese-600-normal.B0WJbuqT.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-display:swap;font-weight:600;src:url(./source-serif-4-latin-ext-600-normal.0sIUyHMO.woff2)format("woff2"),url(./source-serif-4-latin-ext-600-normal.C6NNqpJh.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:"Source Serif 4";font-style:normal;font-display:swap;font-weight:600;src:url(./source-serif-4-latin-600-normal.DouSKlru.woff2)format("woff2"),url(./source-serif-4-latin-600-normal.DMD1h6_f.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Atkinson Hyperlegible;font-style:normal;font-display:swap;font-weight:400;src:url(./atkinson-hyperlegible-latin-ext-400-normal.DRk46D-x.woff2)format("woff2"),url(./atkinson-hyperlegible-latin-ext-400-normal.Bbz-b3yf.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Atkinson Hyperlegible;font-style:normal;font-display:swap;font-weight:400;src:url(./atkinson-hyperlegible-latin-400-normal.BrHNak5F.woff2)format("woff2"),url(./atkinson-hyperlegible-latin-400-normal.BbWidj28.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Atkinson Hyperlegible;font-style:normal;font-display:swap;font-weight:700;src:url(./atkinson-hyperlegible-latin-ext-700-normal.BoVPHkS0.woff2)format("woff2"),url(./atkinson-hyperlegible-latin-ext-700-normal.CKkU2Dpt.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Atkinson Hyperlegible;font-style:normal;font-display:swap;font-weight:700;src:url(./atkinson-hyperlegible-latin-700-normal.GZI4o3u0.woff2)format("woff2"),url(./atkinson-hyperlegible-latin-700-normal.BK6Glc0m.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
