[x-cloak]{display:none!important}:root{--mobile-primary: #0f9b8e;--mobile-primary-dark: #0c7d73;--mobile-bg: #f4f8f7;--mobile-surface: #ffffff;--mobile-text: #1f2d2b;--mobile-text-muted: #6b7d79;--mobile-border: #e1ebe9;--mobile-danger: #ff5c5c;--mobile-success: #71dd37;--mobile-radius: .75rem;--brand-1: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);--brand-2: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);--brand-3: linear-gradient(207.92deg, #0398f2 11.42%, #38b9e7 106.55%)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--mobile-bg);color:var(--mobile-text);font-size:.9375rem;line-height:1.5}a{color:var(--mobile-primary);text-decoration:none}.mobile-shell{min-height:100vh;display:flex;flex-direction:column;max-width:480px;margin:0 auto;background:var(--mobile-bg)}.mobile-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;background:var(--brand-1);color:#fff}.mobile-topbar .topbar-back{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;color:#fff;font-size:1.375rem;margin-left:-.375rem}.mobile-topbar h1{margin:0;font-size:1.0625rem;font-weight:700;letter-spacing:.01em}.mobile-content{flex:1;padding:1rem 1rem 5.5rem}.mobile-bottomnav{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:480px;display:flex;background:var(--mobile-surface);border-top:1px solid var(--mobile-border);padding:.375rem 0 calc(.375rem + env(safe-area-inset-bottom));z-index:10}.mobile-bottomnav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:.1875rem;padding:.25rem 0;color:var(--mobile-text-muted);font-size:.6875rem;transition:color .15s ease}.mobile-bottomnav .nav-icon{width:2.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:999px;transition:background-color .2s ease}.mobile-bottomnav a.active{color:var(--mobile-primary);font-weight:700}.mobile-bottomnav a.active .nav-icon{background:#0f9b8e24}.mobile-bottomnav i{font-size:1.25rem}.card{background:var(--mobile-surface);border-radius:1.125rem;padding:1.125rem;margin-bottom:1rem;box-shadow:0 .5rem 1.5rem #0f3c370f;border:1px solid rgba(15,60,55,.04);transition:transform .15s ease}a.card:active{transform:scale(.98)}.card-title{font-size:.8125rem;color:var(--mobile-text-muted);margin:0 0 .25rem}.card-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.875rem}.card-header .card-header-icon{width:2.125rem;height:2.125rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.0625rem;flex-shrink:0;background:#0f9b8e1f;color:var(--mobile-primary)}.card-header .card-header-icon.tone-2{background:#8980d424;color:#7c6bd6}.card-header .card-header-icon.tone-3{background:#0398f21f;color:#0389d8}.card-header .card-header-title{font-size:.875rem;font-weight:700;color:var(--mobile-text);margin:0}.list-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 0}.list-row+.list-row{border-top:1px solid var(--mobile-border)}.list-row .list-icon{width:2.25rem;height:2.25rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;background:#0f9b8e1a;color:var(--mobile-primary)}.list-row .list-icon.tone-2{background:#8980d424;color:#7c6bd6}.list-row .list-icon.tone-3{background:#0398f21f;color:#0389d8}.list-row .list-body{display:flex;align-items:center;gap:.625rem;min-width:0;flex:1}.list-row .list-label{font-size:.875rem;font-weight:600;margin:0}.list-row .list-sublabel{font-size:.75rem;color:var(--mobile-text-muted);margin:.0625rem 0 0}.list-row .list-value{font-weight:700;font-size:.875rem;white-space:nowrap;flex-shrink:0}.card-value{font-size:1.375rem;font-weight:700;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.75rem 1rem;border-radius:var(--mobile-radius);border:none;font-size:.9375rem;font-weight:600;cursor:pointer}.btn-primary{background:var(--mobile-primary);color:#fff}.btn-primary:active{background:var(--mobile-primary-dark)}.btn-outline{background:transparent;border:1px solid var(--mobile-border);color:var(--mobile-text)}.btn:disabled{opacity:.6}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem}.form-control{width:100%;padding:.75rem .875rem;border:1px solid var(--mobile-border);border-radius:var(--mobile-radius);font-size:.9375rem;background:var(--mobile-surface);color:var(--mobile-text)}.form-control:focus{outline:none;border-color:var(--mobile-primary)}.form-error{color:var(--mobile-danger);font-size:.8125rem;margin-top:.25rem}.text-muted{color:var(--mobile-text-muted)}.text-center{text-align:center}.auth-wrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 1.5rem;max-width:420px;margin:0 auto}.auth-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.auth-brand img{width:3.25rem;height:3.25rem;object-fit:contain}.auth-brand span{display:block;font-weight:700;font-size:1.1875rem;color:var(--mobile-primary-dark)}.auth-brand p{margin:.0625rem 0 0;font-size:.75rem;color:var(--mobile-text-muted)}.colored-toast.swal2-icon-success{background-color:#a5dc86!important}.colored-toast.swal2-icon-error{background-color:#f27474!important}.colored-toast.swal2-icon-warning{background-color:#f8bb86!important}.colored-toast.swal2-icon-info{background-color:#3fc3ee!important}.colored-toast .swal2-title{color:#fff;margin:0!important;padding:0!important;line-height:1.3!important}.colored-toast .swal2-html-container{color:#fff;margin:0!important;padding:0!important;line-height:1.3!important;font-weight:300!important}.hero-greeting{background:var(--brand-3);color:#fff;border-radius:0 0 1.25rem 1.25rem;padding:1.5rem 1.25rem 1.75rem;margin:-1rem -1rem 1rem;position:relative;overflow:hidden}.hero-greeting:before{content:"";position:absolute;right:-1.75rem;top:-1.75rem;width:9rem;height:9rem;background:url(/img/logo/kpn.png) center/contain no-repeat;opacity:.14;pointer-events:none}.hero-greeting p{margin:0;position:relative}.hero-greeting .greeting-label{font-size:.8125rem;opacity:.85}.hero-greeting .greeting-name{font-size:1.1875rem;font-weight:700;margin-top:.125rem}.hero-card{border-radius:var(--mobile-radius);padding:1.125rem 1.25rem;margin-bottom:1rem;color:#fff;position:relative;overflow:hidden}.hero-card.brand-1{background:var(--brand-1)}.hero-card .hero-title{font-size:.8125rem;opacity:.9;margin:0 0 .25rem;position:relative}.hero-card .hero-value{font-size:1.5rem;font-weight:700;margin:0;position:relative}.hero-card .hero-icon-deco{position:absolute;right:.5rem;bottom:-.5rem;font-size:4.5rem;opacity:.16;line-height:1}.quick-actions{display:flex;justify-content:space-around;gap:.5rem;margin-bottom:1rem}.quick-actions a,.quick-actions>div{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--mobile-text);text-align:center}.quick-actions .icon-btn{width:3.25rem;height:3.25rem;border-radius:1.125rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.375rem;box-shadow:0 .25rem .75rem #2b2c4026;transition:transform .15s ease}.quick-actions a:active .icon-btn{transform:scale(.93)}.quick-actions .icon-btn.brand-1{background:var(--brand-1)}.quick-actions .icon-btn.brand-2{background:var(--brand-2)}.quick-actions .icon-btn.brand-3{background:var(--brand-3)}.quick-actions>div .icon-btn{opacity:.6}.quick-actions span{font-size:.75rem;color:var(--mobile-text-muted)}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:40;display:flex;align-items:flex-end;justify-content:center}.sheet{background:var(--mobile-surface);width:100%;max-width:480px;border-radius:1.25rem 1.25rem 0 0;padding:1.25rem;max-height:80vh;overflow-y:auto}.sheet-handle{width:2.5rem;height:.25rem;border-radius:999px;background:var(--mobile-border);margin:0 auto 1rem}.sheet-title{font-size:1rem;font-weight:700;margin:0 0 1rem}.split-bar{display:flex;height:.5rem;border-radius:999px;overflow:hidden;background:var(--mobile-border);margin-bottom:1rem}.split-bar .brand-1{background:var(--brand-1)}.split-bar .brand-2{background:var(--brand-2)}.progress-track{height:.5rem;border-radius:999px;background:var(--mobile-border);overflow:hidden;margin:.5rem 0 1rem}.progress-track .progress-fill{height:100%;background:var(--brand-2);border-radius:999px}.legend-dot{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.avatar-circle{width:3rem;height:3rem;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0;color:#fff}.status-badge{display:inline-flex;align-items:center;gap:.3125rem;padding:.3125rem .75rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.02em;color:#fff}.status-badge.status-berkas{background:#94a3b8}.status-badge.status-proses{background:#f5a623}.status-badge.status-disetujui{background:#0389d8}.status-badge.status-selesai{background:#0f9b8e}.status-badge.status-ditolak{background:#e5484d}
