:root{--logo-height:60px;--logo-margin-top:0px;--logo-margin-bottom:0px;--total-logo:calc(var(--logo-height) + var(--logo-margin-top) + var(--logo-margin-bottom));--nav-height:35px;--total-header-height:calc(var(--total-logo) + var(--nav-height));--background:#fff;--foreground:#213547;--primary:#222;--link:#555;--link-hover:#000;--button-bg:whitesmoke;--button-text:#213547;--input-bg:whitesmoke;--input-border:#ddd;--card-bg:#fff;--math-font-size:18px}.dark{--background:#171717;--foreground:#ededed;--primary:#e5e5e5;--link:#aaa;--link-hover:#fff;--button-bg:#262626;--button-text:whitesmoke;--input-bg:#262626;--input-border:#404040;--card-bg:#171717}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{color:var(--foreground);background-color:var(--background);min-width:320px;min-height:100vh;margin:0;transition:background-color .3s,color .3s}h1{color:var(--foreground);font-size:3.2em;line-height:1.1}a{color:var(--link);font-weight:500;text-decoration:none;transition:color .2s}a:hover{color:var(--link-hover)}button{cursor:pointer;background-color:var(--button-bg);color:var(--button-text);border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s,background-color .25s,color .25s}button:disabled{color:gray;cursor:not-allowed;opacity:.6}button:not(:disabled):hover{background-color:var(--primary);color:var(--background);font-weight:700}.container{background-color:var(--card-bg);align-content:center;justify-items:center;width:100vw;min-height:calc(100vh - 130px);display:grid}label{color:var(--foreground);margin-top:10px;font-weight:700;display:block}input[type=text],textarea,select{border:1px solid var(--input-border);box-sizing:border-box;width:100%;color:var(--foreground);background-color:var(--input-bg);border-radius:4px;margin-top:5px;padding:10px;font-family:inherit;font-size:1em}.loadingContainer{height:calc(100vh - (var(--total-header-height)));background-color:var(--background);z-index:50;justify-content:center;align-items:center;width:100%;display:flex;position:absolute}.spinner{border:4px solid #80808033;border-top:4px solid var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:767px){:root{--logo-height:60px}}details{background:var(--card-bg);border:1px solid var(--input-border);border-radius:8px;transition:all .3s;overflow:hidden}details[open]{border-color:var(--primary);box-shadow:0 4px 10px #0000000d}details[open]>:not(summary){padding:0 1rem}details[open]>:not(summary):first-of-type{padding-top:1rem}summary{cursor:pointer;color:var(--foreground);background:var(--input-bg);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.25rem .75rem;font-weight:700;list-style:none;display:flex}summary::-webkit-details-marker{display:none}summary:after{content:"Lihat ↓";font-size:.85em;transition:all .3s}details[open] summary:after{content:"Tutup ↑"}.katex-display{padding:1rem 0 1rem 1.5rem;overflow:auto hidden;justify-self:left!important;margin-top:0!important;margin-bottom:1rem!important;padding-top:0!important}.katex{font-size:1.05em!important}.global-content{text-align:justify}.global-content p,.global-content li{margin-bottom:1rem;line-height:1.8}.global-content h1,.global-content h2,.global-content h3,.global-content h4{margin-top:1.5rem;line-height:1.3}.global-content ul,.global-content ol{margin-bottom:1.5rem;margin-left:1.5rem}.global-content>:last-child{margin-bottom:0}.global-content table{border-collapse:collapse;width:auto;min-width:50%;max-width:100%;margin:1rem auto;display:block;overflow-x:auto}.global-content th,.global-content td{border:1px solid var(--input-border);text-align:center;padding:10px 16px}.global-content th{background-color:var(--input-bg);color:var(--foreground);font-weight:800}.global-content tbody tr:nth-child(2n){background-color:#8080800a}
.Header-module__hBw1pG__headerBar{z-index:1001;background-color:var(--card-bg);flex-direction:column;justify-self:center;width:100%;max-width:1440px;display:flex;position:sticky;top:0}.Header-module__hBw1pG__topBar{background-color:var(--card-bg);border-bottom:1px solid var(--input-border);justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.Header-module__hBw1pG__leftSection{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.Header-module__hBw1pG__logoLink{cursor:pointer;align-items:center;height:100%;transition:opacity .2s;display:flex}.Header-module__hBw1pG__logoLink:hover{opacity:.8}.Header-module__hBw1pG__topNav{align-items:center;gap:15px;display:flex}.Header-module__hBw1pG__navItem{color:var(--foreground);white-space:nowrap;border-radius:6px;padding:8px 16px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .2s}.Header-module__hBw1pG__navItem:hover{background-color:var(--input-bg);color:var(--primary)}.Header-module__hBw1pG__navActive{background-color:var(--primary);color:var(--background)!important}.Header-module__hBw1pG__themeToggleBtn{border:1px solid var(--input-border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:10px;padding:8px;font-size:1rem;transition:all .2s;display:flex}.Header-module__hBw1pG__themeToggleBtn:hover{background-color:var(--input-bg);color:var(--primary);border-color:var(--primary);transform:rotate(15deg)}.Header-module__hBw1pG__navContainer{background-color:var(--input-bg);border-bottom:1px solid var(--input-border);-ms-overflow-style:none;scrollbar-width:none;justify-content:center;width:100%;height:45px;display:flex;overflow:auto hidden}.Header-module__hBw1pG__navContainer::-webkit-scrollbar{display:none}.Header-module__hBw1pG__navContent{width:100%;height:100%;color:var(--primary);cursor:pointer;white-space:nowrap;place-items:center;padding:0 20px;font-weight:700;transition:background-color .2s,font-size .2s;display:grid}.Header-module__hBw1pG__navContent:hover{background-color:var(--input-border);color:var(--primary);font-size:110%}.Header-module__hBw1pG__navContent.Header-module__hBw1pG__active{background-color:var(--primary);color:var(--background);font-size:115%}@media (max-width:1024px){.Header-module__hBw1pG__navContainer{justify-content:flex-start}.Header-module__hBw1pG__navContent{min-width:auto;padding:0 20px}}@media (max-width:767px){.Header-module__hBw1pG__topNav{display:none}.Header-module__hBw1pG__topBar,.Header-module__hBw1pG__leftSection{justify-content:center}.Header-module__hBw1pG__navContent{font-size:.9em}.Header-module__hBw1pG__navContent:hover{font-size:1em}.Header-module__hBw1pG__navContent.Header-module__hBw1pG__active{font-size:1.1em}}.Header-module__hBw1pG__dropdownOverlay{top:var(--total-header-height);width:100vw;height:calc(100vh - var(--total-header-height));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background-color:#0009;position:fixed;left:0;overflow-y:auto}.Header-module__hBw1pG__dropdownGridContainer{width:100%;max-width:1440px;margin:0 auto;padding:30px 10px}
