:root{--bg:#f5f7fa;--loading-overlay-bg:#f5f7fa;--bg-panel:#fff;--bg-sidebar:#f5f7fa;--border:#e8eaf0;--text:#1a2333;--text-muted:#6b7585;--accent:#3b82f6;--radius:10px;--shadow:none;--shadow-md:none;--mobile-bar-h:48px;--site-legal-footer-h:52px;--site-footer-bg:#fff;--site-footer-border:#94a3b84d;--site-footer-copy:#64748b;--site-footer-link:#334155;--site-footer-link-hover:#1e293b;--site-footer-link-underline:#64748b8c;--site-footer-link-underline-hover:#334155b8;--site-footer-dot:#94a3b8;--navbar-bg:#f5f7fa}:root[data-theme=dark]{--bg:transparent;--loading-overlay-bg:#0d1117;--bg-panel:#ffffff0d;--bg-sidebar:transparent;--border:#ffffff1a;--text:#e6edf3;--text-muted:#7d8590;--shadow:none;--shadow-md:none;--site-footer-bg:#0d1117;--site-footer-border:#ffffff24;--site-footer-copy:#a9b4c6;--site-footer-link:#d2deee;--site-footer-link-hover:#fff;--site-footer-link-underline:#94a3b880;--site-footer-link-underline-hover:#cbd5e1d9;--site-footer-dot:#8b9ab0;--navbar-bg:#0d1117}*,:before,:after{box-sizing:border-box}html{background:var(--bg)}html,body{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden auto}html[data-theme=dark]{background:#0d1117}html[data-theme=light]{background:#f5f7fa}html[data-theme=dark],html[data-theme=dark] body{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=light],html[data-theme=light] body{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html.auth-viewport-lock,body.auth-viewport-lock{overscroll-behavior:none;background:#0b1220!important;overflow:hidden!important}body.auth-viewport-lock:before{content:"";pointer-events:none;z-index:-1;background:#0b1220;position:fixed;inset:0}.route-loading-overlay{z-index:5000;background:var(--loading-overlay-bg);color:var(--text);-webkit-backdrop-filter:blur(4px);place-items:center;display:grid;position:fixed;inset:0}.route-loading-card{justify-items:center;row-gap:.7rem;display:grid}.route-loading-logo{background-color:#111827;width:146px;height:30px;display:inline-block;-webkit-mask-image:url(/pempen-logo.svg);mask-image:url(/pempen-logo.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}[data-theme=dark] .route-loading-logo{background-color:#fff}.route-loading-spinner{border:2px solid color-mix(in srgb, var(--text) 20%, transparent);border-top-color:color-mix(in srgb, var(--text) 78%, transparent);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite route-loading-spin}.route-loading-text{color:var(--text-muted);margin:0;font-size:.86rem;font-weight:600}@keyframes route-loading-spin{to{transform:rotate(360deg)}}html[data-theme=light].auth-viewport-lock,body[data-theme=light].auth-viewport-lock,html[data-theme=light] body.auth-viewport-lock{background:#fff!important}html[data-theme=light] body.auth-viewport-lock:before{background:#fff}html.auth-viewport-lock,body.auth-viewport-lock{width:100%;height:100%;position:fixed;inset:0}.site-legal-footer{width:100%;min-height:var(--site-legal-footer-h);border-top:1px solid var(--site-footer-border);background:var(--site-footer-bg);align-items:center;display:flex}.site-legal-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.72rem;width:100%;max-width:1180px;margin:0 auto;padding:.8rem 1rem;display:flex}.site-legal-footer-copy{color:var(--site-footer-copy);white-space:nowrap;margin:0;font-size:.8rem;line-height:1}.site-legal-footer-nav{align-items:center;gap:.38rem;line-height:1;display:inline-flex}.site-legal-footer-link{color:var(--site-footer-link);text-decoration:underline;-webkit-text-decoration-color:var(--site-footer-link-underline);text-decoration-color:var(--site-footer-link-underline);text-underline-offset:2px;white-space:nowrap;font-size:.8rem;font-weight:600}.site-legal-footer-link:hover{color:var(--site-footer-link-hover);-webkit-text-decoration-color:var(--site-footer-link-underline-hover);text-decoration-color:var(--site-footer-link-underline-hover)}.site-legal-footer-dot{color:var(--site-footer-dot);font-size:.8rem}@media (max-width:640px){:root{--site-legal-footer-h:66px}.site-legal-footer-inner{justify-content:center;padding:.72rem .75rem}.site-legal-footer-copy,.site-legal-footer-link,.site-legal-footer-dot{font-size:.72rem}}.button{border-radius:var(--radius)!important;font-weight:500!important;transition:opacity .15s!important}.button:disabled{opacity:.45!important}.box{border-radius:var(--radius)!important;box-shadow:none!important}.progress{border-radius:999px!important;height:4px!important}.tag{border-radius:6px!important;font-weight:500!important}