:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;pointer-events:none;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;pointer-events:auto;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}.Toastify__toast-body{flex:1;align-items:center;display:flex}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}:root{--pandan:#0b3b36;--pandan-2:#0e4a43;--daun:#14907b;--daun-soft:#e3f3ef;--daun-ink:#0a5a4c;--kertas:#f7f6f2;--panel:#fff;--ink:#17201e;--mut:#5c6763;--faint:#8b948f;--line:#e5e3db;--line-2:#d8d5cb;--kunyit:#c97f10;--kunyit-soft:#f9efdb;--kunyit-ink:#7a4c05;--cili:#c2402e;--cili-soft:#fae7e3;--cili-ink:#8a2a1c;--teal:#289a8e;--mint:#5dcaa5;--r:10px;--rr:14px;--disp:"Bricolage Grotesque", sans-serif;--ui:"Instrument Sans", sans-serif;--mono:"IBM Plex Mono", monospace}*{box-sizing:border-box;margin:0}body{font-family:var(--ui);background:var(--kertas);color:var(--ink);font-size:14px;line-height:1.5}i.ti{line-height:1}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--daun);outline-offset:2px}.skiplink{z-index:80;background:var(--pandan);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-size:12.5px;font-weight:600;text-decoration:none;position:absolute;top:8px;left:-999px}.skiplink:focus-visible{outline-color:var(--mint);left:12px}.h1{font-family:var(--disp);letter-spacing:.1px;font-size:22px;font-weight:600}.sub{color:var(--mut);font-size:13px}.row{align-items:flex-start;gap:16px;display:flex}.row>*{min-width:0}.grow,.sp{flex:1}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--rr);padding:16px 18px;box-shadow:0 1px #0b3b360a}.card h3{align-items:center;gap:8px;margin-bottom:10px;font-size:13.5px;font-weight:600;display:flex}.card h3 .lk{color:var(--daun-ink);cursor:pointer;margin-left:auto;font-size:12px;font-weight:500}.kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.kpi{background:var(--panel);border:1px solid var(--line);border-radius:var(--rr);cursor:pointer;padding:14px 16px;transition:border-color .18s,box-shadow .18s,transform .18s}.kpi:hover{border-color:var(--daun);transform:translateY(-1px);box-shadow:0 8px 22px #0b3b3614}.rcvq{flex-direction:column;gap:12px;display:flex}.rcvq-share{border:1px solid var(--line);background:#efeee8;border-radius:999px;height:10px;display:flex;overflow:hidden}.rcvq-share span{min-width:4px;display:block}.rcvq-share .s1{background:var(--daun)}.rcvq-share .s2{background:var(--pandan)}.rcvq-share .s3{background:var(--kunyit)}.rcvq-share .s4{background:#8b948f}.rcvq-legend{flex-wrap:wrap;gap:10px 16px;margin-top:8px;display:flex}.rcvq-legend button{font:inherit;cursor:pointer;color:var(--mut);background:0 0;border:0;align-items:center;gap:6px;min-height:32px;padding:0;font-size:12px;display:inline-flex}.rcvq-legend button.on{color:var(--ink);font-weight:600}.rcvq-dot{border-radius:99px;flex:none;width:8px;height:8px}.rcvq-dot.s1{background:var(--daun)}.rcvq-dot.s2{background:var(--pandan)}.rcvq-dot.s3{background:var(--kunyit)}.rcvq-dot.s4{background:#8b948f}.rcvq-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;display:grid}.rcvq-card{text-align:left;font:inherit;background:var(--panel);border:1px solid var(--line);border-radius:var(--rr);cursor:pointer;flex-direction:column;gap:4px;min-height:88px;padding:14px 16px;display:flex}.rcvq-card:hover,.rcvq-card:focus-visible{border-color:var(--daun);outline:2px solid var(--daun);outline-offset:2px}.rcvq-card.on{border-color:var(--daun);box-shadow:0 0 0 3px var(--daun-soft)}.rcvq-card .nm{font-family:var(--disp);font-size:15px;font-weight:600}.rcvq-card .fig{font-family:var(--disp);letter-spacing:-.02em;font-size:22px;font-weight:700}.rcvq-pos{flex-direction:column;gap:8px;margin-top:4px;display:flex}.rcvq-po{border:1px solid var(--line);background:#fbfbfa;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;min-height:52px;padding:10px 12px;display:flex}.rcvq-po .grow{min-width:140px}.rcved{background:var(--kertas);flex-direction:column;flex:auto;height:100%;min-height:0;display:flex}.rcved-shell{flex:auto;min-height:0;display:flex}.rcved-rail{background:var(--panel);border-right:1px solid var(--line);flex-direction:column;flex:none;width:300px;min-height:0;display:flex}.rcved-rail-search{flex:none;padding:12px 12px 8px}.rcved-rail-list{flex-direction:column;flex:auto;gap:6px;min-height:0;padding:0 10px 10px;display:flex;overflow:auto}.rcved-rail-pgn{border-top:1px solid var(--line);flex:none;align-items:center;gap:6px;padding:8px 10px 12px;display:flex}.rcved-sup{font:inherit;text-align:left;cursor:pointer;width:100%;min-height:44px;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex}.rcved-sup:hover,.rcved-sup:focus-visible{border-color:var(--line);outline:2px solid var(--daun);outline-offset:2px;background:#fbfbfa}.rcved-sup.on{background:var(--daun-soft);border-color:color-mix(in srgb, var(--daun) 35%, var(--line))}.rcved-sup .nm{flex:1;min-width:0;font-size:13px;font-weight:600}.rcved-sup .cnt{font-family:var(--mono);color:var(--mut);flex:none;font-size:12px}.rcved-sup .pill{flex:none;margin:0}.rcved-rail-pos{flex-direction:column;gap:6px;padding:0 0 4px 4px;display:flex}.rcved-rail-po{border:1px solid var(--line);background:#fbfbfa;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;min-height:52px;padding:8px 10px;display:flex}.rcved-rail-po.on{border-color:var(--daun);box-shadow:0 0 0 3px var(--daun-soft)}.rcved-rail-po .grow{flex:1;min-width:120px}.rcved-main{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.rcved-bar{background:var(--panel);border-bottom:1px solid var(--line);flex:none;grid-template-columns:minmax(160px,1.2fr) minmax(180px,1fr) minmax(160px,1fr);align-items:end;gap:12px 16px;padding:12px 20px;display:grid}.rcved-bar .field{margin:0}.rcved-tip{background:var(--daun-soft);border-bottom:1px solid color-mix(in srgb, var(--daun) 28%, var(--line));flex:none;padding:8px 20px;font-size:13px}.rcved-work{flex-direction:row;flex:auto;min-height:0;display:flex}.rcved-stage{flex:auto;min-width:0;padding:16px 20px 20px;overflow:auto}.rcved-empty{text-align:center;max-width:420px;margin:48px auto}.rcved-help{background:var(--panel);border-left:1px solid var(--line);flex-direction:column;flex:none;gap:14px;width:280px;padding:14px 16px 20px;display:flex;overflow:auto}.rcved-help h3{margin:0 0 6px}.rcved-pay{background:var(--panel);border-left:1px solid var(--line);flex-direction:column;flex:none;gap:14px;width:320px;padding:14px 16px 20px;display:flex;overflow:auto}.rcved-pay h3{margin:0 0 6px}.rcved-pay .field{margin:0}.rcved-pay-trail{margin:0;padding:0;list-style:none}.rcved-pay-row{border-top:1px solid var(--line);flex-direction:column;gap:4px;padding:10px 0;display:flex}.rcved-pay-row:first-child{border-top:0;padding-top:0}.rcved-pay-row-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.rcved-foot{background:var(--panel);border-top:1px solid var(--line);flex-wrap:wrap;flex:none;justify-content:space-between;align-items:flex-end;gap:16px;padding:12px 20px 14px;display:flex}.rcved-tots{flex-direction:column;gap:2px;min-width:200px;margin-left:auto;display:flex}:is(.modal.screen .modal-body:has(.rcved),.modal.full .modal-body:has(.rcved)){overflow:hidden}@media (width<=900px){.rcved-shell{flex-direction:column}.rcved-rail{border-right:0;border-bottom:1px solid var(--line);width:auto;max-height:40vh}.rcved-bar{grid-template-columns:1fr}.rcved-work{flex-direction:column}.rcved-help{border-left:0;border-top:1px solid var(--line);width:auto;max-height:220px}.rcved-pay{border-left:0;border-top:1px solid var(--line);width:auto;max-height:50vh}}.kpi .l{color:var(--mut);font-size:12px}.kpi .v{font-family:var(--disp);margin-top:2px;font-size:24px;font-weight:600}.kpi .d{color:var(--faint);margin-top:2px;font-size:11.5px}.up{color:var(--daun-ink)}.dn{color:var(--cili-ink)}.wr{color:var(--kunyit-ink)}.pill{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:2.5px 9px;font-size:11px;font-weight:500;display:inline-flex}.pill.ok{background:var(--daun-soft);color:var(--daun-ink)}a.pill{color:inherit;text-decoration:none}.pill.warn{background:var(--kunyit-soft);color:var(--kunyit-ink)}.pill.bad{background:var(--cili-soft);color:var(--cili-ink)}.pill.mut{color:var(--mut);background:#efeee8}.pill.signal{color:#0369a1;background:#e0f2fe}.btn{font:inherit;border:1px solid var(--line-2);background:var(--panel);color:var(--ink);border-radius:var(--r);cursor:pointer;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:500;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform 70ms;display:inline-flex}.btn:hover{border-color:#c6c2b5}.btn:active{transform:scale(.97)}.btn:disabled,.btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn.pri{background:var(--daun);border-color:var(--daun);color:#fff}.btn.gh{color:var(--mut);background:0 0;border-color:#0000}.btn.dngr{color:var(--cili-ink);border-color:#e7c3bc}.btn.signal{color:#fff;background:#0369a1;border-color:#0369a1}.btn.signal:hover{filter:brightness(1.05)}.btn.pay.on{background:var(--pandan);border-color:var(--pandan);color:#fff}.tbl{border-collapse:collapse;width:100%;font-size:13px}.tbl th{letter-spacing:.05em;text-transform:uppercase;color:var(--faint);text-align:left;border-bottom:1px solid var(--line);padding:8px 10px;font-size:11px;font-weight:600}.tbl td{border-bottom:1px solid var(--line);vertical-align:middle;padding:10px}.tbl td.inv-info{white-space:nowrap;font-size:12px;line-height:1.35}.tbl td.inv-info span{font-family:var(--mono);display:block}.tbl td.inv-info span span{display:inline}.tbl td.inv-info .inv-info-lab{letter-spacing:.04em;text-transform:uppercase;color:var(--faint);margin-right:6px;font-family:inherit;font-size:10px;font-weight:600}.tbl tr:last-child td{border-bottom:none}.tbl tr:hover td{background:#fbfaf7}.money,.tbl td.money,.tbl th.money{font-family:var(--mono);font-variant-numeric:tabular-nums;text-align:right;border-left:1px solid var(--line);white-space:nowrap}.mono{font-family:var(--mono);font-size:12px}.dashsep{border:none;border-top:1.5px dashed var(--line-2);margin:10px 0}.tot{color:var(--mut);justify-content:space-between;padding:3px 0;font-size:13px;display:flex}.tot.big{color:var(--ink);font-size:16px;font-weight:600}.tot .money{border-left:none}.chip{font:inherit;border:1px solid var(--line-2);background:var(--panel);cursor:pointer;color:var(--mut);border-radius:999px;align-items:center;gap:6px;padding:5px 13px;font-size:12.5px;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.chip.on{background:var(--pandan);border-color:var(--pandan);color:#fff}.bars{align-items:flex-end;gap:10px;height:120px;padding-top:6px;display:flex}.bar{background:var(--daun-soft);border-radius:6px 6px 2px 2px;flex:1;position:relative}.bar>span{background:var(--daun);border-radius:6px 6px 2px 2px;position:absolute;bottom:0;left:0;right:0}.bar .bl{text-align:center;color:var(--faint);padding-top:6px;font-size:11px;position:absolute;top:100%;left:0;right:0}.side-cards{flex-direction:column;flex:none;gap:16px;width:320px;display:flex}.flowline{color:var(--mut);flex-wrap:wrap;align-items:center;gap:5px;font-size:12px;display:flex}.flowline .flab{color:var(--pandan);align-items:center;gap:5px;margin-right:3px;font-weight:600;display:inline-flex}.flowline .fstep{border:1px solid var(--line);background:var(--panel);color:var(--mut);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:2.5px 10px;font-size:12px;display:inline-flex}.flowline .fstep:hover{border-color:var(--daun);color:var(--daun-ink)}.flowline .fstep.cur{background:var(--daun-soft);border-color:var(--daun);color:var(--daun-ink);cursor:default;font-weight:600}.flowline .fnum{font-family:var(--mono);color:var(--faint);font-size:10px}.flowline .fstep.cur .fnum{color:var(--daun-ink)}.flowline .fsep{color:var(--line-2);font-size:11px}.flowline .fnote{color:var(--faint);margin-left:5px}.li{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:9px 0;font-size:13px;display:flex}.li:last-child{border-bottom:none}.li .sp{flex:1}.ic{background:var(--kertas);border:1px solid var(--line);width:30px;height:30px;color:var(--mut);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:15px;display:flex}.seg{border:1px solid var(--line-2);background:var(--panel);border-radius:999px;padding:3px;display:inline-flex}.seg button{font:inherit;cursor:pointer;color:var(--mut);background:0 0;border:none;border-radius:999px;padding:5px 14px;font-size:12.5px;transition:background .18s,color .18s}.seg button:hover:not(.on){color:var(--ink);background:var(--kertas)}.seg button.on{background:var(--pandan);color:#fff}.seg[role=tablist]{flex-wrap:wrap}.seg[role=tablist] button{min-height:44px;padding:8px 16px}.seg button.icon{min-width:44px;min-height:44px;padding:8px}.seg button.icon i{font-size:18px;line-height:1}input.f,select.f,textarea.f,button.f{font:inherit;border:1px solid var(--line-2);border-radius:var(--r);background:var(--panel);color:var(--ink);box-sizing:border-box;width:100%;padding:8px 12px;font-size:13px}input.f:focus,select.f:focus,textarea.f:focus,button.f:focus{outline:2px solid var(--daun-soft);border-color:var(--daun)}button.f{appearance:none;cursor:pointer;text-align:left}button.f:disabled{cursor:not-allowed;opacity:.65}.fl{color:var(--mut);margin:0 0 5px;font-size:12px;display:block}.field{margin-bottom:14px}.field .fl{margin-bottom:5px}.fhint{color:var(--faint);margin-top:4px;font-size:11.5px}.ferr{color:var(--cili-ink);align-items:center;gap:5px;margin-top:4px;font-size:11.5px;display:none}.field.err .ferr{display:flex}.field.err input.f,.field.err select.f,.field.err textarea.f,.field.err button.f{border-color:var(--cili)}.tog{background:var(--line-2);cursor:pointer;border:none;border-radius:999px;flex:none;width:34px;height:20px;padding:0;transition:background .18s;position:relative}.tog:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:left .18s;position:absolute;top:2px;left:2px}.tog.on{background:var(--daun)}.tog.on:after{left:16px}.tog:disabled{opacity:.5;cursor:not-allowed}.tog:focus-visible{outline:2px solid var(--daun);outline-offset:2px}.note{color:var(--faint);font-size:12px}.lnkl{font:inherit;font-size:inherit;color:var(--daun-ink);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;text-decoration:none}.lnkl:hover{text-decoration:underline}.empty{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:44px 20px;display:flex}.empty .eic{background:var(--daun-soft);width:52px;height:52px;color:var(--daun-ink);border-radius:14px;justify-content:center;align-items:center;margin-bottom:6px;font-size:24px;display:flex}.empty .et{font-family:var(--disp);font-size:16px;font-weight:600}.empty .ed{color:var(--mut);max-width:360px;font-size:12.5px;line-height:1.55}.empty .btn{margin-top:10px}.skel{background:#efede6;border-radius:8px;min-height:12px;position:relative;overflow:hidden}.skel:after{content:"";background:linear-gradient(90deg,#0000,#fffc,#0000);animation:1.3s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.ops-note{color:var(--mut);border:1px solid var(--line);background:#f1f5f9;border-radius:10px;padding:10px 12px;font-size:12px}.srch{background:var(--kertas);border:1px solid var(--line);color:var(--faint);border-radius:999px;align-items:center;gap:8px;width:240px;padding:6px 14px;font-size:13px;display:flex}button.kpi,button.pos-tile{font:inherit;text-align:left;width:100%}a.btn{text-decoration:none}button.pos-tile{cursor:pointer}.pos-till{background:var(--kertas);flex:1;grid-template-columns:minmax(0,1fr) minmax(300px,400px);min-height:0;display:grid;position:relative}.pos-catalog{flex-direction:column;min-width:0;min-height:0;padding:14px 16px 12px;display:flex}.pos-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.pos-toolbar .h1{margin:0;font-size:1.25rem}.pos-search-row{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.pos-scan{width:100%;min-height:48px}.pos-scan input.f{background:0 0;border:none;outline:none;flex:1;width:auto;min-height:44px;padding:0;font-size:15px}.pos-chips{flex-wrap:wrap;gap:8px;display:flex}.pos-chips .chip,.pos-cust .chip,.pos-held-chip{min-height:44px}.pos-subchips{border-top:1px dashed var(--line);margin-top:6px;padding:6px 0 0}.cat-tree{flex-direction:column;gap:6px;display:flex}.cat-row{border:1px solid var(--line);background:var(--panel);border-radius:10px;align-items:center;gap:8px;padding:8px 10px;display:flex}.cat-row.child{margin-left:28px}.cat-row.dragging{opacity:.45}.cat-row.drop{outline:2px solid var(--daun);outline-offset:0}.cat-grip{cursor:grab;color:var(--faint);touch-action:none;flex:none}.cat-grip:active{cursor:grabbing}.cat-row .f{flex:1;min-width:0}.cat-row .cat-count{text-align:right;flex:none;min-width:2.5em}.pos-held{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.pos-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(156px,1fr));align-content:start;align-items:start;gap:10px;min-height:0;padding-bottom:8px;display:grid;overflow:auto}button.pos-tile{flex-direction:column;align-self:start;align-items:stretch;gap:8px;height:auto;min-height:0;padding:8px;transition:border-color .15s,box-shadow .15s;display:flex}button.pos-tile:hover{border-color:var(--daun);box-shadow:0 8px 20px #0b3b3614}button.pos-tile:active{transform:none}.pos-tile-media{aspect-ratio:4/3;border:1px solid var(--line);background:var(--daun-soft);border-radius:8px;flex:none;width:100%;display:block;position:relative;overflow:hidden}.pos-tile-media img{object-fit:cover;width:100%;height:100%;display:block}.pos-tile-letter{width:100%;height:100%;font-family:var(--disp);color:var(--daun-ink);place-items:center;font-size:1.6rem;font-weight:700;display:grid}.pos-tile-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.pos-tile-sku{margin-top:-4px;font-size:11px}.pos-tile-price{margin:0;font-size:13px;font-weight:600}.pos-ticket{background:var(--panel);border-left:1px solid var(--line);flex-direction:column;min-height:0;padding:14px 14px 16px;display:flex}.pos-ticket-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.pos-ticket-head h3{flex:1;margin:0}.pos-cust{flex-direction:column;gap:8px;margin-bottom:10px;display:flex}.pos-cust-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.pos-cust-search{flex:1;min-width:140px}.pos-cust-opts{border:1px solid var(--line);background:var(--panel);border-radius:10px;overflow:hidden}.pos-cust-opts button{text-align:left;width:100%;font:inherit;border:0;border-bottom:1px solid var(--line);cursor:pointer;background:0 0;min-height:44px;padding:10px 12px;display:block}.pos-cust-opts button:last-child{border-bottom:0}.pos-cust-opts button:hover{background:var(--kertas)}.pos-lines{flex:1;min-height:72px;overflow:auto}.pos-lines .li{align-items:center;gap:8px;padding:6px 0}.pos-step{justify-content:center;min-width:44px;min-height:44px;padding:0}.pos-change .money{color:var(--daun-ink);font-weight:700}.pos-pay{grid-template-columns:1fr 1fr 1fr;gap:6px;margin:10px 0 8px;display:grid}.pos-pay .btn{justify-content:center;min-height:44px}.pos-cashpad{grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:8px;display:grid}.pos-cashpad .btn{justify-content:center;min-height:44px;padding:0 6px;font-size:12.5px}.pos-charge{justify-content:center;width:100%;min-height:52px;margin-top:4px;font-size:16px}.pos-shift{border-top:1px dashed var(--line);margin-top:12px;padding-top:12px}.pos-shift h3{align-items:center;gap:8px;margin:0 0 8px;display:flex}.pos-done{z-index:20;background:#0b201c73;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.pos-done-card{background:var(--panel);text-align:center;border-radius:16px;width:min(420px,100%);padding:28px 24px 22px;box-shadow:0 16px 40px #0b201c33}.pos-done-card .h1{margin-bottom:6px;font-size:1.35rem}.pos-done-change{font-family:var(--mono);color:var(--daun-ink);margin:12px 0 18px;font-size:1.75rem;font-weight:600}.pos-idle{width:calc(100% - 32px);max-width:420px;margin:40px auto}@media (prefers-reduced-motion:reduce){button.pos-tile{transition:none}}@media (width<=900px){.pos-till{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr}.pos-catalog{border-bottom:1px solid var(--line)}.pos-ticket{border-left:none;max-height:52vh}}.kpi .v.money{text-align:left;border-left:none}.tblwrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.pgn{color:var(--mut);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 4px 2px;font-size:12.5px;display:flex}.pgn .pgn-info{font-variant-numeric:tabular-nums;min-width:86px}.pgn .pgn-rows{align-items:center;gap:6px;display:flex}.pgn .btn:disabled{opacity:.4}.pop{z-index:140;background:var(--panel);border:1px solid var(--line-2);border-radius:12px;min-width:200px;padding:6px;animation:.14s popin;position:fixed;box-shadow:0 14px 34px #0b201c2e}@keyframes popin{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.pop .pi{width:100%;font:inherit;text-align:left;cursor:pointer;color:var(--ink);background:0 0;border:none;border-radius:8px;align-items:center;gap:9px;min-height:36px;padding:8px 10px;font-size:13px;display:flex}.pop .pi i{opacity:.85;text-align:center;flex:none;width:18px;font-size:16px}.pop .pi:hover{background:var(--kertas)}.pop .pi:focus-visible{outline:2px solid var(--daun);outline-offset:-2px}.pop .pi:disabled{opacity:.45;cursor:not-allowed}.pop .pi.dngr{color:var(--cili-ink)}.pop .pi.on{background:var(--daun-soft);color:var(--daun-ink);font-weight:600}.pop .psep{background:var(--line);height:1px;margin:5px 4px}.pop .phd{letter-spacing:.07em;text-transform:uppercase;color:var(--faint);padding:7px 10px 3px;font-size:10.5px;font-weight:600}.track{background:var(--kertas);border:1px solid var(--line);border-radius:999px;height:7px;overflow:hidden}.track>span{background:var(--daun);border-radius:999px;height:100%;display:block}.track.warn>span{background:var(--kunyit)}.usage .u{margin-bottom:12px}.usage .u .l{color:var(--mut);justify-content:space-between;margin-bottom:5px;font-size:12.5px;display:flex}.chip,.kpi,.seg button,.li{transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s}.kpi:focus-visible,.chip:focus-visible,.lk:focus-visible,.seg button:focus-visible{outline:2px solid var(--daun);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.kpi:hover{transform:none}}@media (width<=900px){.kpis{grid-template-columns:1fr 1fr}.row{flex-direction:column}.side-cards{width:auto}.btn{min-height:44px}.chip{min-height:38px;padding:8px 16px}.tog{width:44px;height:26px}.tog:after{width:22px;height:22px}.tog.on:after{left:20px}.tbl td,.tbl th{padding:10px 8px}}.iname{vertical-align:middle;align-items:center;gap:8px;display:inline-flex}.ithumb{background:var(--daun-soft);width:36px;height:36px;color:var(--daun-ink);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:600;line-height:1;display:inline-flex;overflow:hidden}.ithumb img{object-fit:cover;width:100%;height:100%}.ithumb.is-photo{cursor:zoom-in}.ithumb.is-photo:focus-visible{outline:2px solid var(--daun);outline-offset:2px}.bomc{border:1px solid var(--line);background:var(--panel);border-radius:14px;grid-template-rows:auto minmax(520px,1fr);grid-template-columns:212px minmax(0,1fr) 268px;min-height:620px;display:grid;overflow:hidden}.bomc-bar{border-bottom:1px solid var(--line);background:var(--kertas);grid-column:1/-1;align-items:center;gap:10px;padding:10px 14px;display:flex}.bomc-rail,.bomc-insp{background:var(--kertas);overflow:auto}.bomc-rail{border-right:1px solid var(--line);min-width:0;padding:10px;position:relative}.bomc-insp{border-left:1px solid var(--line);padding:12px 14px}.bomc-stage{background:linear-gradient(#fbfaf6,#f3f1ea);height:100%;min-height:520px;position:relative;overflow:hidden}.bomc-stage .react-flow{background:0 0;width:100%;height:100%}.bomc-stage .react-flow__node{box-shadow:none;background:0 0;border:none;padding:0}.bomc-stage .react-flow__handle.bomc-port{opacity:0;width:8px;height:8px;box-shadow:none;pointer-events:none;background:0 0;border:0}.bomc-linetype{z-index:6;pointer-events:auto;flex-wrap:wrap;gap:4px;max-width:min(420px,100% - 24px);display:flex;position:absolute;top:12px;left:12px}.bomc-stage .react-flow__controls{border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 6px 16px #0b201c14}.bomc-stage .react-flow__attribution{font-size:9px}.bomc-rail-h{letter-spacing:.04em;text-transform:uppercase;margin:12px 0 6px;font-size:10.5px;font-weight:600}.bomc-rail-h:first-child{margin-top:0}.bomc-rec-body{flex:1;min-width:0}.bomc-rec-body .nm{font-size:12.5px;font-weight:600;line-height:1.3}.bomc--editor{grid-template-columns:var(--bomc-rail,268px) minmax(0, 1fr) 300px;border:0;border-radius:0;flex:auto;grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0}.bomc--editor .bomc-stage{min-height:0}:is(.modal.full .modal-body:has(.bomc--editor),.modal.screen .modal-body:has(.bomc--editor)){overflow:hidden}.bomc-node{background:var(--panel);border:1px solid var(--line-2);cursor:pointer;border-radius:12px;width:220px;padding:10px 12px;position:relative;box-shadow:0 8px 22px #0b201c14}.bomc-node:hover{border-color:var(--daun)}.bomc-node.on,.bomc-stage .react-flow__node.selected .bomc-node{border-color:var(--daun);box-shadow:0 0 0 3px var(--daun-soft), 0 10px 24px #0b201c1f}.bomc-node.fg{border-left:5px solid var(--daun);width:236px;min-height:124px}.bomc-node.mat{border-left:5px solid var(--kunyit);width:188px;min-height:92px}.bomc-node.sub{border-left:5px solid var(--daun);width:188px;min-height:92px}.bomc-node.nested{border-left:5px solid var(--line-2);opacity:.92;width:176px;min-height:84px}.bomc-node .nm{font-size:13px;font-weight:600;line-height:1.3}.bomc-node .meta{color:var(--mut);margin-top:4px;font-size:11.5px}.bomc-node-acts{z-index:3;gap:4px;display:none;position:absolute;top:-11px;right:-8px}.bomc-node:hover .bomc-node-acts,.bomc-stage .react-flow__node.selected .bomc-node-acts{display:flex}.bomc-node-acts button{border:1px solid var(--line);background:var(--panel);width:28px;height:28px;color:var(--ink);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:0 4px 12px #0b201c1a}.bomc-node-acts button:hover{border-color:var(--daun);color:var(--daun-ink);background:var(--daun-soft)}.bomc-node-acts button[aria-label="Remove from structure"]:hover{border-color:var(--cili);color:var(--cili-ink);background:color-mix(in srgb, var(--cili) 12%, var(--panel))}.bomc-pick{z-index:5;background:var(--panel);border:1px solid var(--daun);pointer-events:none;white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:12px;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 6px 16px #0b201c14}.bomc-thumb{background:var(--daun-soft);width:36px;height:36px;color:var(--daun-ink);border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.bomc-thumb img{object-fit:cover;border-radius:8px;width:100%;height:100%}.bomc-thumb.is-photo{cursor:zoom-in}.bomc-hint{color:var(--mut);pointer-events:none;z-index:5;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:min(520px,100% - 24px);font-size:11px;display:flex;position:absolute;bottom:12px;right:12px}.bomc-hint kbd{font:500 10px var(--mono);background:var(--panel);border:1px solid var(--line);border-radius:4px;padding:1px 5px}.bomc-rec{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:8px;padding:8px;display:flex}.bomc-rec:hover{background:var(--panel)}.bomc-rec.on{background:var(--panel);border-color:var(--daun)}.bomc-tree-root{flex-direction:column;min-width:0;display:flex}.bomc-tree{border-left:1px solid color-mix(in srgb, var(--pandan) 22%, var(--line));margin:0 0 0 16px;padding:0 0 2px 12px;list-style:none}.bomc-tree>li{position:relative}.bomc-tree>li:before{content:"";background:color-mix(in srgb, var(--pandan) 22%, var(--line));width:12px;height:1px;position:absolute;top:20px;left:-12px}.bomc-tree .bomc-rec{margin-bottom:2px}.bomc-split{cursor:col-resize;z-index:4;touch-action:none;background:0 0;border:0;width:10px;height:100%;padding:0;position:absolute;top:0;right:-5px}.bomc-split:after{content:"";background:var(--line-2);border-radius:2px;width:2px;height:32px;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.bomc-split:hover:after,.bomc-split:focus-visible:after,.bomc-split:active:after,body.bomc-split-drag .bomc-split:after{background:var(--daun);height:56px}body.bomc-split-drag{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}body.bomc-split-drag *{cursor:col-resize!important}.bomc-pal{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.bomc-chip{font:inherit;border:1px dashed var(--line-2);background:var(--panel);cursor:grab;color:inherit;border-radius:8px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;display:inline-flex}.bomc-welcome{text-align:center;pointer-events:none;z-index:4;width:min(420px,90%);position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.bomc-welcome ol{text-align:left;color:var(--mut);margin:12px auto 0;padding-left:22px;font-size:13px;line-height:1.55}@media (width<=1100px){.bomc{grid-template-columns:180px minmax(0,1fr)}.bomc-insp{border-left:0;border-top:1px solid var(--line);grid-column:1/-1;max-height:280px}.bomc--editor{grid-template-columns:var(--bomc-rail,200px) minmax(0, 1fr) 260px}.bomc--editor .bomc-insp{border-left:1px solid var(--line);border-top:0;grid-column:auto;max-height:none}}@media (width<=860px){.bomc--editor{grid-template-columns:minmax(0,1fr)}.bomc-split{display:none}.bomc--editor .bomc-rail,.bomc--editor .bomc-insp{border-left:0;border-right:0;grid-column:1/-1;max-height:220px}.bomc--editor .bomc-rail{border-bottom:1px solid var(--line)}.bomc--editor .bomc-insp{border-top:1px solid var(--line)}.bomc--editor .bomc-stage{min-height:360px}}.prd-board{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.prd-card{text-align:left;border:1px solid var(--line);background:color-mix(in srgb, #fff 82%, var(--kertas));cursor:pointer;width:100%;min-height:44px;color:inherit;font:inherit;animation:.36s ease-out both prd-rise;animation-delay:calc(var(--prd-i,0) * 40ms);border-radius:14px;flex-direction:column;align-items:stretch;gap:8px;padding:14px 14px 12px;transition:transform .18s ease-out,box-shadow .18s ease-out,border-color .18s ease-out;display:flex;box-shadow:0 8px 20px #0b3b360f}.prd-card:hover,.prd-card:focus-visible{border-color:var(--daun);transform:translateY(-2px);box-shadow:0 14px 28px #0b3b361f}.prd-card:focus-visible{outline:2px solid var(--daun);outline-offset:2px}.prd-card.on{border-color:var(--daun);box-shadow:0 0 0 3px var(--daun-soft), 0 12px 24px #0b3b361a}.prd-card.need{border-color:color-mix(in srgb, var(--kunyit) 45%, var(--line))}.prd-card .prd-card-top{align-items:flex-start;gap:10px;display:flex}.prd-card .nm{font-size:14px;font-weight:600;line-height:1.3}.prd-card .prd-make{font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--pandan);letter-spacing:-.03em;font-size:22px;font-weight:700;line-height:1}.prd-card .prd-make span{color:var(--mut);margin-left:4px;font-size:12px;font-weight:600}@keyframes prd-rise{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}.prdc{background:var(--panel);flex:auto;grid-template-rows:auto minmax(0,1fr);grid-template-columns:280px minmax(0,1fr) 300px;height:100%;min-height:0;display:grid}.prdc-bar{border-bottom:1px solid var(--line);background:var(--kertas);grid-column:1/-1;align-items:center;gap:10px;padding:10px 16px;display:flex}.prdc-rail,.prdc-insp{background:var(--kertas);min-width:0;overflow:auto}.prdc-rail{border-right:1px solid var(--line);padding:12px}.prdc-insp{border-left:1px solid var(--line);padding:14px 16px}.prdc-stage{background:radial-gradient(1200px 480px at 50% -10%, color-mix(in srgb, var(--daun) 10%, transparent), transparent 60%), linear-gradient(180deg, #fbfaf6, #f3f1ea);min-height:0;padding:22px 28px 28px;position:relative;overflow:auto}.prdc-ticket{border:1px solid var(--line);background:#fff;border-radius:16px;max-width:720px;margin:0 auto;padding:22px 24px 20px;animation:.32s ease-out both prd-rise;box-shadow:0 18px 44px #0b3b361f}.prdc-flow{color:var(--mut);justify-content:center;align-items:center;gap:10px;margin:8px 0 18px;font-size:12px;display:flex}.prdc-flow i{color:var(--daun)}.prdc-qty{align-items:center;gap:8px;display:flex}.prdc-qty .btn{justify-content:center;min-width:44px;min-height:44px;padding:0}.prdc-meter{background:var(--line);border-radius:999px;height:8px;margin-top:8px;overflow:hidden}.prdc-meter>i{border-radius:inherit;background:linear-gradient(90deg, var(--daun), #1aa88f);transform-origin:0;width:100%;height:100%;transition:transform .22s ease-out;display:block}.prdc-line{animation:.28s ease-out both prd-rise;animation-delay:calc(var(--prd-i,0) * 30ms);border-bottom:1px solid #ebf0ed;grid-template-columns:minmax(0,1fr) 88px 88px 88px;align-items:center;gap:8px;padding:8px 0;display:grid}.prdc-line.short{color:var(--cili-ink)}:is(.modal.screen .modal-body:has(.prdc),.modal.full .modal-body:has(.prdc)){overflow:hidden}@media (prefers-reduced-motion:reduce){.prd-card,.prdc-ticket,.prdc-line,.prdc-meter>i{transition:none;animation:none}.prd-card:hover,.prd-card:focus-visible{transform:none}}@media (width<=960px){.prdc{grid-template-rows:auto auto minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr)}.prdc-rail,.prdc-insp{border:0;border-bottom:1px solid var(--line);max-height:200px}.prdc-insp{border-bottom:0;border-top:1px solid var(--line)}}.uomp{min-width:0;position:relative}.uomp-btn{text-align:left;cursor:pointer;align-items:center;width:100%;display:flex}.cnt-addrs{flex-direction:column;gap:12px;display:flex}.cnt-addr{border:1px solid var(--line);border-radius:var(--r);background:var(--kertas);padding:12px}.cnt-addr-head{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.uomp-code{font-family:var(--mono);color:var(--faint);font-size:.85em}.uomp-ph{color:var(--faint)}.uomp-pop{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:8px;box-shadow:0 8px 24px #0b3b361f}.uomp-q{margin-bottom:6px}.uomp-list{max-height:220px;overflow-y:auto}.uomp-opt{text-align:left;width:100%;font:inherit;cursor:pointer;min-height:44px;color:var(--ink);background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:13px;display:block}.uomp-opt:hover,.uomp-opt.on{background:var(--daun-soft)}.uomp-opt.sel{font-weight:600}.uomp-empty{color:var(--mut);padding:8px;font-size:12.5px}.a4ed{flex-direction:column;gap:10px;display:flex}.a4ed-bar{z-index:6;background:var(--kertas);flex-wrap:wrap;align-items:center;gap:8px;padding:6px 0 10px;display:flex;position:sticky;top:0}.a4ed-bar .h1{margin:0;font-size:18px}.a4ed-bar .sub{margin:0}.a4ed-pick{flex:220px;min-width:200px;max-width:none;position:relative}.a4ed-pick .f{width:100%}.pick-list,.a4ed-pick-list{background:var(--panel);border:1px solid var(--line-2);overscroll-behavior:contain;border-radius:12px;padding:6px;overflow:hidden auto;box-shadow:0 14px 34px #0b201c2e}.pick-opt,.a4ed-pick-opt{text-align:left;width:100%;min-height:44px;font:inherit;cursor:pointer;color:var(--ink);background:0 0;border:none;border-radius:8px;align-items:flex-start;gap:10px;padding:8px 10px;display:flex}.pick-opt:hover,.pick-opt:focus-visible,.pick-opt[aria-selected=true],.a4ed-pick-opt:hover,.a4ed-pick-opt.on{background:var(--daun-soft);outline:none}.pick-opt>:not(.pick-opt-copy){flex:none}.pick-opt-copy{flex-direction:column;flex:1;align-items:stretch;gap:2px;min-width:0;display:flex}.pick-opt-title{overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;font-size:13.5px;font-weight:600;line-height:1.35}.pick-opt-meta{color:var(--mut);font-size:12px;line-height:1.35;font-family:var(--mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pick-opt-empty,.a4ed-pick-empty{padding:12px 10px;font-size:12.5px}.a4ed-stage{background:color-mix(in srgb, var(--pandan) 8%, var(--kertas));border-radius:var(--rr);padding:28px 56px 48px;overflow:auto}.a4ed-stage--viewport{border-radius:0;flex-direction:column;flex:auto;height:auto;min-height:0;max-height:none;padding:0;display:flex;overflow:hidden}.a4ed-zoombar{border-bottom:1px solid var(--line);background:var(--panel);z-index:2;flex-wrap:wrap;flex:none;align-items:center;gap:10px;padding:8px 14px;display:flex}.a4ed-zoom-group{flex:none;align-items:center;gap:6px;display:flex}.a4ed-tool-label{letter-spacing:.04em;text-transform:uppercase;color:var(--mut);margin:0;font-size:11px;font-weight:600}.a4ed-zoombar .btn{justify-content:center;min-width:44px;min-height:44px;padding:8px 12px}.a4ed-zoom-pct{text-align:center;font-variant-numeric:tabular-nums;min-width:48px;font-size:12px}.a4ed-zoom-scroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--pandan) 28%, var(--line)) transparent;flex:1;min-height:0;padding:20px 24px 32px;overflow:auto}.a4ed-zoom-scroll::-webkit-scrollbar{width:8px;height:8px}.a4ed-zoom-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--pandan) 28%, var(--line));border-radius:99px}.a4ed-zoom-scroll::-webkit-scrollbar-track{background:0 0}.a4ed-zoom-sizer{margin:0 auto;position:relative}.a4ed-zoom-inner{transform-origin:0 0;width:794px;transition:transform .16s}.a4ed-zoom-inner .sheet,.a4ed-zoom-inner .a4ed-page{width:794px;max-width:794px;margin:0}.a4ed-page{color:#15211f;--a4ed-fs:12px;--a4ed-col-qty:3.8em;--a4ed-col-uom:5.4em;--a4ed-col-price:6.2em;--a4ed-col-tax:3.8em;--a4ed-col-amt:5.2em;background:#fff;border-radius:2px;width:794px;max-width:100%;min-height:980px;margin:0 auto;padding:42px 52px 30px 46px;position:relative;overflow:visible;box-shadow:0 18px 44px #0b3b3624}.a4ed-page[data-cols=item],.sheet[data-cols=item]{--a4ed-col-qty:3.6em;--a4ed-col-uom:5.2em;--a4ed-col-price:5.8em;--a4ed-col-tax:3.6em;--a4ed-col-amt:5em}.a4ed-page[data-cols=fit],.sheet[data-cols=fit]{--a4ed-col-qty:3.8em;--a4ed-col-uom:5.4em;--a4ed-col-price:6.2em;--a4ed-col-tax:3.8em;--a4ed-col-amt:5.2em}.a4ed-page[data-cols=rm],.sheet[data-cols=rm]{--a4ed-col-qty:4.4em;--a4ed-col-uom:6em;--a4ed-col-price:7em;--a4ed-col-tax:4.4em;--a4ed-col-amt:6.2em}.a4ed-paper-tools{border-left:1px solid var(--line);flex-wrap:wrap;flex:none;align-items:center;gap:8px;margin-left:auto;padding-left:12px;display:flex}.a4ed-paper-tools .a4ed-tool-label,.a4ed-paper-tools .note{margin:0}.a4ed-zoombar .a4ed-paper-tools .seg button{min-width:44px;min-height:44px;padding:8px}.a4ed-fs{border:1px solid var(--line-2);background:#fff;border-radius:4px;flex:none;align-items:stretch;height:44px;display:inline-flex;position:relative}.a4ed-fs:focus-within{border-color:var(--daun);box-shadow:0 0 0 2px var(--daun-soft)}.a4ed-fs-val{text-align:center;width:40px;font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--ink);background:0 0;border:none;min-height:44px;padding:0 4px;font-size:13px}.a4ed-fs-val:focus{outline:none}.a4ed-fs-chev{border:none;border-left:1px solid var(--line);width:22px;min-width:22px;min-height:44px;color:var(--mut);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.a4ed-fs-chev:hover,.a4ed-fs-chev[aria-expanded=true]{background:var(--daun-soft);color:var(--daun-ink)}.a4ed-fs-list{background:var(--panel);border:1px solid var(--line-2);border-radius:6px;padding:4px;overflow:hidden auto;box-shadow:0 14px 34px #0b201c2e}.a4ed-fs-list button{text-align:left;width:100%;font:inherit;font-family:var(--mono);font-variant-numeric:tabular-nums;cursor:pointer;min-height:36px;color:var(--ink);background:0 0;border:none;border-radius:4px;padding:6px 12px;font-size:13px;display:block}.a4ed-fs-list button.on,.a4ed-fs-list button[aria-selected=true]{background:var(--pandan);color:#fff}.a4ed-fs-list button:hover:not(.on){background:var(--daun-soft)}.a4ed-fs>.a4ed-fs-list{z-index:40;min-width:72px;max-height:280px;position:absolute;top:calc(100% + 4px);left:0}.a4ed-head{border-bottom:1px solid #15211f;justify-content:space-between;align-items:flex-start;gap:32px;padding-bottom:16px;display:flex}.a4ed-mark{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.a4ed-mark img{object-fit:contain;width:auto;max-width:140px;height:auto;max-height:56px;display:block}.a4ed-mark h1,.a4ed-doc h1{font-family:var(--disp);letter-spacing:-.02em;color:#15211f;margin:0;font-size:32px;font-weight:700;line-height:1.05}.a4ed-from{text-align:right;max-width:48%}.a4ed-from b{font-family:var(--disp);color:#15211f;font-size:14px;font-weight:700;display:block}.a4ed-from .a4ed-sel,.a4ed-co .a4ed-sel{color:#5a6b67;margin:3px 0 0;font-size:11px;line-height:1.45}.a4ed-from .a4ed-sel.faint,.a4ed-co .a4ed-sel.faint{color:#84948f}.a4ed-ids{text-align:right;flex:none;min-width:168px}.a4ed-id{margin:0 0 12px}.a4ed-id:last-child{margin-bottom:0}.a4ed-parties>.a4ed-ids{flex:none}.a4ed-lbl{letter-spacing:.08em;text-transform:uppercase;color:#15211f;margin:0 0 4px;font-size:10px;font-weight:700;display:block}.a4ed-meta{color:#5a6b67;margin-top:6px;font-size:11.5px;line-height:1.7}.a4ed-meta b{color:#15211f;font-weight:600}.a4ed-parties{gap:36px;margin:22px 0 8px;display:flex}.a4ed-parties>div{flex:1;min-width:0}.a4ed-items-head,.a4ed-item-row{box-sizing:border-box;width:100%;font-size:var(--a4ed-fs);align-items:center;gap:16px;display:flex}.a4ed-items-head>:first-child,.a4ed-item-row>:first-child{flex:auto;min-width:0}.a4ed-figs{grid-template-columns:var(--a4ed-col-qty) var(--a4ed-col-uom) var(--a4ed-col-price) var(--a4ed-col-tax) var(--a4ed-col-amt);flex:none;align-items:center;column-gap:8px;min-width:0;margin-left:auto;display:grid}.a4ed-figs>*{box-sizing:border-box;white-space:nowrap;min-width:0}.a4ed-figs--locked{cursor:default;-webkit-user-select:none;user-select:none}.a4ed-items-head{letter-spacing:.08em;text-transform:uppercase;color:#84948f;border-bottom:1.5px solid #dce4e0;margin-top:14px;padding:8px 0;font-weight:600}.a4ed-h{letter-spacing:.04em;white-space:nowrap;padding:0 2px;font-size:.78em}.a4ed-items-head .num,.a4ed-item-row .num{text-align:right}.a4ed-item{border-bottom:1px solid #ebf0ed;width:100%;position:relative}.a4ed-item-row{padding:4px 0}.a4ed-cell{min-width:0;padding:2px 4px}.a4ed-figs>.a4ed-amt,.a4ed-figs>:last-child{padding-right:2px}.a4ed-item-row input.f,.a4ed-item-row .uomp,.a4ed-item-row .uomp-btn{box-sizing:border-box;width:100%;max-width:100%;font-size:inherit;line-height:1.3}.a4ed-qty{text-align:right;padding-left:4px;padding-right:4px}.a4ed-uom{text-align:left;padding-left:4px;padding-right:4px}.a4ed-item-row>.a4ed-qty input.f{text-align:right;font-variant-numeric:tabular-nums;width:100%;padding-left:0;padding-right:0}.a4ed-desc{text-align:left;width:100%;font:inherit;color:inherit;cursor:text;background:0 0;border:1px solid #0000;border-radius:6px;align-items:flex-start;gap:8px;min-width:0;padding:4px 6px;display:flex}.a4ed-desc:hover{background:#f8fdfd;border-color:#cfe6e5}.a4ed-desc:focus,.a4ed-desc:focus-visible{outline:2px solid var(--daun-soft);border-color:var(--daun);background:#fff}.a4ed-desc-body{flex:1;min-width:0}.a4ed-desc .ithumb{flex-shrink:0;margin-top:1px}.a4ed-desc .rte-html{overflow-wrap:anywhere;font-size:13px;line-height:1.45}.a4ed-desc-ph{color:var(--faint);font-size:13px}.a4ed-page input.f.a4ed-ghost,.a4ed-page textarea.f.a4ed-ghost,.a4ed-page select.f.a4ed-ghost,.a4ed-page .uomp.a4ed-ghost .uomp-btn{box-shadow:none;background:0 0;border:1px solid #0000;border-radius:6px;padding:4px 6px}.a4ed-item-row input.f.a4ed-ghost,.a4ed-item-row .uomp.a4ed-ghost .uomp-btn{font-size:inherit;padding:4px 2px}.a4ed-item-row>.a4ed-qty input.f.a4ed-ghost{padding-left:0;padding-right:0}.a4ed-page input.f.a4ed-ghost:hover,.a4ed-page textarea.f.a4ed-ghost:hover,.a4ed-page select.f.a4ed-ghost:hover,.a4ed-page .uomp.a4ed-ghost .uomp-btn:hover{background:#f8fdfd;border-color:#cfe6e5}.a4ed-page input.f.a4ed-ghost:focus,.a4ed-page textarea.f.a4ed-ghost:focus,.a4ed-page select.f.a4ed-ghost:focus,.a4ed-page .uomp.a4ed-ghost .uomp-btn:focus{outline:2px solid var(--daun-soft);border-color:var(--daun);background:#fff}.a4ed-amt{font-family:var(--mono);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;padding:4px 2px 4px 4px;font-weight:500;overflow:visible}.a4ed-tools{opacity:0;flex-direction:column;gap:2px;transition:opacity .15s;display:flex;position:absolute;top:6px;right:-44px}.a4ed-item:hover .a4ed-tools,.a4ed-item:focus-within .a4ed-tools{opacity:1}.a4ed-tool{border:1px solid var(--line);width:32px;height:32px;color:var(--mut);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.a4ed-tool:hover{border-color:var(--daun);color:var(--daun-ink);background:var(--daun-soft)}.a4ed-tool:focus-visible{outline:2px solid var(--daun);outline-offset:1px}.a4ed-tots{width:100%;max-width:300px;font-size:var(--a4ed-fs);box-sizing:border-box;margin:16px 0 0 auto;padding-right:2px}.a4ed-tots .r{justify-content:space-between;gap:12px;padding:4.5px 0;display:flex}.a4ed-tots .r span:last-child{font-family:var(--mono);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.a4ed-tots .grand{border-top:2px solid var(--pandan);color:var(--pandan);margin-top:6px;padding-top:9px;font-size:1.2em;font-weight:700}.a4ed-notes{margin-top:22px}.a4ed-notes textarea.f{min-height:64px}.a4ed-foot{border-top:1px dashed var(--line);color:#5a6b67;margin-top:28px;padding-top:12px;font-size:11.5px}.a4ed-taxbtn{font:inherit;color:#5a6b67;cursor:pointer;font-family:var(--mono);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;padding:4px 6px}.a4ed-taxbtn:hover,.a4ed-taxbtn:focus{background:#f8fdfd;border-color:#cfe6e5}.a4ed-page .chip{font-size:11px;font-family:var(--mono);padding:2px 8px}@media (hover:none){.a4ed-tools{opacity:1}}@media (width<=900px){.a4ed-stage{padding:16px 12px 28px}.a4ed-stage--viewport{padding:0}.a4ed-page{width:100%;padding:26px 16px 22px}.a4ed-paper-tools{border-left:none;margin-left:0;padding-left:0}.a4ed-tools{opacity:1;flex-direction:row;margin:0 6px 8px;position:static}}@media (prefers-reduced-motion:reduce){.a4ed-tools,.a4ed-zoom-inner{transition:none}}.sheet{border:1px solid var(--line);box-sizing:border-box;color:#15211f;--a4ed-fs:12.5px;--a4ed-col-qty:3.6em;--a4ed-col-uom:5.2em;--a4ed-col-price:5.8em;--a4ed-col-tax:3.6em;--a4ed-col-amt:5em;background:#fff;border-radius:2px;width:794px;max-width:100%;margin:0 auto;padding:42px 52px 30px 46px;overflow-x:hidden;box-shadow:0 18px 44px #0b3b3624}.sheet.pos-rcpt{text-align:center;width:280px;max-width:100%;padding:18px 16px 20px;font-size:12px}.sheet.pos-rcpt .pos-rcpt-brand{font-family:var(--disp);margin:0 0 2px;font-size:16px;font-weight:700}.sheet.pos-rcpt .pos-rcpt-meta{color:#5a6b67;margin:0 0 10px;font-size:11px}.sheet.pos-rcpt .pos-rcpt-no{font-family:var(--mono);margin:0 0 12px;font-size:15px;font-weight:700}.sheet.pos-rcpt .pos-rcpt-line{text-align:left;border-bottom:1px dashed #d5d2c8;justify-content:space-between;gap:8px;padding:5px 0;display:flex}.sheet.pos-rcpt .pos-rcpt-line span:last-child{font-family:var(--mono);font-variant-numeric:tabular-nums}.sheet.pos-rcpt .pos-rcpt-tot{justify-content:space-between;margin-top:10px;font-weight:700;display:flex}.sheet.pos-rcpt .pos-rcpt-foot{color:#5a6b67;margin:14px 0 0;font-size:11px}.sheet .sh-head{border-bottom:1px solid #15211f;justify-content:space-between;align-items:flex-start;gap:32px;min-width:0;padding-bottom:16px;display:flex}.sheet .sh-mark{flex-direction:column;align-items:flex-start;gap:12px;min-width:0;display:flex}.sheet .sh-logo{object-fit:contain;flex:none;width:auto;max-width:140px;height:auto;max-height:56px;display:block}.sheet .sh-title{font-family:var(--disp);color:#15211f;letter-spacing:-.02em;margin:0;font-size:32px;font-weight:700;line-height:1.05}.sheet .sh-from{text-align:right;min-width:0;max-width:48%}.sheet .sh-name{font-family:var(--disp);color:#15211f;font-size:14px;font-weight:700;display:block}.sheet .sh-sel{color:#5a6b67;margin:3px 0 0;font-size:11px;line-height:1.45}.sheet .sh-sel.faint{color:#84948f}.sheet .sh-ids{text-align:right;flex:none;min-width:148px}.sheet .sh-id{margin:0 0 12px}.sheet .sh-id:last-child{margin-bottom:0}.sheet .sh-id-lbl{letter-spacing:.08em;text-transform:uppercase;color:#15211f;margin:0 0 2px;font-size:10px;font-weight:700}.sheet .sh-id-val{color:#15211f;font-variant-numeric:tabular-nums;margin:0;font-size:13px}.sheet .sh-paid-wrap{margin:12px 0 0}.sheet .sh-paid{border:1.5px solid var(--daun);color:var(--daun-ink);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:7px;padding:4px 13px;font-size:11px;font-weight:600;display:inline-flex;transform:rotate(-2deg)}.sheet .sh-parties{gap:36px;min-width:0;margin:22px 0 8px;display:flex}.sheet .sh-parties>div{flex:1;min-width:0}.sheet .sh-parties>.sh-ids{flex:none}.sheet .sh-lbl{letter-spacing:.08em;text-transform:uppercase;color:#15211f;margin:0 0 5px;font-size:10px;font-weight:700}.sheet .sh-parties>div>p{margin:0 0 2px;font-size:12.5px;line-height:1.5}.sheet table{border-collapse:collapse;table-layout:fixed;width:100%;max-width:100%;margin-top:14px;font-size:12.5px}.sheet th{letter-spacing:.12em;text-transform:uppercase;color:#84948f;text-align:left;border-bottom:1.5px solid #dce4e0;padding:8px 6px;font-size:10px;font-weight:600}.sheet td{vertical-align:top;overflow-wrap:anywhere;border-bottom:1px solid #ebf0ed;padding:9px 6px}.sheet .rte-html,.tbl .rte-html{font-size:inherit;line-height:1.45}.sheet .rte-html p,.tbl .rte-html p{margin:0 0 .35em}.sheet .rte-html p:last-child,.tbl .rte-html p:last-child{margin:0}.sheet .rte-html ul,.sheet .rte-html ol,.tbl .rte-html ul,.tbl .rte-html ol{margin:.2em 0;padding-left:1.2em}.sheet .rte-html table,.tbl .rte-html table,.rte-html table{border-collapse:collapse;width:100%;margin:.35em 0;font-size:12px}.sheet .rte-html td,.sheet .rte-html th,.tbl .rte-html td,.tbl .rte-html th,.rte-html td,.rte-html th{border:1px solid var(--line);width:auto;padding:2px 6px}.sheet th:first-child,.sheet td:first-child{padding-left:0}.sheet th:last-child,.sheet td:last-child{padding-right:0}.sheet th:nth-child(2),.sheet td:nth-child(2){width:48px}.sheet th:nth-child(3),.sheet td:nth-child(3){width:86px}.sheet th:nth-child(4),.sheet td:nth-child(4){width:88px}.sheet th:nth-child(5),.sheet td:nth-child(5){width:78px}.sheet th:nth-child(6),.sheet td:nth-child(6){width:92px}.sheet .num{font-family:var(--mono);text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.sheet th.num{text-align:right}.sheet .tax{color:#5a6b67;font-size:11.5px}.sheet .a4ed-qty{font-family:var(--mono);font-variant-numeric:tabular-nums}.sheet .sh-tots{width:min(280px,100%);max-width:100%;margin:16px 0 0 auto;font-size:12.5px}.sheet .sh-tots .r{justify-content:space-between;gap:12px;padding:4.5px 0;display:flex}.sheet .sh-tots .r span:last-child{font-family:var(--mono);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none}.sheet .sh-tots .grand{border-top:2px solid var(--pandan);color:var(--pandan);margin-top:6px;padding-top:9px;font-size:15px;font-weight:700}.sheet .sh-tots .bal{font-weight:600}.sheet .sh-notes{margin-top:18px;font-size:11.5px}.sheet .sh-notes .pre{white-space:pre-line;margin:0}.sheet .sh-foot{border-top:1px solid #ebf0ed;justify-content:space-between;align-items:flex-end;gap:20px;margin-top:30px;padding-top:14px;display:flex}.sheet .sh-einv{color:#5a6b67;min-width:0;font-size:10.5px;line-height:1.6}.sheet .sh-einv p{margin:0 0 4px}.sheet .sh-einv b{color:#15211f}.sheet .sh-einv .uuid{word-break:break-all;font-size:10px}.sheet .sh-qr{text-align:center;color:#84948f;flex-direction:column;flex:none;align-items:center;gap:4px;width:88px;font-size:8.5px;line-height:1.3;text-decoration:none;display:flex}.sheet .sh-qr svg{width:80px;height:80px;display:block}.sheet .sh-credit{color:#84948f;justify-content:center;align-items:center;gap:7px;margin-top:18px;font-size:10.5px;display:flex}.sheet-stack{flex-direction:column;align-items:center;gap:20px;display:flex}.sheet.sheet--a4{box-sizing:border-box;flex-direction:column;width:210mm;max-width:210mm;height:297mm;min-height:297mm;max-height:297mm;display:flex;overflow:hidden}.sheet.sheet--a4 .sh-page{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:#84948f;margin-top:auto;padding-top:10px;font-size:10px}.sheet.sheet--bom th:nth-child(2),.sheet.sheet--bom td:nth-child(2){width:72px}.sheet.sheet--bom th:nth-child(3),.sheet.sheet--bom td:nth-child(3){width:120px}.sheet.sheet--bom th:nth-child(4),.sheet.sheet--bom td:nth-child(4){width:96px}.sheet-measure{pointer-events:none;visibility:hidden;position:absolute;top:0;left:-2400px}.modal-bg{z-index:90;background:#0b201c73;place-items:center;padding:20px;display:none;position:fixed;inset:0}.modal-bg.on{display:grid}.modal-bg.on~.modal-bg.on{z-index:105}.modal{background:var(--panel);border:1px solid var(--line-2);border-radius:12px;width:100%;max-width:440px;padding:22px;box-shadow:0 20px 40px #0b201c40}.modal.wide{flex-direction:column;max-width:840px;max-height:90vh;padding:0;display:flex}.modal.wide .modal-body{flex:auto;min-height:0;padding:12px 16px 8px;overflow:auto}.modal.wide .modal-foot{flex-wrap:wrap;justify-content:space-between}.modal.full{flex-direction:column;width:96vw;max-width:1320px;height:94vh;max-height:94vh;padding:0;display:flex}.modal.screen{width:100vw;max-width:none;height:100vh;max-height:none;box-shadow:none;border:0;border-radius:0;flex-direction:column;padding:0;display:flex}.modal-bg:has(>.modal.screen){place-items:stretch stretch;padding:0}.modal-head{border-bottom:1px solid var(--line);background:var(--panel);border-radius:12px 12px 0 0;flex-wrap:wrap;flex:none;align-items:center;gap:10px;padding:10px 18px;display:flex}.modal.screen .modal-head{border-radius:0}.modal-head-tools{flex:auto;justify-content:flex-end;align-items:center;min-width:0;display:flex}.modal-head-tools:empty{display:none}.modal-head-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.modal-head-tools:not(:empty)+.modal-head-actions{margin-left:0}.modal-head .a4ed-zoombar{background:0 0;border:none;flex:1;justify-content:flex-end;min-width:0;padding:0}.modal-head .a4ed-paper-tools{margin-left:0}.modal-body{padding:18px 22px;overflow:auto}.modal.full .modal-body,.modal.screen .modal-body{background:color-mix(in srgb, var(--pandan) 8%, var(--kertas));flex-direction:column;flex:auto;min-height:0;padding:0;display:flex;overflow:auto}:is(.modal.full .modal-body:has(.a4ed),.modal.full .modal-body:has(.a4ed-stage--viewport),.modal.screen .modal-body:has(.a4ed),.modal.screen .modal-body:has(.a4ed-stage--viewport)){overflow:hidden}.modal .a4ed{flex:1;gap:0;min-height:0}.a4ed--preview{flex-direction:column;min-height:0;display:flex}.a4ed--preview>:not(.a4ed-actions){flex:auto;min-height:0}.a4ed--with-rail{flex-direction:row;align-items:stretch}.a4ed--preview.a4ed--with-rail>:not(.a4ed-rail){flex:auto;min-width:0;min-height:0}.a4ed-rail{background:var(--panel);border-left:1px solid var(--line);flex-direction:column;flex:none;gap:12px;width:360px;max-width:42vw;padding:14px 16px 20px;display:flex;overflow:auto}@media (width<=900px){.a4ed--with-rail{flex-direction:column}.a4ed-rail{border-left:none;border-top:1px solid var(--line);width:auto;max-width:none;max-height:46vh}}.modal .a4ed-bar{background:var(--panel);border-bottom:1px solid var(--line);flex:none;padding:10px 18px;overflow:visible}.modal .a4ed-stage{border-radius:0;flex:1;min-height:0;overflow:auto}.modal .a4ed-stage--viewport,.modal .a4ed .a4ed-stage--viewport{flex:auto;height:auto;min-height:0;max-height:none;overflow:hidden}.a4ed-actions{background:var(--panel);border-top:1px solid var(--line);scrollbar-width:thin;flex:none;max-height:min(280px,38vh);padding:12px 18px 16px;overflow:auto}.a4ed-actions .btn{min-height:44px}.a4ed-actrow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.modal-foot{border-top:1px solid var(--line);background:var(--panel);border-radius:0 0 12px 12px;flex:none;justify-content:flex-end;align-items:center;gap:8px;padding:12px 18px;display:flex}.rte{border:1px solid var(--line-2);border-radius:var(--r);background:var(--panel);overflow:hidden}.rte:focus-within{border-color:var(--daun);box-shadow:0 0 0 2px var(--daun-soft)}.rte-bar{border-bottom:1px solid var(--line);background:var(--kertas);flex-wrap:wrap;align-items:center;gap:2px;padding:5px 6px;display:flex}.rte-bar button{font:inherit;cursor:pointer;color:var(--mut);background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:6px 8px;font-size:13px;display:inline-flex}.rte-bar button:hover{background:var(--line);color:var(--ink)}.rte-bar button:focus-visible{outline:2px solid var(--daun);outline-offset:-2px}.rte-bar button[aria-pressed=true]{color:var(--pandan);background:var(--daun-soft)}.rte-bar button:disabled{opacity:.45;cursor:default}.rte-sep{background:var(--line);width:1px;height:22px;margin:0 4px}.rte-swatches{align-items:center;gap:3px;padding:0 4px;display:inline-flex}.rte-dot,.rte-sq{border:1px solid #15211f2e!important;border-radius:50%!important;width:16px!important;min-width:16px!important;height:16px!important;min-height:16px!important;padding:0!important}.rte-sq{border-radius:3px!important}.rte-menu{position:relative}.rte-menu-btn{gap:4px;min-width:auto!important;padding:6px 8px!important;font-size:12.5px!important}.rte-menu-list{z-index:5;background:var(--panel);border:1px solid var(--line);border-radius:8px;min-width:140px;margin-top:2px;padding:4px;position:absolute;top:100%;left:0;box-shadow:0 8px 20px #0b201c1f}.rte-menu-list button{justify-content:flex-start;width:100%;min-height:32px}.rte-linkrow{border-bottom:1px solid var(--line);background:var(--kertas);gap:8px;padding:8px 10px;display:flex}.rte-linkrow .f{flex:1}.rte-ed{outline:none;min-height:92px;padding:10px 12px;font-size:13px;line-height:1.55;overflow:auto}.rte-ed .tiptap,.rte-ed .ProseMirror{min-height:inherit;font:inherit;line-height:inherit;outline:none}.rte-ed .tableWrapper{overflow-x:auto}.rte-ed .tiptap p.is-editor-empty:first-child:before,.rte-ed .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;pointer-events:none;height:0;color:var(--faint)}.rte-html p{margin:0 0 .35em}.rte-html p:last-child{margin:0}.rte-ed h2,.rte-html h2{margin:.45em 0 .2em;font-size:1.25em;font-weight:650}.rte-ed h3,.rte-html h3{margin:.4em 0 .15em;font-size:1.08em;font-weight:650}.rte-ed ul,.rte-ed ol,.rte-html ul,.rte-html ol{margin:.2em 0;padding-left:20px}.rte-ed a,.rte-html a{color:var(--daun-ink)}.rte-ed table,.rte-html table{border-collapse:collapse;width:100%;margin:.4em 0}.rte-ed td,.rte-ed th,.rte-html td,.rte-html th{border:1px solid var(--line);padding:4px 8px}.rte-ed mark,.rte-html mark{border-radius:2px;padding:0 .12em}.print-only{display:none!important}@media (width<=900px){.modal.full{width:calc(100vw - 16px);height:92vh;max-height:92vh}}@media print{@page{size:A4;margin:0}html,body,#root{background:#fff!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}.shell,.no-print,.modal-head,.modal-foot,.a4ed-bar,.a4ed-zoombar,.a4ed-actions,.notif-dd{display:none!important}.modal-bg,.modal,.modal.full,.modal-body,.a4ed,.a4ed--preview,.a4ed-stage,.a4ed-zoom-scroll,.a4ed-zoom-sizer,.a4ed-zoom-inner,.print-page,.sheetwrap,.sheet-stack{width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important;position:static!important;inset:auto!important;overflow:visible!important;transform:none!important}.sheet-measure{display:none!important}.a4ed-zoom-inner{width:210mm!important;transform:none!important}.sheet{box-sizing:border-box;width:210mm!important;max-width:210mm!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0 auto!important;padding:11mm 14mm 8mm 12mm!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;overflow:visible!important}.sheet.pos-rcpt{width:80mm!important;max-width:80mm!important;padding:8mm 6mm!important}.print-only{display:block!important}.a4ed-desc{cursor:default!important;background:0 0!important;border:none!important;padding:0!important}.sheet table{table-layout:fixed;width:100%;max-width:100%}.sheet.sheet--a4{page-break-after:always;break-after:page;page-break-inside:avoid;break-inside:avoid;width:210mm!important;max-width:210mm!important;height:297mm!important;min-height:297mm!important;max-height:297mm!important;margin:0!important;overflow:hidden!important}.sheet.sheet--a4:last-of-type{page-break-after:auto;break-after:auto}.sheet tr,.sheet .sh-head,.sheet .sh-tots,.sheet .sh-foot{break-inside:avoid;page-break-inside:avoid}.sheet thead{display:table-header-group}.sheet .sh-logo{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.Toastify__toast-container{z-index:200;width:min(380px,100vw - 24px)}.Toastify__toast{font-family:var(--ui);color:var(--ink);border-radius:var(--r);border:1px solid var(--line);min-height:52px;padding:12px 8px 12px 14px;font-size:13.5px;font-weight:500;line-height:1.45;box-shadow:0 10px 28px #0b3b3624}.Toastify__toast--success{background:var(--daun-soft);color:var(--daun-ink);border-color:#b7ddd4}.Toastify__toast--error{background:var(--cili-soft);color:var(--cili-ink);border-color:#e8c4bc}.Toastify__toast--info{background:var(--panel);color:var(--ink)}.Toastify__toast--warning{background:var(--kunyit-soft);color:var(--kunyit-ink);border-color:#ead4a4}.Toastify__toast--default{background:var(--panel)}.Toastify__progress-bar--success{background:var(--daun)}.Toastify__progress-bar--error{background:var(--cili)}.Toastify__progress-bar--info{background:var(--daun)}.Toastify__progress-bar--warning{background:var(--kunyit)}.Toastify__progress-bar--default{background:var(--daun)}.Toastify__close-button{min-width:44px;min-height:44px;color:inherit;opacity:.7;align-self:center}.Toastify__close-button:hover,.Toastify__close-button:focus-visible{opacity:1}.Toastify__toast--success:after,.Toastify__toast--info:after,.Toastify__toast--warning:after,.Toastify__toast--error:after{content:"";border-bottom-left-radius:var(--toastify-toast-bd-radius,6px);border-bottom-right-radius:var(--toastify-toast-bd-radius,6px);transform-origin:0;pointer-events:none;height:4px;animation:linear forwards sn-toast-timer;position:absolute;bottom:0;left:0;right:0}.Toastify__toast--success:after,.Toastify__toast--info:after{background:var(--daun);animation-duration:3.2s!important}.Toastify__toast--warning:after{background:var(--kunyit);animation-duration:4s!important}.Toastify__toast--error:after{background:var(--cili);animation-duration:4.5s!important}@keyframes sn-toast-timer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.lbx{z-index:260;cursor:zoom-out;background:#0b3b36e0;place-items:center;padding:28px 56px;display:grid;position:fixed;inset:0}.lbx-fig{text-align:center;cursor:default;max-width:min(92vw,1100px);margin:0}.lbx-img{object-fit:contain;background:#fff;border-radius:12px;width:auto;max-width:min(92vw,1100px);height:auto;max-height:82vh;display:block;box-shadow:0 24px 80px #00000059}.lbx-cap{color:#fff;justify-content:center;align-items:center;gap:12px;margin-top:10px;font-size:13px;display:flex}.lbx-count{font-family:var(--mono);opacity:.75}.lbx-x,.lbx-nav{color:#fff;cursor:pointer;background:#ffffff24;border:0;border-radius:999px;place-items:center;width:40px;height:40px;font-size:20px;display:grid;position:absolute}.lbx-x:hover,.lbx-nav:hover{background:#ffffff47}.lbx-x{top:16px;right:16px}.lbx-prev{top:50%;left:12px;transform:translateY(-50%)}.lbx-next{top:50%;right:12px;transform:translateY(-50%)}.lbx-src{cursor:zoom-in}.lbx-peek{color:#fff;cursor:zoom-in;background:#0b3b36b8;border:0;border-radius:8px;place-items:center;width:28px;height:28px;font-size:14px;display:grid;position:absolute;top:6px;right:6px}.lbx-peek:hover{background:var(--pandan)}.shell{background:var(--kertas);grid-template-columns:232px minmax(0,1fr);min-height:100vh;display:grid}.side{background:var(--pandan);color:#d9e6e2;flex-direction:column;height:100vh;padding:18px 12px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;padding:2px 8px 16px;display:flex}.mark{background:var(--daun);color:#fff;width:32px;height:32px;font-family:var(--disp);border-radius:9px;flex:none;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.brand .nm{font-family:var(--disp);color:#fff;font-size:16px;font-weight:600}.brand .org{color:#9db8b1;font-size:11px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav-filter{padding:0 8px 10px;display:block}.nav-filter .f{color:#e8f2ef;background:#123f39;border-color:#1c554d;width:100%}.nav-filter .f::placeholder{color:#7fa39a}.nav-pane{scrollbar-width:none;flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.nav-pane::-webkit-scrollbar{display:none}.grp{letter-spacing:.08em;text-transform:uppercase;color:#7fa39a;padding:14px 10px 6px;font-size:10.5px}.nv{color:#c9dad5;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-family:inherit;font-size:14px;font-weight:500;transition:background .18s,color .18s,border-color .18s;display:flex}.nv i{text-align:center;flex:none;width:18px;font-size:17px}.nv:hover{background:var(--pandan-2)}.nv.on{background:var(--daun);color:#fff}.nv.lock{color:#6e8d86;cursor:default}.nv.lock:hover{background:0 0}.nv .tag{color:#9db8b1;background:#123f39;border:1px solid #1c554d;border-radius:999px;align-items:center;gap:4px;margin-left:auto;padding:1px 7px;font-size:10px;display:inline-flex}.me{border-top:1px solid #1c554d;align-items:center;gap:10px;margin-top:auto;padding:12px 10px 4px;display:flex}.ava{color:#cde7e0;background:#1c554d;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:600;display:flex}button.ava{cursor:pointer;font:inherit;border:none;padding:0}.me-out{color:#9db8b1;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;margin-left:auto;padding:4px;font-size:15px}.me-out:hover{color:#fff;background:#1c554d}.plat-auth{background:linear-gradient(160deg,#0b3b36 0%,#0f2926 50%,#0c4a6e 100%);place-items:center;min-height:100vh;padding:28px;display:grid}.plat-auth .box{background:#fff;border-radius:14px;width:100%;max-width:400px;padding:28px;box-shadow:0 24px 48px #0b201c59}.powered{color:#7fa39a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 10px 0;font-family:inherit;font-size:10.5px;transition:color .18s;display:flex}.powered:hover{color:#cde7e0}.powered:focus-visible{outline:2px solid var(--mint);outline-offset:2px}.powered-logo{width:auto;height:30px;display:block}.main{flex-direction:column;min-width:0;display:flex}.top{border-bottom:1px solid var(--line);background:var(--panel);z-index:30;align-items:center;gap:14px;padding:12px 22px;display:flex;position:sticky;top:0}.crumb{font-family:var(--mono);color:var(--mut);font-size:12px}.body{flex-direction:column;gap:16px;padding:22px;display:flex}.shell.ops .side{background:#0f2926}.shell.ops .brand .nm{font-size:15px}.shell.ops .brand .org{color:#7fa39a}.shell.ops .mark{background:0 0}.shell.ops .nv{padding:7px 10px;font-size:13px}.shell.ops .nv.on{background:#0369a1}.shell.ops .grp{padding-top:10px}.shell.ops .top{background:#f1f5f9}.shell.ops .crumb{color:#64748b}.srch{color:#94a3b8;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:8px;width:260px;padding:6px 14px;font-size:13px;display:flex;position:relative}.srch:focus-within{border-color:var(--daun);box-shadow:0 0 0 3px var(--daun-soft)}.srch input.f{width:180px;min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:0}.ops-search-hits{z-index:40;width:320px;margin:0;padding:8px 0;position:absolute;top:calc(100% + 8px);left:0}.ops-search-hit{width:100%;font:inherit;text-align:left;border:none;border-bottom:1px solid var(--line);cursor:pointer;background:0 0;align-items:center;gap:10px;padding:8px 14px;display:flex}.ops-search-hit:hover{background:#f8fafc}.shell.ops .body{gap:14px}.shell.ops .kpi .v{letter-spacing:-.3px;font-size:22px}.shell.ops button.kpi{font:inherit;text-align:left;cursor:pointer}:is(.modal.screen .modal-body:has(.plat-tick),.modal.full .modal-body:has(.plat-tick)){overflow:hidden}.plat-tick{flex:1;align-items:stretch;min-height:0;display:flex}.plat-tick-thread{flex-direction:column;flex:auto;gap:10px;min-width:0;padding:18px 22px 24px;display:flex;overflow:auto}.plat-tick-msg{border-radius:var(--r);padding:10px 12px;font-size:13px}.plat-tick-msg.tenant{background:var(--kertas)}.plat-tick-msg.staff{background:var(--daun-soft)}.plat-tick-msg.internal{background:var(--kunyit-soft)}.plat-tick-rail{background:var(--panel);border-left:1px solid var(--line);flex-direction:column;flex:none;gap:10px;width:380px;max-width:42vw;padding:14px 16px 20px;display:flex;overflow:auto}@media (width<=900px){.plat-tick{flex-direction:column}.plat-tick-rail{border-left:none;border-top:1px solid var(--line);width:auto;max-width:none;max-height:48vh}}.shell.ops .tbl th{letter-spacing:.04em}.reauth-bar{flex-shrink:0;align-items:center;gap:6px;display:flex}.reauth-bar .f{width:140px;min-height:32px}.reauth-bar .f.reauth-totp{width:96px}.reauth-bar .note{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:12px;overflow:hidden}.badge-2fa{background:var(--daun-soft);color:var(--daun-ink);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.ann-prev{background:var(--kunyit-soft);border-color:#e8c878}.ann-prev.info{background:var(--daun-soft);border-color:#a8d4c8}.ann-prev.critical{background:var(--cili-soft);border-color:#e7c3bc}.mobbar{z-index:40;background:var(--pandan);border-top:1px solid #1c554d;justify-content:space-around;gap:4px;padding:8px 6px;display:none;position:fixed;bottom:0;left:0;right:0}.mobbar button{font:inherit;color:#c9dad5;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:6px 8px;font-size:10px;display:flex}.mobbar button i{font-size:18px}.mobbar button.on{color:#fff;background:#0369a1}.nv:focus-visible{outline:2px solid var(--daun);outline-offset:2px;border-radius:6px}@media (width<=900px){.shell{grid-template-columns:1fr}.side{display:none}.mobbar{display:flex}.mobbar button{min-width:56px;min-height:44px}.body{padding:16px 14px 84px}.srch{width:min(220px,40vw)}}
