*,:before,:after{box-sizing:border-box}html{height:100%}html,body,#root{margin:0}body{-webkit-font-smoothing:antialiased;background:#f0f1f3;height:100%;min-height:100dvh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#root{flex-direction:column;height:100%;min-height:100dvh;display:flex;overflow:hidden}button,input{font:inherit}:root{--dki-red:#8b1538;--dki-red-dark:#6d0f2b;--dki-red-soft:#c41e3a;--text:#1a1a1a;--muted:#6b6b6b;--border:#e8e8e8;--border-strong:#dcdcdc;--error:#b00020;--surface:#fff;--page-tint:#f0f1f3}.page{background:var(--page-tint);background-image:radial-gradient(120% 80% at 50% -20%,#c41e3a0f,#0000 55%);flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.shell{width:100%;max-width:min(100%,440px);min-height:0;padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));flex-direction:column;flex:1;align-items:stretch;margin:0 auto;display:flex}.shell--stacked{min-height:0;padding-top:max(20px, env(safe-area-inset-top));padding-bottom:max(12px, env(safe-area-inset-bottom));flex:1;justify-content:flex-start;overflow:hidden}.shell--stacked .screen{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.shell--centered{min-height:0;padding-top:max(24px, env(safe-area-inset-top));padding-bottom:max(24px, env(safe-area-inset-bottom));flex:1;justify-content:center}.screen{flex:1 0 auto;width:100%}.screen--centered{text-align:center;flex-direction:column;justify-content:center;min-height:0;display:flex}.screen--centered .btn-primary{align-self:stretch}.greeting{color:var(--text);letter-spacing:-.02em;margin:0 0 10px;font-size:1.5rem;font-weight:700;line-height:1.2}.sub{color:var(--muted);margin:0 0 26px;font-size:.9375rem;line-height:1.5}.muted-only{color:var(--muted);margin:0}.form{flex-direction:column;gap:18px;display:flex}.field{flex-direction:column;gap:8px;display:flex}.label{color:var(--text);font-size:.875rem;font-weight:600}.input{border:1px solid var(--border-strong);width:100%;color:var(--text);background:#fcfcfc;border-radius:12px;outline:none;padding:14px 16px;transition:border-color .15s,background .15s,box-shadow .15s}.input:hover{background:#fff;border-color:#cfcfcf}.input:focus{border-color:var(--dki-red-soft);background:#fff;box-shadow:0 0 0 3px #c41e3a1f}.password-wrap{position:relative}.password-wrap .input{padding-right:48px}.eye{color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.eye:hover{color:var(--text)}.row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.check{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:.875rem;display:flex}.check input{width:18px;height:18px;accent-color:var(--dki-red);cursor:pointer}.link{color:var(--dki-red-soft);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600;text-decoration:none}.link:hover{text-decoration:underline}.error{color:var(--error);margin:0;font-size:.875rem}.bio-hint{color:var(--muted);margin:8px 0 0;font-size:.78rem;line-height:1.45}.login-row{align-items:stretch;gap:12px;margin-top:4px;display:flex}.btn-primary{color:#fff;background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);cursor:pointer;border:none;border-radius:999px;flex:1;padding:16px 20px;font-size:1rem;font-weight:700;transition:transform .12s,box-shadow .12s,opacity .12s;box-shadow:0 4px 14px #8b153852}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #8b153861}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-bio{border:1px solid var(--border-strong);width:56px;min-width:56px;color:var(--dki-red);cursor:pointer;background:#fafafa;border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s,background .15s;display:flex}.btn-bio:hover{border-color:var(--dki-red-soft);background:#fff5f6}.secondary-row{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;padding-top:22px;display:grid}.btn-outline{border:1px solid var(--border-strong);color:var(--text);cursor:pointer;background:#fafbfc;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:13px 12px;font-size:.875rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.btn-outline:hover{background:#f3f4f6;border-color:#c4c4c4}.footer{text-align:center;width:100%;padding:20px 8px max(20px, env(safe-area-inset-bottom));flex-shrink:0}.footer p{color:var(--muted);margin:0;font-size:.78rem}.footer .version{color:var(--dki-red-soft);margin-top:6px;font-size:.78rem;font-weight:600}@media (width>=480px){.shell--stacked{padding-top:max(28px, env(safe-area-inset-top));padding-bottom:max(16px, env(safe-area-inset-bottom))}.greeting{font-size:1.65rem}}:root{--app-tabbar-stack:calc(52px + max(10px, env(safe-area-inset-bottom,0px)))}.app-authed{width:100%;max-width:min(100%,440px);min-height:0;color:var(--text);background:#fff;flex-direction:column;flex:1;margin:0 auto;display:flex;overflow:hidden}.app-authed__viewport{min-height:0;padding-bottom:var(--app-tabbar-stack);flex-direction:column;flex:1;display:flex;overflow:hidden}.app-authed__scroll{-webkit-overflow-scrolling:touch;min-height:0;padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));padding-top:max(12px, env(safe-area-inset-top));flex:1;overflow-y:auto}.app-tabbar{z-index:100;width:100%;max-width:min(100%,440px);padding:8px 8px max(10px, env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fff;justify-content:space-around;align-items:stretch;gap:4px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 20px #0000000f}.app-tab{cursor:pointer;min-width:0;color:var(--muted);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 4px;font-size:.6875rem;font-weight:600;line-height:1.2;display:flex}.app-tab svg{flex-shrink:0}.app-tab--active{color:var(--dki-red)}.app-tab:focus-visible{outline:2px solid var(--dki-red-soft);outline-offset:2px;border-radius:8px}.profil-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.profil-header h1{color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.profil-status{background:#22c55e;border-radius:3px;flex-shrink:0;width:12px;height:12px}.profil-hero{text-align:center;flex-direction:column;align-items:center;margin-bottom:28px;display:flex}.profil-avatar{background:linear-gradient(145deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;letter-spacing:.02em;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:14px;font-size:1.75rem;font-weight:700;display:flex}.profil-name{color:var(--text);margin:0 0 6px;font-size:1.125rem;font-weight:700}.profil-branch{color:var(--muted);margin:0 0 12px;font-size:.875rem;font-weight:500}.profil-badge{color:var(--dki-red);background:#fde8ec;border:1px solid #c41e3a26;border-radius:999px;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-block}.profil-menu{border-top:1px solid var(--border)}.profil-row{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--text);background:0 0;align-items:center;gap:14px;padding:16px 0;display:flex}.profil-row:last-child{border-bottom:none}.profil-row-icon{width:40px;height:40px;color:var(--dki-red-soft);background:#fff5f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.profil-row-label{flex:1;font-size:.9375rem;font-weight:600}.profil-row-chevron{color:#b0b0b0;flex-shrink:0}.profil-toggle{cursor:pointer;background:#e0e0e0;border:none;border-radius:999px;flex-shrink:0;width:48px;height:28px;padding:0;transition:background .2s;position:relative}.profil-toggle[aria-checked=true]{background:var(--dki-red-soft)}.profil-toggle-knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.profil-toggle[aria-checked=true] .profil-toggle-knob{transform:translate(20px)}.profil-logout-wrap{margin-top:28px;padding-bottom:8px}.profil-logout{background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 20px;font-size:1rem;font-weight:700;display:flex;box-shadow:0 4px 14px #8b153847}.profil-logout:hover{filter:brightness(1.02)}.profil-logout-center{text-align:center;flex:1}.app-placeholder{text-align:center;padding:32px 0 48px}.app-placeholder h2{margin:0 0 10px;font-size:1.25rem;font-weight:700}.app-placeholder p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.app-sim-wrap{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.profil-sub-head{align-items:center;gap:8px;padding:12px 20px 8px;display:flex}.profil-sub-head h2{color:var(--text);flex:1;margin:0;font-size:1.125rem;font-weight:700}.profil-back-btn{width:40px;height:40px;color:var(--dki-red);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.profil-subscreen{padding:0 20px 32px}.profil-field{margin-bottom:16px}.profil-field label{color:var(--muted);margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}.profil-input{box-sizing:border-box;border:1px solid var(--border-strong);background:#fff;border-radius:12px;width:100%;padding:12px 14px;font-size:1rem}.profil-input:focus{border-color:var(--dki-red-soft);outline:none;box-shadow:0 0 0 2px #c41e3a1f}.profil-err{color:var(--error,#b00020);margin:0 0 12px;font-size:.875rem}.profil-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);border:none;border-radius:999px;width:100%;margin-top:8px;padding:14px 20px;font-size:1rem;font-weight:700;box-shadow:0 4px 14px #8b153847}.profil-btn-primary:disabled{opacity:.65;cursor:not-allowed}.profil-muted-intro{color:var(--muted);margin:0 0 16px;font-size:.8125rem;line-height:1.45}.profil-notif-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;font-size:.9375rem;font-weight:600;display:flex}.profil-sample-title{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:24px 0 10px;font-size:.75rem;font-weight:700}.profil-sample-list{margin:0;padding:0;list-style:none}.profil-sample-item{border-bottom:1px solid var(--border);flex-direction:column;gap:4px;padding:12px 0;font-size:.875rem;display:flex}.profil-sample-item strong{color:var(--text)}.profil-sample-body{color:var(--muted);line-height:1.4}.profil-sample-at{color:var(--muted);font-size:.75rem}.profil-toast{left:50%;bottom:calc(var(--app-tabbar-stack) + 12px);color:#fff;text-align:center;z-index:2000;pointer-events:none;background:#1a1a1aeb;border-radius:12px;max-width:min(340px,100vw - 32px);padding:12px 16px;font-size:.8125rem;line-height:1.4;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #0003}.dcn-root{z-index:200;max-width:min(100%,440px);color:var(--text);background:#fff;flex-direction:column;margin:0 auto;display:flex;position:fixed;inset:0}.dcn-root *{box-sizing:border-box}.dcn-scroll{-webkit-overflow-scrolling:touch;min-height:0;padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));padding-top:max(12px, env(safe-area-inset-top));padding-bottom:max(100px, env(safe-area-inset-bottom));flex:1;overflow-y:auto}.dcn-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.dcn-back{width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;margin:-8px 0 -8px -10px;display:flex}.dcn-back:hover{background:#f3f4f6}.dcn-title{text-align:center;flex:1;margin:0;font-size:1.0625rem;font-weight:700}.dcn-title--left{text-align:left}.dcn-status{background:#22c55e;border-radius:3px;flex-shrink:0;width:12px;height:12px}.dcn-spacer{flex-shrink:0;width:44px}.dcn-menu-row{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--text);background:0 0;align-items:center;gap:14px;padding:16px 0;display:flex}.dcn-menu-row:last-child{border-bottom:none}.dcn-menu-icon{width:40px;height:40px;color:var(--dki-red-soft);background:#f0f0f2;border-radius:10px;justify-content:center;align-items:center;display:flex}.dcn-menu-label{flex:1;font-size:.9375rem;font-weight:600}.dcn-search{margin-bottom:14px;position:relative}.dcn-search svg{color:var(--muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.dcn-search input{border:1px solid var(--border-strong);background:#f7f7f8;border-radius:12px;width:100%;padding:12px 14px 12px 42px;font-size:.9375rem}.dcn-date-group{margin-bottom:16px}.dcn-date-label{color:var(--muted);margin:0 0 10px;font-size:.8125rem;font-weight:700}.dcn-activity-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 0;display:flex}.dcn-activity-row:last-child{border-bottom:none}.dcn-activity-row--lead{cursor:pointer}.dcn-activity-row--lead:focus-visible{outline:2px solid var(--dki-red);outline-offset:2px}.dcn-av{width:44px;height:44px;color:var(--dki-red);background:#e8e8ea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.dcn-activity-meta{flex:1;min-width:0}.dcn-activity-name{margin:0 0 4px;font-size:.9375rem;font-weight:600}.dcn-activity-seg{color:var(--muted);margin:0;font-size:.75rem}.dcn-fab{right:max(20px, env(safe-area-inset-right));bottom:max(24px, env(safe-area-inset-bottom));background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;cursor:pointer;z-index:10;border:none;border-radius:50%;width:56px;height:56px;font-size:1.75rem;line-height:1;position:absolute;box-shadow:0 4px 16px #8b153866}.dcn-fab:hover{filter:brightness(1.05)}.dcn-wrap-relative{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.dcn-upload-block{margin-bottom:18px}.dcn-upload-label{margin-bottom:8px;font-size:.875rem;font-weight:600;display:block}.dcn-upload-preview{object-fit:contain;border:1px solid var(--border);background:#fafafa;border-radius:10px;width:100%;max-height:160px;margin-bottom:10px}.dcn-btn-ghost{border:1px solid var(--border-strong);cursor:pointer;color:var(--text);background:#fafafa;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:.875rem;font-weight:600;display:inline-flex}.dcn-tips{color:var(--text);background:#fff5f6;border:1px solid #c41e3a33;border-radius:12px;margin:16px 0;padding:14px;font-size:.75rem;line-height:1.5}.dcn-tips ul{margin:8px 0 0;padding-left:18px}.dcn-check{cursor:pointer;align-items:flex-start;gap:10px;margin:18px 0;font-size:.8125rem;line-height:1.45;display:flex}.dcn-check input{accent-color:var(--dki-red);margin-top:3px}.dcn-footer-fixed{padding:12px max(20px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-right));border-top:1px solid var(--border);background:#fff;flex-shrink:0}.dcn-btn-primary{background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;padding:15px;font-size:1rem;font-weight:700}.dcn-btn-primary:disabled{opacity:.45;cursor:not-allowed}.dcn-stepper{align-items:center;width:100%;margin:8px 0 20px;padding:0 2px;display:flex}.dcn-step-node{background:#e0e0e0;border-radius:50%;flex-shrink:0;width:12px;height:12px}.dcn-step-node--done,.dcn-step-node--active{background:var(--dki-red)}.dcn-step-line{background:#e0e0e0;border-radius:2px;flex:1;min-width:8px;height:3px;margin:0 2px}.dcn-step-line--done{background:var(--dki-red)}.dcn-stepper--four .dcn-step-line{min-width:4px}.dcn-upload-figure{margin:0}.dcn-upload-caption{color:#6b6b6b;margin:6px 0 0;font-size:.75rem}.dcn-pipeline-summary{flex-direction:column;gap:14px;margin-bottom:8px;display:flex}.dcn-pipeline-summary-block{border:1px solid var(--border-strong);background:#fff;border-radius:12px;padding:12px 14px}.dcn-pipeline-summary-h{margin:0 0 10px;font-size:.875rem;font-weight:700}.dcn-pipeline-dl{grid-template-columns:minmax(0,40%) 1fr;gap:6px 12px;margin:0;font-size:.8125rem;display:grid}.dcn-pipeline-dl dt{color:#6b6b6b;margin:0;font-weight:500}.dcn-pipeline-dl dd{word-break:break-word;margin:0;font-weight:600}.dcn-subtitle{margin:0 0 16px;font-size:.9375rem;font-weight:700}.dcn-field{margin-bottom:14px}.dcn-field-label{margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}.dcn-input,.dcn-select,.dcn-textarea{border:1px solid var(--border-strong);background:#f7f7f8;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:.9375rem}.dcn-textarea{resize:vertical;min-height:88px}.dcn-input:focus,.dcn-select:focus,.dcn-textarea:focus{border-color:var(--dki-red-soft);background:#fff;outline:none}.dcn-input-row{gap:8px;display:flex}.dcn-input-row .dcn-input{flex:1}.dcn-btn-cek{border:1px solid var(--dki-red);color:var(--dki-red);cursor:pointer;background:#fff;border-radius:10px;flex-shrink:0;padding:0 16px;font-size:.8125rem;font-weight:700}.dcn-btn-cek:disabled{opacity:.5;cursor:not-allowed}.dcn-readonly{color:var(--muted);background:#ececec!important}.dcn-wizard-footer{gap:10px;display:flex}.dcn-btn-outline{border:2px solid var(--dki-red);color:var(--dki-red);cursor:pointer;background:#fff;border-radius:999px;flex:1;padding:14px;font-size:.9375rem;font-weight:700}.dcn-wizard-footer .dcn-btn-primary{flex:1}.dcn-err{color:var(--error,#b00020);margin:0 0 10px;font-size:.8125rem}.dcn-muted{color:var(--muted);margin-top:4px;font-size:.75rem}.dcn-ktp-thumb{border:1px solid var(--border);border-radius:8px;width:100%;max-width:200px;margin-bottom:14px}.hidden-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.dcn-pipeline-card{border:1px solid var(--border);background:#fff;border-radius:14px;margin-bottom:12px;padding:12px 14px 14px}.dcn-pipeline-grid{grid-template-rows:auto auto auto;grid-template-columns:44px 1fr 28px;align-items:start;gap:6px 12px;display:grid}.dcn-pipeline-grid-av{grid-area:1/1/span 3;align-items:flex-start;padding-top:2px;display:flex}.dcn-pipeline-grid-text{text-align:left;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;grid-area:1/2/span 2;align-items:flex-start;gap:4px;min-width:0;margin:0;padding:0;display:flex}.dcn-pipeline-grid-text:hover .dcn-pipeline-name{color:var(--dki-red)}.dcn-pipeline-grid-chev{width:36px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:12px;grid-area:1/3/span 3;justify-content:center;align-self:center;align-items:center;margin:-6px -8px -6px 0;padding:0;display:flex}.dcn-pipeline-grid-chev:hover{color:var(--text);background:#f3f4f6}.dcn-pipeline-grid-meta{flex-wrap:wrap;grid-area:3/2;justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.dcn-pipeline-name{margin:0;font-size:.9375rem;font-weight:700;line-height:1.25;display:block}.dcn-pipeline-cat{color:var(--muted);margin:0;font-size:.75rem;line-height:1.3;display:block}.dcn-cek-limit-wrap{min-height:0;padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));padding-top:max(12px, env(safe-area-inset-top));padding-bottom:max(12px, env(safe-area-inset-bottom));flex-direction:column;flex:1;display:flex;overflow:hidden}.dcn-cek-limit-wrap .page--simulation-embedded{height:100%}.dcn-cek-limit-wrap .sim-shell{padding-top:0;padding-left:0;padding-right:0}.dcn-pipeline-badge{font-size:.75rem;font-weight:700}.dcn-pipeline-badge--processing{color:#2563eb}.dcn-pipeline-badge--passed{color:#16a34a}.dcn-pipeline-badge--failed{color:#b91c1c}.dcn-link-tracking{color:var(--dki-red);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8125rem;font-weight:700}.dcn-link-tracking:hover{text-decoration:underline}.dcn-sheet-backdrop{z-index:220;background:#0f172a73;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.dcn-sheet-panel{width:100%;max-width:440px;max-height:72vh;padding:18px max(20px, env(safe-area-inset-left)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-right));background:#fff;border-radius:20px 20px 0 0;overflow-y:auto;box-shadow:0 -8px 32px #0000001f}.dcn-sheet-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dcn-sheet-title{margin:0;font-size:1.0625rem;font-weight:700}.dcn-sheet-close{width:40px;height:40px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;margin:-8px -8px -8px 0;display:flex}.dcn-sheet-close:hover{background:#f3f4f6}.dcn-tracking-list{margin:0;padding:0;list-style:none}.dcn-tracking-item{gap:14px;padding-bottom:18px;display:flex;position:relative}.dcn-tracking-item:not(:last-child):before{content:"";background:#e5e7eb;width:2px;position:absolute;top:14px;bottom:0;left:5px}.dcn-tracking-dot{background:#fff;border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:3px}.dcn-tracking-dot--done{background:#22c55e;border-color:#22c55e}.dcn-tracking-dot--pending{border-color:#cbd5e1}.dcn-tracking-body{flex:1;min-width:0}.dcn-tracking-stage{margin:0 0 6px;font-size:.9375rem;font-weight:700}.dcn-tracking-meta{color:var(--muted);margin:0 0 4px;font-size:.8125rem}.dcn-pipeline-analyst-hint{color:var(--muted);margin:-4px 0 14px;font-size:.8125rem;line-height:1.45}.dcn-pipeline-section-label{color:var(--muted);margin:-8px 0 12px;font-size:.8125rem;font-weight:600}.dcn-pipeline-instruction{color:var(--text);margin:0 0 14px;font-size:.8125rem;line-height:1.5}.dcn-ktp-preview{border:1px solid var(--border);border-radius:10px;width:100%;max-width:240px;margin-bottom:16px;display:block}.dcn-ktp-placeholder{aspect-ratio:1.58;border:1px dashed var(--border-strong);width:100%;max-width:240px;color:var(--muted);background:linear-gradient(#f7f7f8 0%,#ececf0 100%);border-radius:10px;justify-content:center;align-items:center;margin-bottom:16px;font-size:.8125rem;font-weight:600;display:flex}.dcn-pipeline-placeholder-text{margin:0;font-size:.875rem;line-height:1.5}.dcn-pipeline-accordion{border:1px solid var(--border-strong);background:#fafafa;border-radius:12px;margin-bottom:16px;padding:0 14px}.dcn-pipeline-accordion-summary{cursor:pointer;padding:14px 0;font-size:.875rem;font-weight:700;list-style:none}.dcn-pipeline-accordion-summary::-webkit-details-marker{display:none}.dcn-pipeline-accordion-body{margin-bottom:14px}.dcn-upload-preview--tall{object-fit:cover;max-height:280px}@keyframes sim-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sim-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cl-body,.cl-result-panel{flex-direction:column;flex:1;min-height:0;display:flex}.cl-result-scroll{-webkit-overflow-scrolling:touch;flex:1;margin:0 -4px;padding:0 4px 8px;overflow-y:auto}.cl-result-title{color:var(--text);margin:0 0 8px;font-size:1rem;font-weight:700}.cl-row{border-bottom:1px dashed var(--border-strong);padding:14px 0}.cl-row:last-of-type{border-bottom:none}.cl-row-label{color:var(--muted);margin:0 0 6px;font-size:.8125rem;font-weight:600}.cl-row-value{color:var(--text);word-break:break-word;margin:0;font-size:.9375rem;font-weight:600;line-height:1.45}.cl-result-msg{color:var(--text);text-align:center;border:1px solid var(--border);background:#fafafa;border-radius:10px;margin:16px 0 0;padding:14px 12px;font-size:.8125rem;line-height:1.5}.cl-footer-actions{flex-shrink:0;margin-top:auto;padding-top:20px}.cl-disclaimer{color:var(--muted);text-align:center;margin:10px 0 0;font-size:.75rem;line-height:1.45}.sim-select.sim-input--focused{border-color:var(--dki-red-soft);background:#fff;box-shadow:0 0 0 3px #c41e3a1a}.ps-status-sheet{padding-bottom:12px}.dcn-sheet-panel.ps-status-sheet--with-footer{flex-direction:column;max-height:85vh;padding-bottom:0;display:flex;overflow:hidden}.ps-status-sheet-body{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-bottom:8px;overflow-y:auto}.ps-status-sheet-footer{padding:14px max(20px, env(safe-area-inset-left)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-right));border-top:1px solid var(--border);background:#fff;flex-shrink:0}.ps-status-cta{cursor:pointer;border:none;border-radius:14px;width:100%;padding:16px 18px;font-family:inherit;font-size:1rem;font-weight:700}.ps-status-cta:active{transform:scale(.99)}.ps-status-cta--passed{color:#065f46;background:#d1fae5}.ps-status-cta--processing{color:#1e40af;background:#dbeafe}.ps-status-cta--failed{color:#991b1b;background:#fee2e2}.ps-status-sheet-top{margin-bottom:8px}.ps-status-sheet-date-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ps-status-label{color:var(--text);font-size:.9375rem;font-weight:700}.ps-status-date-close{align-items:center;gap:4px;display:flex}.ps-status-date{color:var(--text);font-size:.9375rem;font-weight:600}.ps-status-steps{margin:0;padding:0 0 12px;list-style:none}.ps-status-step{gap:14px;padding-bottom:16px;display:flex;position:relative}.ps-status-step:not(:last-child):before{content:"";background:#bbf7d0;width:2px;position:absolute;top:14px;bottom:0;left:5px}.ps-status-dot{background:#fff;border:2px solid #86efac;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px}.ps-status-dot--done{background:#22c55e;border-color:#22c55e}.ps-status-dot--pending{background:#fff;border-color:#cbd5e1}.ps-status-step-body{flex:1;min-width:0}.ps-status-step-title{margin:0 0 6px;font-size:.9375rem;font-weight:700}.ps-status-step-line{color:var(--text);margin:0 0 4px;font-size:.8125rem;line-height:1.45}.ps-status-k{color:var(--muted);font-weight:600}.ps-status-banner{text-align:center;color:#fff;border-radius:12px;width:100%;margin-top:8px;padding:14px 16px;font-size:1rem;font-weight:700}.ps-status-banner--passed{background:linear-gradient(#22c55e 0%,#16a34a 100%)}.ps-status-banner--processing{background:linear-gradient(#3b82f6 0%,#2563eb 100%)}.ps-status-banner--failed{background:linear-gradient(#ef4444 0%,#b91c1c 100%)}.cp-donut-wrap{justify-content:center;margin:16px 0 18px;display:flex}.cp-donut{background:conic-gradient(var(--dki-red) calc(var(--pct,0) * 1%), #e5e7eb 0);border-radius:50%;justify-content:center;align-items:center;width:112px;height:112px;display:flex;position:relative}.cp-donut-inner{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;font-size:1.05rem;font-weight:800;display:flex}.cp-module-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px;display:grid}.cp-module-tile{border:1px solid var(--border-strong);text-align:center;min-height:88px;color:var(--text);cursor:pointer;background:#fafafa;border-radius:12px;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;padding:10px 8px 12px;font-size:.7rem;font-weight:700;line-height:1.25;display:flex;position:relative}.cp-module-tile:disabled{cursor:default;opacity:.9}.cp-module-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:800;display:flex}.cp-module-icon--ok{color:#15803d;background:#dcfce7}.cp-module-icon--warn{color:#b91c1c;background:#fee2e2}.cp-module-icon--muted{color:#6b7280;background:#e5e7eb}.cp-module-icon--active{color:#15803d;background:#dcfce7}.cp-accordion{border:1px solid var(--border-strong);background:#fff;border-radius:12px;margin-bottom:10px;overflow:hidden}.cp-accordion-head{width:100%;font:inherit;text-align:left;cursor:pointer;background:#f9fafb;border:none;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;font-size:.875rem;font-weight:700;display:flex}.cp-accordion-head svg{flex-shrink:0;transition:transform .2s}.cp-accordion-head--open svg{transform:rotate(90deg)}.cp-accordion-body{color:var(--text);border-top:1px solid var(--border);padding:12px 16px 16px;font-size:.8125rem}.cp-emergency-banner{color:#1e3a5f;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin:12px 0 16px;padding:12px 14px;font-size:.8125rem;line-height:1.45}.cp-emergency-banner strong{color:#1d4ed8;margin-bottom:4px;display:block}.cp-fk-pull-hint{text-align:center;color:var(--muted);font-size:.75rem;transition:height .15s,opacity .15s;overflow:hidden}.cp-fk-tabs{border-bottom:1px solid var(--border);margin:8px 0 12px;display:flex}.cp-fk-tab{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;margin-bottom:-1px;padding:12px 8px;font-size:.9rem;font-weight:600}.cp-fk-tab--active{color:var(--dki-red);border-bottom-color:var(--dki-red)}.cp-fk-chips{gap:10px;margin-bottom:16px;display:flex}.cp-fk-chip{border:1px solid var(--border-strong);font:inherit;cursor:pointer;background:#fafafa;border-radius:10px;flex:1;padding:10px 12px;font-size:.8125rem;font-weight:600}.cp-fk-chip--active{border-color:var(--dki-red);color:var(--dki-red);background:#fff}.cp-fk-empty{text-align:center;padding:20px 16px 32px}.cp-fk-empty-icon{margin:0 auto;display:block}.cp-fk-empty-title{margin:16px 0 8px;font-size:1rem;font-weight:700}.cp-fk-empty-sub{color:var(--muted);margin:0 0 12px;font-size:.8125rem;line-height:1.45}.cp-fk-refresh-link{color:var(--dki-red);cursor:pointer;background:0 0;border:none;margin-top:4px;font-size:.875rem;font-weight:600;text-decoration:underline;display:inline-block}.cp-fk-refresh-link:disabled{opacity:.55;cursor:not-allowed}.cp-fk-add-link{color:var(--dki-red);cursor:pointer;background:0 0;border:none;margin-top:14px;font-size:.875rem;font-weight:700;display:inline-block}.cp-fk-add-link--block{text-align:center;width:100%;margin-top:16px;display:block}.cp-fk-list{margin-bottom:24px}.cp-fk-card{border:1px solid var(--border-strong);background:#fafafa;border-radius:12px;margin-bottom:10px;padding:12px 14px 14px}.cp-fk-card-head{justify-content:space-between;align-items:center;display:flex}.cp-fk-card-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.7rem;font-weight:700}.cp-fk-card-remove{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.35rem;line-height:1}.dcn-footer-fixed .dcn-btn-primary.dcn-btn-primary--block{box-sizing:border-box;width:100%;display:block}.cp-dk-req{color:var(--dki-red);margin-left:2px;font-weight:800}.cp-dk-section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:18px 0 10px;font-size:.8125rem;font-weight:800}.cp-dk-banner{background:linear-gradient(180deg, #9f1239 0%, var(--dki-red) 100%);color:#fff;letter-spacing:.06em;text-align:center;border-radius:8px;margin:12px 0 16px;padding:10px 14px;font-size:.75rem;font-weight:800}.cp-dk-pct-wrap{position:relative}.cp-dk-pct-wrap .dcn-input{padding-right:36px}.cp-dk-pct-suffix{color:var(--muted);pointer-events:none;font-size:.875rem;font-weight:600;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.cp-dk-link{width:100%;color:var(--dki-red);text-align:center;cursor:pointer;background:0 0;border:none;margin-top:16px;padding:12px 0;font-size:.875rem;font-weight:700;display:block}.cp-dk-batal{color:var(--dki-red);cursor:pointer;background:0 0;border:none;padding:10px 8px;font-size:.9375rem;font-weight:700}.cp-dk-subhead-bar{background:linear-gradient(180deg, #9f1239 0%, var(--dki-red) 100%);color:#fff;text-align:center;border-radius:8px;margin:8px 0 14px;padding:10px 14px;font-size:.875rem;font-weight:800}.cp-du-root{position:relative}.cp-du-info-head{align-items:center;gap:8px;margin:8px 0 12px;font-size:.9375rem;font-weight:800;display:flex}.cp-du-pin{font-size:1.1rem}.cp-du-ganti-alamat{background:linear-gradient(180deg, #9f1239 0%, var(--dki-red) 100%);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-bottom:16px;padding:12px 16px;font-size:.875rem;font-weight:700}.cp-du-addr-card{border:1px solid var(--border-strong);text-align:left;width:100%;font:inherit;cursor:pointer;background:#fafafa;border-radius:12px;margin-bottom:10px;padding:14px 16px;display:block}.cp-du-addr-card--selected{background:#ecfdf5;border-color:#15803d;box-shadow:0 0 0 1px #15803d}.cp-du-addr-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;display:flex}.cp-du-addr-name{font-size:.9375rem;font-weight:800}.cp-du-badge{color:#fff;letter-spacing:.04em;background:#15803d;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:.65rem;font-weight:800}.cp-du-addr-line{margin:0;font-size:.8125rem}.cp-da-root .dcn-scroll{padding-bottom:96px}.cp-da-fab{bottom:96px!important}.cp-du-fab{z-index:50;background:linear-gradient(180deg, #9f1239 0%, var(--dki-red) 100%);color:#fff;cursor:pointer;border:none;border-radius:50%;width:52px;height:52px;font-size:1.75rem;font-weight:300;line-height:1;position:fixed;bottom:28px;right:20px;box-shadow:0 6px 20px #8b153873}.cp-score-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:6px;margin:0 -4px;padding:4px 0 12px;display:flex;overflow-x:auto}.cp-score-tab{letter-spacing:.04em;color:var(--muted);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:999px;flex:none;padding:8px 12px;font-size:.65rem;font-weight:800}.cp-score-tab--active{border-color:var(--dki-red);color:var(--dki-red);background:#fff5f7}.cp-score-rec{text-align:center;letter-spacing:.02em;margin:4px 0 12px;font-size:.75rem;font-weight:800}.cp-score-rec--bad{color:#b91c1c}.cp-score-rec--ok{color:#166534}.cp-ck-section{padding-bottom:8px}.cp-ck-block{margin-bottom:18px}.cp-ck-text{color:#1f2937;margin:0 0 10px;font-size:.8125rem;line-height:1.45}.cp-ck-text strong{color:var(--dki-red);margin-right:4px}.cp-ck-row{align-items:flex-start;gap:10px;display:flex}.cp-ck-check-wrap{cursor:pointer;flex-shrink:0;width:26px;height:26px;margin-top:2px;position:relative}.cp-ck-check{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.cp-ck-check-ui{border:2px solid var(--dki-red);box-sizing:border-box;background:#fff;border-radius:4px;width:22px;height:22px;display:block}.cp-ck-check:checked+.cp-ck-check-ui{background:var(--dki-red);box-shadow:inset 0 0 0 2px #fff}.cp-ck-textarea{resize:vertical;flex:1;min-height:72px}.cp-ck-footer{box-sizing:border-box;justify-content:flex-end;width:100%;display:flex}.cp-ck-footer--single .dcn-btn-primary{width:auto;min-width:140px}.cp-detail-scroll{padding-bottom:100px}.cp-tracking-empty{text-align:center;color:var(--muted);margin:0;padding:20px 12px 24px;font-size:.875rem;font-weight:600}.cp-rw-timeline{margin:0;padding:4px 0 8px;list-style:none}.cp-rw-step{gap:14px;padding-bottom:18px;display:flex;position:relative}.cp-rw-step:not(:last-child):before{content:"";background:#e5e7eb;width:2px;position:absolute;top:16px;bottom:0;left:5px}.cp-rw-dot{background:var(--dki-red);box-sizing:border-box;border:2px solid #fecdd3;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px}.cp-rw-body{flex:1;min-width:0}.cp-rw-title{color:#111827;margin:0 0 4px;font-size:.9375rem;font-weight:700}.cp-rw-officer{color:#374151;margin:0 0 4px;font-size:.8125rem;line-height:1.4}.cp-rw-datetime{color:var(--muted);margin:0;font-size:.75rem;font-weight:600}.dcn-btn-primary--block{color:#fff;background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);cursor:pointer;border:none;border-radius:999px;width:100%;padding:16px 20px;font-size:1rem;font-weight:700;display:block;box-shadow:0 4px 14px #8b153847}.dcn-btn-primary--block:disabled{opacity:.5;cursor:not-allowed}.pick-sheet-backdrop{z-index:240;background:#0f172a73;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.pick-sheet{width:100%;max-width:440px;padding:28px 22px max(24px, env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;animation:.22s ease-out pick-sheet-up;box-shadow:0 -8px 32px #0000001f}@keyframes pick-sheet-up{0%{opacity:.9;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pick-sheet__icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 18px;font-size:2rem;font-weight:800;display:flex}.pick-sheet__icon--ask{background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%)}.pick-sheet__icon--ok{background:linear-gradient(#22c55e 0%,#15803d 100%);font-size:1.75rem}.pick-sheet__text{text-align:center;color:var(--text);margin:0 0 22px;font-size:.9375rem;line-height:1.5}.pick-sheet__text strong{color:var(--dki-red);font-weight:700}.pick-sheet__actions{align-items:center;gap:12px;display:flex}.pick-sheet__actions .dcn-btn-outline{flex:1;margin:0}.pick-sheet__actions .dcn-btn-primary{flex:1}.pick-toast{left:50%;bottom:max(100px, env(safe-area-inset-bottom));z-index:250;color:#fff;text-align:center;background:#1e293b;border-radius:12px;max-width:min(92%,400px);padding:12px 16px;font-size:.8125rem;line-height:1.45;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #0003}.pick-check-actions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.pick-caption-muted{color:var(--muted);margin:6px 0 0;font-size:.75rem}.rej-list-row{border:none;border-bottom:1px solid var(--border);text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;align-items:center;gap:12px;padding:14px 0;display:flex}.rej-list-row:last-child{border-bottom:none}.rej-list-row:hover .dcn-activity-name{color:var(--dki-red)}.rej-list-row--analyst .dcn-av{background:linear-gradient(180deg, #9f1239 0%, var(--dki-red) 100%);color:#fff}.rej-list-chev{color:var(--muted);flex-shrink:0}.rej-hero{text-align:center;margin:8px 0 24px}.rej-hero-av{width:64px;height:64px;margin:0 auto 12px;font-size:1.125rem}.rej-hero-name{margin:0 0 6px;font-size:1.125rem;font-weight:700}.rej-hero-cat{color:var(--muted);margin:0;font-size:.875rem}.rej-menu-row{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--text);background:0 0;align-items:center;gap:14px;padding:16px 0;display:flex}.rej-menu-row:last-of-type{border-bottom:none}.rej-menu-check{flex-shrink:0;display:flex}.rej-menu-label{flex:1;font-size:.9375rem;font-weight:600}.rej-sppk-title{margin:22px 0 12px;font-size:.9375rem;font-weight:700}.rej-download-row{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--text);background:0 0;align-items:center;gap:14px;padding:14px 0;font-size:.9375rem;font-weight:600;display:flex}.rej-download-row span:not(.rej-pdf-ico){flex:1}.rej-pdf-ico{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.rej-pdf-arrow{position:absolute;bottom:4px;right:2px}.rej-tracking-acc{border:1px solid var(--border-strong);background:#fafafa;border-radius:12px;margin-top:20px;padding:0 14px 8px}.rej-tracking-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;font-size:.9375rem;font-weight:700;list-style:none;display:flex}.rej-tracking-summary-txt{flex:1;min-width:0}.rej-tracking-chev{color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex}details.rej-tracking-acc[open] .rej-tracking-chev{transform:rotate(180deg)}.rej-tracking-summary::-webkit-details-marker{display:none}.rej-tracking-list{margin:0;padding:0 0 8px;list-style:none}.rej-tracking-item{gap:12px;padding-bottom:18px;display:flex;position:relative}.rej-tracking-item:not(:last-child):before{content:"";background:#fecaca;width:2px;position:absolute;top:12px;bottom:0;left:5px}.rej-tracking-dot{background:var(--dki-red);width:12px;height:12px;box-shadow:0 0 0 2px var(--dki-red-soft);border:2px solid #fff;border-radius:50%;flex-shrink:0;margin-top:4px}.rej-tracking-body{flex:1;min-width:0}.rej-tracking-status{color:var(--dki-red);margin:0 0 6px;font-size:.9375rem;font-weight:700}.rej-tracking-terms{color:var(--text);margin:0 0 6px;font-size:.8125rem;line-height:1.45}.rej-tracking-ket{margin:0 0 6px;font-size:.8125rem;line-height:1.45}.rej-tracking-k{color:var(--muted);font-weight:600}.rej-tracking-approver{color:var(--muted);margin:0;font-size:.75rem}.rej-cp-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.rej-cp-name-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.rej-cp-name-row .rej-cp-name{margin:0}.rej-seg-pill{color:var(--dki-red);letter-spacing:.02em;background:#fff5f7;border-radius:8px;padding:3px 8px;font-size:.65rem;font-weight:800}.rej-cp-name{margin:0 0 4px;font-size:1rem;font-weight:700}.rej-cp-cat{color:var(--muted);margin:0;font-size:.8125rem}.rej-cp-donut-wrap{flex-shrink:0;width:88px;height:88px}.rej-donut-svg{width:100%;height:100%}.rej-donut-pct{fill:var(--text);font-size:.75rem;font-weight:700}.rej-section-title{color:var(--muted);margin:0 0 12px;font-size:.875rem;font-weight:700}.rej-verifikasi-row{justify-content:space-between;gap:8px;margin-bottom:24px;display:flex}.rej-grid-9{grid-template-columns:repeat(3,1fr);gap:12px 8px;margin-bottom:24px;display:grid}.rej-tile{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.rej-tile-inner{background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:relative}.rej-doc-svg{flex-shrink:0;display:block}.rej-tile-badge{background:var(--dki-red);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 1px 3px #0000001f}.rej-tile-label{color:var(--text);max-width:100%;font-size:.65rem;font-weight:600;line-height:1.25}.dcn-textarea.dcn-readonly{resize:none;min-height:100px}.mon-list-status{color:var(--dki-red);margin:4px 0 0;font-size:.8125rem;font-weight:700}.mon-detail-scroll{padding-bottom:24px}.mon-hero-badge{color:var(--dki-red);background:#fff5f7;border:1px solid #8b153833;border-radius:10px;margin:0 auto;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-block}.mon-last-status{text-align:center;color:var(--text);margin:0 0 14px;font-size:.875rem;font-weight:600}.mon-last-status-label{color:var(--dki-red);font-weight:800}.mon-acc{border:1px solid var(--border-strong);background:#fff;border-radius:12px;margin-top:16px;padding:0 14px 8px}.mon-acc:first-of-type{margin-top:20px}.mon-acc-summary{cursor:pointer;color:var(--dki-red);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;font-size:.9375rem;font-weight:700;list-style:none;display:flex}.mon-acc-summary-txt{flex:1;min-width:0}.mon-acc-chev{color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex}details.mon-acc[open] .mon-acc-chev{transform:rotate(180deg)}.mon-acc-summary::-webkit-details-marker{display:none}.mon-empty{color:var(--muted);margin:0 0 12px;padding:8px 0 4px;font-size:.875rem}.mon-history-list{margin:0;padding:0 0 8px;list-style:none}.mon-history-item{gap:12px;padding-bottom:18px;display:flex;position:relative}.mon-history-item:not(:last-child):before{content:"";background:#fecaca;width:2px;position:absolute;top:12px;bottom:0;left:5px}.mon-history-dot{background:var(--dki-red);width:12px;height:12px;box-shadow:0 0 0 2px var(--dki-red-soft);border:2px solid #fff;border-radius:50%;flex-shrink:0;margin-top:4px}.mon-history-body{flex:1;min-width:0}.mon-history-title{color:var(--text);margin:0 0 4px;font-size:.9375rem;font-weight:700}.mon-history-officer{color:var(--text);margin:0 0 2px;font-size:.8125rem}.mon-history-at{color:var(--muted);margin:0;font-size:.75rem}.verif-donut-wrap{justify-content:center;margin:18px 0 20px;display:flex}.verif-donut{background:conic-gradient(var(--dki-red) calc(var(--pct,0) * 1%), #e5e7eb 0);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.verif-donut-inner{width:84px;height:84px;color:var(--text);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:800;display:flex}.verif-pillars{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.verif-pillar{border:1px solid var(--border-strong);background:#fafafa;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.verif-pillar-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:800;display:flex}.verif-pillar-icon--ok{color:#15803d;background:#dcfce7}.verif-pillar-icon--bad{color:#b91c1c;background:#fee2e2}.verif-pillar-text{flex:1;min-width:0}.verif-pillar-label{margin:0;font-size:.9375rem;font-weight:700}.verif-submit-wide{width:100%;margin-top:8px}.verif-fab{right:max(20px, env(safe-area-inset-right));bottom:max(88px, calc(env(safe-area-inset-bottom) + 72px));z-index:225;background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;cursor:pointer;border:none;border-radius:50%;width:52px;height:52px;font-size:1.75rem;font-weight:300;line-height:1;position:fixed;box-shadow:0 6px 18px #8b153859}.verif-address-card{border:1px solid var(--border-strong);background:#f9fafb;border-radius:12px;margin-top:14px;padding:14px}.verif-address-line{color:var(--text);margin:6px 0 0;font-size:.8125rem;line-height:1.45}.verif-badge-selected{color:#166534;background:#dcfce7;border-radius:999px;margin-top:8px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.verif-row-pick{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.verif-row-pick:last-child{border-bottom:none}.verif-row-pick button{font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex:1}.dcn-stepper--five .dcn-step-line{min-width:3px}button.verif-pillar--actionable{border:1px solid var(--border-strong);cursor:pointer;text-align:left;width:100%;font:inherit;background:#fafafa;border-radius:12px;align-items:flex-start;gap:12px;margin:0;padding:12px 14px;display:flex}button.verif-pillar--actionable:active{background:#f3f4f6}.verif-pillar-hint{color:var(--muted);margin:4px 0 0;font-size:.75rem}.verif-fab--camera{justify-content:center;align-items:center;font-size:1rem;display:flex}.verif-onsite-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 0;display:flex}.verif-onsite-row:last-child{border-bottom:none}.verif-onsite-thumb{object-fit:cover;border-radius:8px;flex-shrink:0;width:56px;height:56px}.verif-onsite-thumb--empty{background:#e5e7eb}.verif-onsite-row-text{flex:1;min-width:0}.verif-onsite-title{margin:0;font-size:.95rem;font-weight:700}.verif-onsite-desc{color:var(--muted);margin:4px 0 0;font-size:.8125rem;line-height:1.4}.verif-onsite-chev{color:var(--muted);flex-shrink:0;display:flex;transform:rotate(90deg)}.verif-capture-main{border:2px dashed var(--border-strong);width:100%;color:var(--dki-red);cursor:pointer;font-weight:700;font:inherit;background:#fafafa;border-radius:14px;flex-direction:column;align-items:center;gap:10px;margin:16px 0;padding:36px 16px;display:flex}.verif-capture-preview-wrap{margin-top:8px}.verif-capture-preview{object-fit:cover;border-radius:12px;width:100%;max-height:220px}.pick-sheet--bottom{padding-bottom:max(20px, env(safe-area-inset-bottom))}.verif-credit-ktp{object-fit:cover;border:1px solid var(--border-strong);border-radius:12px;width:100%;max-height:200px;margin-top:8px}.verif-pdf-card{border:1px solid var(--border-strong);background:#fafafa;border-radius:12px;align-items:center;gap:14px;margin-top:10px;padding:14px;display:flex}.verif-pdf-badge{color:#fff;background:linear-gradient(#fecaca 0%,#ef4444 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:52px;font-size:.65rem;font-weight:800;display:flex}.verif-pdf-meta{flex:1;min-width:0}.verif-pdf-name{word-break:break-all;margin:0 0 6px;font-size:.9rem;font-weight:600}.sf-score-pill{background:linear-gradient(180deg, #9f1239 0%, var(--dki-red) 100%);color:#fff;text-align:center;border-radius:10px;flex-shrink:0;min-width:52px;padding:8px 10px;font-size:.75rem;font-weight:800;line-height:1.15}.sf-scoring-list-row{align-items:center}.sf-detail-scroll{padding-bottom:120px}.sf-red-head{background:linear-gradient(180deg, #9f1239 0%, var(--dki-red) 100%);color:#fff;border-radius:0 0 14px 14px;align-items:center;gap:10px;margin:0 -4px 16px;padding:14px 12px 16px;display:flex}.sf-red-head__back{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sf-red-head__title{text-align:center;flex:1;margin:0;padding-right:40px;font-size:1.05rem;font-weight:800}.sf-approver-hint{color:var(--muted);margin:0 0 12px;font-size:.8125rem}.sf-approver-card{border:2px solid var(--border);text-align:left;width:100%;font:inherit;cursor:pointer;color:inherit;background:#fff;border-radius:12px;align-items:center;gap:12px;margin-bottom:10px;padding:14px;display:flex}.sf-approver-card--selected{border-color:var(--dki-red);background:#fff5f7}.sf-approver-body{flex:1;min-width:0}.sf-approver-name{margin:0 0 4px;font-size:.9375rem;font-weight:700}.sf-approver-role{color:var(--muted);margin:0 0 2px;font-size:.75rem}.sf-approver-max{color:var(--dki-red);margin:0;font-size:.75rem;font-weight:700}.sf-approver-check{border:2px solid var(--border);width:28px;height:28px;color:var(--dki-red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sf-approver-card--selected .sf-approver-check{border-color:var(--dki-red);background:var(--dki-red);color:#fff}.sf-submit-scroll{padding-bottom:100px}.ka-detail-scroll{padding-bottom:96px}.ka-detail-inner{padding:12px 4px 8px}.ka-head-block{align-items:center;gap:14px;margin-bottom:18px;display:flex}.ka-head-block .dcn-av{width:52px;height:52px;font-size:1rem}.ka-quick-row{border:1px solid var(--border-strong);width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit;background:#fafafa;border-radius:12px;align-items:center;gap:12px;margin-bottom:10px;padding:14px 16px;font-size:.875rem;font-weight:700;display:flex}.ka-quick-row-icon{color:#15803d;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:flex}.ka-list-meta .dcn-activity-seg{color:var(--muted);font-size:.75rem;font-weight:600}.ka-hasil-scroll{padding:16px 4px 100px}.home-tab-scroll{padding-bottom:20px}.home-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.home-header h1{color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.home-header-actions{align-items:center;gap:4px;display:flex}.home-icon-btn{width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;margin:-6px 0;display:flex}.home-icon-btn:hover{background:#f3f4f6}.home-user{align-items:center;gap:14px;margin-bottom:20px;display:flex}.home-user-avatar{background:linear-gradient(145deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.05rem;font-weight:700;display:flex}.home-user-text{min-width:0}.home-greeting{color:var(--text);margin:0 0 4px;font-size:.9375rem;line-height:1.35}.home-greeting strong{color:var(--dki-red);font-weight:700}.home-branch{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.4}.home-role-pill{color:var(--dki-red);letter-spacing:.02em;margin:6px 0 0;font-size:.6875rem;font-weight:600}.home-perf-card{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:16px;margin-bottom:22px;padding:18px 16px;display:grid;box-shadow:0 2px 14px #0000000d}.home-perf-rows{flex-direction:column;gap:12px;min-width:0;display:flex}.home-perf-row{flex-direction:column;gap:2px;display:flex}.home-perf-label{color:var(--muted);font-size:.75rem;font-weight:500}.home-perf-value{color:var(--text);font-size:.9375rem;font-weight:700}.home-donut-wrap{flex-shrink:0;width:100px;height:100px}.home-donut-svg{width:100%;height:100%}.home-donut-pct{fill:var(--text);font-size:1rem;font-weight:700}.home-quick{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;display:grid}.home-quick--scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-flow:row;gap:12px;margin-bottom:8px;padding:4px 2px 12px;display:flex;overflow-x:auto}.home-quick--scroll .home-quick-btn{flex:none;width:76px;min-width:76px}.home-quick-btn{cursor:pointer;text-align:center;color:var(--text);background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:8px 4px;font-size:.625rem;font-weight:600;line-height:1.25;display:flex}.home-quick-label{max-width:100%;display:block}.home-quick-circle{border:2px solid var(--dki-red);width:48px;height:48px;color:var(--dki-red);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-quick-btn:hover .home-quick-circle{background:#fff5f6}.home-divider{background:linear-gradient(90deg, var(--dki-red-dark) 0%, var(--dki-red-soft) 50%, var(--dki-red-dark) 100%);opacity:.85;border-radius:2px;height:4px;margin:0 0 20px}.home-report-title{color:var(--text);margin:0 0 14px;font-size:.9375rem;font-weight:700}.home-report-grid{grid-template-columns:1fr 1fr;gap:12px;padding-bottom:8px;display:grid}.home-report-grid--quad{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}.home-credit-analysis{margin-top:20px}.home-report-card--quad{min-height:100px}.home-disburse-row{border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;margin-top:18px;margin-bottom:8px;padding:16px 18px;font-size:.9375rem;font-weight:600;display:flex;box-shadow:0 2px 10px #0000000a}.home-disburse-row:hover{background:#fafafa}.home-disburse-row svg{color:var(--muted);flex-shrink:0}.home-report-card{border:1px solid var(--border);text-align:left;min-height:108px;font:inherit;color:inherit;cursor:pointer;background:#fff;border-radius:14px;width:100%;padding:14px 12px 12px;position:relative;box-shadow:0 2px 10px #0000000a}.home-report-card:hover{border-color:#8b153859;box-shadow:0 4px 16px #8b153814}.home-report-card:focus-visible{outline:2px solid var(--dki-red-soft);outline-offset:2px}.home-report-card-icon{color:var(--dki-red-soft);margin-bottom:10px}.home-report-card-label{color:var(--muted);margin:0;font-size:.75rem;font-weight:600}.home-report-card-value{color:var(--text);margin:0;font-size:1.75rem;font-weight:700;line-height:1;position:absolute;bottom:12px;right:12px}.home-loading{color:var(--muted);margin:0 0 12px;font-size:.8125rem}.mph-lead{color:var(--text);margin:12px 0 14px;font-size:.9375rem;line-height:1.55}.mph-muted{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.5}.porto-wrap{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.porto-scroll{-webkit-overflow-scrolling:touch;min-height:0;padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));padding-top:max(12px, env(safe-area-inset-top));flex:1;padding-bottom:8px;overflow-y:auto}.porto-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.porto-header h1{color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.porto-header--detail{justify-content:flex-start;gap:4px}.porto-title-center{color:var(--text);text-align:center;flex:1;min-width:0;margin:0;font-size:1.125rem;font-weight:700}.porto-back{width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin:-8px 0 -8px -10px;display:flex}.porto-back:hover{background:#f3f4f6}.porto-status{background:#22c55e;border-radius:3px;flex-shrink:0;width:12px;height:12px}.porto-search{margin-bottom:12px;position:relative}.porto-search svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.porto-search input{border:1px solid var(--border-strong);width:100%;color:var(--text);background:#f7f7f8;border-radius:12px;outline:none;padding:13px 14px 13px 44px;font-size:.9375rem}.porto-search input:focus{border-color:var(--dki-red-soft);background:#fff;box-shadow:0 0 0 3px #c41e3a14}.porto-list{margin:0;padding:0;list-style:none}.porto-row{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--text);background:0 0;align-items:center;gap:14px;padding:14px 0;display:flex}.porto-row:last-child{border-bottom:none}.porto-row-icon{color:#8a8a8e;background:#f0f0f2;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.porto-row-label{flex:1;font-size:.9375rem;font-weight:600}.porto-row-chevron{color:#b0b0b0;flex-shrink:0}.porto-section-title{color:var(--text);margin:0 0 6px;font-size:1rem;font-weight:700}.porto-section-sub{color:var(--muted);margin:0 0 18px;font-size:.875rem}.porto-chart{margin-bottom:28px;padding:12px 0 8px}.porto-chart-y{gap:10px;display:flex}.porto-chart-labels{color:var(--muted);text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;width:22px;padding-bottom:28px;font-size:.6875rem;display:flex}.porto-chart-area{flex:1;min-width:0}.porto-chart-bars{border-bottom:1px solid var(--border-strong);justify-content:space-around;align-items:flex-end;gap:12px;height:120px;padding:0 8px;display:flex}.porto-bar{background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);border-radius:6px 6px 0 0;flex:1;max-width:56px;min-height:4px;transition:height .35s}.porto-chart-x{color:var(--text);text-align:center;justify-content:space-around;gap:12px;padding:10px 8px 0;font-size:.6875rem;font-weight:700;display:flex}.porto-chart-x span{flex:1;max-width:56px}.porto-riwayat-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.porto-riwayat-head h2{color:var(--text);flex:1;min-width:0;margin:0;font-size:.9375rem;font-weight:700}.porto-pill{background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:.75rem;font-weight:700}.porto-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:16px 16px 18px;box-shadow:0 2px 12px #0000000a}.porto-card h3{color:var(--text);margin:0 0 14px;font-size:.9375rem;font-weight:700}.porto-date-field{border:1px solid var(--border-strong);width:100%;color:var(--text);cursor:pointer;text-align:left;background:#fafafa;border-radius:10px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;font-size:.8125rem;font-weight:500;display:flex}.porto-date-field svg:first-child{color:var(--muted);flex-shrink:0}.porto-date-field span{flex:1;min-width:0}.porto-stat{color:var(--muted);margin:0;font-size:.875rem;line-height:1.6}.porto-stat strong{color:var(--text);font-weight:700}.porto-detail-cat{color:var(--muted);margin:-8px 0 14px;font-size:.8125rem;font-weight:600}.porto-riwayat-anchor{height:1px;margin:0;scroll-margin-top:12px}.porto-history-block{margin-top:20px;padding-bottom:24px}.porto-history-title{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 10px;font-size:.8125rem;font-weight:700}.porto-history-empty{text-align:center;padding:8px 0 16px}.porto-history-list{margin:0;padding:0;list-style:none}.porto-history-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:12px;padding:12px 0;display:flex}.porto-history-row:last-child{border-bottom:none}.porto-history-av{background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.75rem;font-weight:700;display:flex}.porto-history-meta{flex:1;min-width:0}.porto-history-name{color:var(--text);margin:0;font-size:.9375rem;font-weight:700}.porto-history-sub{color:var(--muted);margin:4px 0 0;font-size:.75rem}.porto-history-amount{color:var(--dki-red);margin:6px 0 0;font-size:.875rem;font-weight:700}.porto-sheet-backdrop{z-index:3000;padding:max(12px, env(safe-area-inset-bottom));background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.porto-sheet{background:#fff;border-radius:16px 16px 0 0;width:100%;max-width:440px;max-height:85vh;padding:20px 20px 24px;animation:.22s ease-out porto-sheet-up;overflow-y:auto;box-shadow:0 -8px 32px #0000001f}@keyframes porto-sheet-up{0%{opacity:.9;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.porto-sheet-title{color:var(--text);margin:0 0 8px;font-size:1.05rem;font-weight:700}.porto-sheet-hint{color:var(--muted);margin:0 0 18px;font-size:.8125rem;line-height:1.45}.porto-cal-field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.porto-cal-field span{color:var(--muted);font-size:.8125rem;font-weight:600}.porto-cal-input{box-sizing:border-box;border:1px solid var(--border-strong);border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:1rem}.porto-cal-input:focus{border-color:var(--dki-red-soft);outline:none;box-shadow:0 0 0 3px #c41e3a14}.porto-cal-warn{color:var(--error,#b00020);margin:0 0 12px;font-size:.8125rem}.porto-sheet-actions{gap:10px;margin-top:8px;display:flex}.porto-btn-outline{border:1px solid var(--border-strong);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;flex:1;padding:14px 16px;font-size:.9375rem;font-weight:700}.porto-btn-primary{background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);color:#fff;cursor:pointer;border:none;border-radius:999px;flex:1;padding:14px 16px;font-size:.9375rem;font-weight:700;box-shadow:0 4px 12px #8b153840}.porto-btn-primary:disabled{opacity:.5;cursor:not-allowed}.page--simulation{background:#fff}.page--simulation:not(.page--simulation-embedded){flex:1;min-height:0;overflow:hidden}.page--simulation:not(.page--simulation-embedded) .sim-shell{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.page--simulation-embedded{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.page--simulation-embedded .sim-shell{flex:1;min-height:0}.sim-header-spacer{pointer-events:none;flex-shrink:0;width:44px;height:44px;margin:-8px 0 -8px -10px}.sim-shell{width:100%;max-width:min(100%,440px);min-height:100dvh;padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));padding-top:max(12px, env(safe-area-inset-top));padding-bottom:max(16px, env(safe-area-inset-bottom));flex-direction:column;margin:0 auto;display:flex}.sim-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.sim-back{width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;margin:-8px 0 -8px -10px;display:flex}.sim-back:hover{background:#f3f4f6}.sim-title{color:var(--text);text-align:center;flex:1;margin:0;font-size:1.125rem;font-weight:700}.sim-status{background:#22c55e;border-radius:3px;flex-shrink:0;width:12px;height:12px}.sim-form{flex-direction:column;flex:1;gap:18px;display:flex}.sim-label{color:var(--text);margin-bottom:10px;font-size:.875rem;font-weight:600;display:block}.sim-radio-row{flex-wrap:wrap;gap:20px;display:flex}.sim-radio{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:.9375rem;display:inline-flex}.sim-radio input{width:20px;height:20px;accent-color:var(--dki-red);cursor:pointer}.sim-select,.sim-input{border:1px solid var(--border-strong);width:100%;color:var(--text);appearance:none;background:#f7f7f8;border-radius:10px;outline:none;padding:13px 14px;font-size:.9375rem;transition:border-color .15s,background .15s}.sim-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b6b' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.sim-select:focus,.sim-input:focus{border-color:var(--dki-red-soft);background:#fff;box-shadow:0 0 0 3px #c41e3a1a}.sim-row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sim-suffix-wrap{position:relative}.sim-suffix-wrap .sim-input{padding-right:32px}.sim-suffix{color:var(--muted);pointer-events:none;font-size:.875rem;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.sim-footer-actions{margin-top:auto;padding-top:24px}.sim-hitung{color:#fff;background:linear-gradient(180deg, var(--dki-red-soft) 0%, var(--dki-red) 100%);cursor:pointer;border:none;border-radius:999px;width:100%;padding:16px 20px;font-size:1rem;font-weight:700;box-shadow:0 4px 14px #8b153847}.sim-hitung:hover{filter:brightness(1.02)}.sim-hitung:active{transform:scale(.99)}.sim-hitung:disabled{opacity:.65;cursor:not-allowed;transform:none}.sim-form-error{color:var(--error);margin:0;font-size:.8125rem}.sim-disclaimer{color:var(--muted);text-align:center;margin:10px 0 0;font-size:.75rem;line-height:1.45}.sim-overlay{z-index:50;background:#00000073;justify-content:center;align-items:flex-end;padding:0;animation:.2s sim-fade-in;display:flex;position:fixed;inset:0}.sim-sheet{width:100%;max-width:440px;max-height:min(88dvh,640px);padding:8px 20px max(24px, env(safe-area-inset-bottom));background:#fff;border-radius:18px 18px 0 0;animation:.28s sim-slide-up;box-shadow:0 -8px 32px #0000001f}.sim-sheet-handle{background:#e0e0e0;border-radius:999px;width:40px;height:4px;margin:4px auto 16px}.sim-sheet-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.sim-sheet-titles{flex:1}.sim-sheet-titles h2{color:var(--text);margin:0 0 6px;font-size:1.0625rem;font-weight:700}.sim-sheet-titles p{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.4}.sim-sheet-close{width:40px;height:40px;color:var(--text);cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;flex-shrink:0;font-size:1.25rem;line-height:1}.sim-sheet-close:hover{background:#e8e8ea}.sim-result-card{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:12px;padding:16px 18px}.sim-result-card:last-of-type{margin-bottom:0}.sim-result-label{color:var(--dki-red-soft);margin:0 0 8px;font-size:.8125rem;font-weight:600}.sim-result-value{color:var(--text);letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:700}
