:root{color:#172033;background:#e8eef8;font-family:Inter,ui-sans-serif,system-ui,Segoe UI,Arial}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#dbeafe 0,#f8fbff 35%,#e7eef9 100%);min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}.glass{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffab;border:1px solid #ffffffb3;border-radius:22px;box-shadow:0 20px 50px #23375a21}.appShell{min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;z-index:5;background:#0c162dd1;flex-direction:column;gap:18px;width:275px;padding:22px;display:flex;position:fixed;inset:0 auto 0 0}.brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:13px;padding-bottom:16px;display:flex}.brand span{color:#b9c5d9;font-size:13px;display:block}.brandMark{color:#fff;background:linear-gradient(135deg,#a41723,#ff5b6c);border-radius:14px;place-items:center;width:42px;height:42px;font-weight:900;display:grid;box-shadow:0 10px 25px #a4172347}.brandMark.big{width:66px;height:66px;margin:auto;font-size:24px}.sidebar nav{gap:8px;display:grid}.sidebar button{color:#dce7ff;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;width:100%;padding:12px 14px;display:flex}.sidebar button.active,.sidebar button:hover{color:#fff;background:#ffffff21}.logout{background:#ffffff14!important;margin-top:auto!important}main{width:calc(100% - 275px);margin-left:275px;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:16px;height:78px;margin-bottom:24px;display:flex}.topbar h1{margin:0;font-size:25px}.topbar p{color:#667085;margin:4px 0 0}.hamb{background:#fff;border:0;border-radius:14px;padding:10px;display:none}.primary,.secondary,.danger,.success{border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;display:inline-flex}.primary{color:#fff;background:linear-gradient(135deg,#9d1320,#d52e3c)}.secondary{color:#26344d;background:#fff;border:1px solid #dbe4f0}.danger{color:#fff;background:#d92d20}.success{color:#fff;background:#039855}.small{padding:8px 12px;font-size:13px}.block{width:100%}.pageStack{gap:18px;display:grid}.hero{justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex}.hero h2{margin:0 0 8px}.hero p{color:#667085;margin:0}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;padding:14px;display:flex}.searchBox{background:#fff;border:1px solid #dce4ef;border-radius:14px;flex:1;align-items:center;gap:8px;min-width:290px;padding:0 12px;display:flex}.searchBox input,.toolbar input,.toolbar select,.field input,.field select,.formGrid input,.formGrid select{background:#fff;border:1px solid #dce4ef;border-radius:14px;outline:none;width:100%;padding:12px}.gridCards{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px;display:grid}.customerCard{gap:10px;padding:18px;display:grid}.customerCard h3{margin:0;font-size:20px}.customerCard p{margin:0}.muted,.meta{color:#667085}.meta{gap:3px;font-size:13px;display:grid}.cardTop{justify-content:space-between;display:flex}.num{color:#98a2b3;font-weight:900}.badge{color:#344054;background:#eef2ff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.badge.ok{color:#027a48;background:#d1fadf}.badge.warn{color:#b54708;background:#fef0c7}.badge.bad{color:#b42318;background:#fee4e2}.map{color:#1d4ed8;align-items:center;gap:5px;text-decoration:none;display:inline-flex}.tabs{gap:8px;padding:10px;display:flex;overflow:auto}.tabs button{color:#667085;white-space:nowrap;background:0 0;border:0;border-radius:14px;padding:12px 16px;font-weight:800}.tabs button.active{color:#fff;background:#101828}.tabs button:disabled{opacity:.4}.section{padding:22px}.section h3{align-items:center;gap:8px;margin:0 0 16px;display:flex}.subsection{background:#ffffff8c;border:1px solid #e4e7ec;border-radius:18px;margin:14px 0;padding:16px}.formGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.field{color:#344054;gap:7px;font-weight:700;display:grid}.field span{font-size:13px}.field a{color:#155eef;margin-left:6px;font-weight:800;text-decoration:none}.summary{background:#f8fafc;border:1px solid #e4e7ec;border-radius:16px;grid-template-columns:minmax(160px,1fr) 1fr;gap:8px;margin:14px 0;padding:15px;display:grid}.summary span{text-align:right}.approvalBox{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.alert{border-radius:16px;padding:13px 16px;font-weight:700}.alert.ok{color:#027a48;background:#d1fadf}.alert.error{color:#b42318;background:#fee4e2}.alert.info{color:#075985;background:#e0f2fe}.tableWrap{overflow:auto}.tableWrap table{border-collapse:collapse;background:#fff;border-radius:14px;width:100%;min-width:900px;overflow:hidden}.tableWrap th,.tableWrap td{text-align:left;vertical-align:top;border-bottom:1px solid #eef2f6;padding:12px 14px}.tableWrap th{color:#fff;background:#101828;position:sticky;top:0}.kpiGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.kpi{padding:22px}.kpi span{color:#667085}.kpi b{margin-top:8px;font-size:28px;display:block}.loginPage{place-items:center;min-height:100vh;padding:20px;display:grid}.loginCard{text-align:center;gap:15px;width:min(430px,100%);padding:34px;display:grid}.loginCard h1{margin:0}.loginCard p{color:#667085;margin:0}.loginCard label{text-align:left;gap:8px;font-weight:700;display:grid}.loginCard input{border:1px solid #dce4ef;border-radius:14px;padding:13px}.splash{color:#344054;place-items:center;min-height:100vh;font-weight:800;display:grid}.spinner{border:4px solid #e4e7ec;border-left-color:#b42318;border-radius:50%;width:34px;height:34px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modalShade{z-index:20;background:#0f172a80;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{width:min(520px,100%);padding:24px}.actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}@media (width<=900px){.sidebar{transition:all .2s;transform:translate(-105%)}.sidebar.open{transform:translate(0)}main{width:100%;margin-left:0;padding:16px}.hamb{display:inline-flex}.topbar{align-items:flex-start;height:auto}.topbar .primary{display:none}.hero{display:grid}.summary{grid-template-columns:1fr}.summary span{text-align:left}}.sidebar{max-height:100vh;overflow-y:auto}.sidebar nav{padding-right:4px;overflow-y:auto}.navBackdrop{display:none}.gpsBadge{border-radius:0 0 12px;align-items:center;gap:6px;margin:-8px 0 16px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.gpsBadge.ok{color:#027a48;background:#ecfdf3}.gpsBadge.bad{color:#b42318;background:#fff1f3}.fileField em{color:#667085;font-size:11px;font-style:normal}.kpiInline{background:#fff;border:1px solid #e4e7ec;border-radius:16px;gap:2px;padding:10px 14px;display:grid}.kpiInline b{font-size:20px}.kpiInline span{color:#667085;font-size:12px}.arCards{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px;display:grid}.arCard{background:#fffc;border:1px solid #e4e7ec;border-radius:18px;gap:9px;padding:16px;display:grid}.arCard b{font-size:16px}.arCard span{color:#667085;font-size:12px;display:block}.arCard p{color:#344054;margin:0}.arMeta{grid-template-columns:1fr 1fr;gap:6px;display:grid}.arMeta span{background:#f8fafc;border-radius:10px;padding:7px}.modal.large{width:min(760px,100%);max-height:92vh;overflow:auto}.modalHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.infoGrid{background:#f8fafc;border:1px solid #e4e7ec;border-radius:16px;grid-template-columns:150px 1fr;gap:8px;padding:14px;display:grid}.historyItem{background:#fff;border:1px solid #e4e7ec;border-radius:14px;margin:10px 0;padding:12px}.historyItem img{object-fit:contain;border-radius:12px;width:100%;max-height:360px;margin-top:8px;display:block}.tableWrap{max-height:70vh;overflow:auto}.tableWrap th{z-index:2;position:sticky;top:0}.tableWrap table{min-width:900px}.field input[type=file]{background:#fff;padding:10px}.field input[type=file]::file-selector-button{color:#fff;background:#101828;border:0;border-radius:12px;margin-right:10px;padding:9px 12px;font-weight:800}@media (width<=900px){.navBackdrop{z-index:4;background:#0f172a73;display:block;position:fixed;inset:0}.sidebar{height:100dvh}.topbar{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e8eef8d9;padding:10px 0;position:sticky;top:0}.gpsBadge{z-index:2;position:sticky;top:66px}.toolbar{align-items:stretch}.toolbar>.field{flex:1;min-width:140px}.toolbar input,.toolbar select,.toolbar button,.toolbar a{justify-content:center;width:100%}.arCards{grid-template-columns:1fr}.modalShade{align-items:start;overflow:auto}.modal.large{margin-top:10px}.infoGrid{grid-template-columns:1fr}.tableWrap table{min-width:720px}.section{padding:16px}.formGrid{grid-template-columns:1fr}}.topbarTitle{flex:1;min-width:0}.branchScope{white-space:nowrap;color:#334155;background:#ffffff8c;border:1px solid #ffffff8c;border-radius:14px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:inline-flex;box-shadow:0 8px 24px #0f172a14}.branchScope select{color:#0f172a;background:#ffffffd9;border:1px solid #94a3b88c;border-radius:10px;width:auto;min-width:150px;margin:0;padding:7px 30px 7px 10px;font-weight:700}.branchScope select:disabled{opacity:.65;cursor:wait}@media (width<=760px){.topbar{align-items:stretch;gap:10px}.branchScope{justify-content:flex-start;width:100%}.branchScope select{flex:1;min-width:0}}.chartBox{width:100%;min-height:320px}.pieChartBox{overflow:hidden}@media (width<=640px){.pieChartBox{min-height:380px}}.arPieSection{text-align:center}.arPieSection .pieTitle{letter-spacing:.02em;color:#4b5563;justify-content:center;margin-bottom:4px;font-size:22px}.pieTotal{color:#667085;margin-bottom:8px;font-size:15px}.arPieSection .recharts-pie-label-text{font-size:13px;font-weight:700}.arPieSection .recharts-legend-wrapper{font-size:12px}.pieTooltip{text-align:left;background:#fffffff5;border:1px solid #e4e7ec;border-radius:12px;gap:4px;padding:10px 12px;display:grid;box-shadow:0 12px 28px #0f172a1f}.pieTooltip span{color:#475467;font-weight:800}@media (width<=640px){.arPieSection .recharts-pie-label-text{font-size:11px}.pieChartBox{min-height:430px}}.tableWrap{-webkit-overflow-scrolling:touch;background:#ffffffe0;border:1px solid #e2e8f0e6;border-radius:16px;width:100%;max-height:min(68vh,640px);position:relative;overflow:auto}.tableWrap table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;border-radius:0!important;overflow:visible!important}.tableWrap thead th,.tableWrap th{box-shadow:0 1px #ffffff14,0 2px 10px #0f172a1a;z-index:10!important;color:#fff!important;background:#101828!important;position:sticky!important;top:0!important}.tableWrap tbody td,.tableWrap thead th{white-space:nowrap}.tableWrap tbody tr:nth-child(2n) td{background:#f8fafcdb}.tableWrap tbody tr:hover td{background:#eef6ff}.tableWrap td:first-child,.tableWrap th:first-child{border-left:0}.section>.tableWrap{margin-top:8px}@media (width<=900px){.tableWrap{max-height:62vh}.tableWrap th,.tableWrap td{padding:10px 12px;font-size:13px}}.appShell{width:100%;min-width:0}.sidebar{z-index:30;flex:0 0 275px;width:275px;transition:width .2s,transform .2s}.sidebar .brandText,.sidebar nav button span,.sidebar .logout span{transition:opacity .15s}.appShell.navCollapsed .sidebar{width:78px;padding:18px 12px}.appShell.navCollapsed .sidebar .brand{justify-content:center}.appShell.navCollapsed .sidebar .brandText,.appShell.navCollapsed .sidebar nav button span,.appShell.navCollapsed .sidebar .logout span{display:none}.appShell.navCollapsed .sidebar nav button,.appShell.navCollapsed .sidebar .logout{justify-content:center;padding:12px}.mainContent{min-width:0;max-width:100%;transition:margin-left .2s,width .2s}.appShell.navCollapsed .mainContent{width:calc(100% - 78px);margin-left:78px}.topbar.glass{height:auto;min-height:82px;margin-bottom:24px;padding:14px 18px;overflow:visible}.topbarLeft{flex:auto;align-items:center;gap:12px;min-width:0;display:flex}.topbarActions{flex:0 auto;justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.topbarTitle{min-width:0;overflow:hidden}.topbarTitle h1,.topbarTitle p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hamb{z-index:2;flex:none;justify-content:center;align-items:center;position:relative;display:inline-flex!important}.branchScope{min-width:260px;max-width:min(460px,42vw)}.branchScope select{min-width:170px;max-width:100%}.pageStack,.glass,.section,.toolbar{min-width:0;max-width:100%}.toolbar{z-index:1;position:relative}.toolbar button,.toolbar a,.collectionToolbar button{pointer-events:auto;z-index:2;position:relative}.collectionToolbar{grid-template-columns:1fr 220px 220px minmax(140px,220px) minmax(140px,220px);align-items:end;display:grid}.collectionToolbar h2{align-self:center;margin:0 0 8px}.collectionToolbar .field{min-width:0}.collectionToolbar .primary,.collectionToolbar .secondary{width:100%;min-height:58px}.tableWrap{overscroll-behavior:auto;width:100%;max-width:100%;max-height:68vh;overflow:auto!important}.tableWrap table{table-layout:auto;width:max-content!important;min-width:100%!important}.tableWrap thead{z-index:20;position:sticky;top:0}.tableWrap thead th,.tableWrap th{z-index:21!important;position:sticky!important;top:0!important}.tableWrap td,.tableWrap th{max-width:420px}.tableWrap td{overflow-wrap:anywhere}.tableWrap td:not(:has(a)):not(:has(button)){white-space:nowrap}.tableWrap::-webkit-scrollbar{width:10px;height:10px}.tableWrap::-webkit-scrollbar-thumb{background:#64748b73;border-radius:999px}@media (width>=901px){.navBackdrop{display:none!important}.sidebar{transform:none!important}.mainContent{width:calc(100% - 275px);margin-left:275px}.topbar{flex-wrap:nowrap}}@media (width<=900px){.appShell.navCollapsed .mainContent,.mainContent{width:100%;margin-left:0;padding:12px}.appShell.navCollapsed .sidebar{width:275px;padding:22px}.appShell.navCollapsed .sidebar .brandText,.appShell.navCollapsed .sidebar nav button span,.appShell.navCollapsed .sidebar .logout span{display:block}.appShell.navCollapsed .sidebar nav button,.appShell.navCollapsed .sidebar .logout{justify-content:flex-start;padding:12px 14px}.topbar.glass{gap:12px;margin-bottom:16px;padding:12px;display:grid;position:relative;top:auto}.topbarLeft{align-items:flex-start;width:100%}.topbarTitle h1{white-space:normal;font-size:24px;line-height:1.15}.topbarTitle p{white-space:normal;font-size:13px;line-height:1.35}.topbarActions{grid-template-columns:1fr;gap:10px;width:100%;display:grid}.topbarActions .primary.small{width:100%;min-height:44px;display:inline-flex}.branchScope{white-space:normal;grid-template-columns:auto 1fr;gap:8px 10px;width:100%;min-width:0;max-width:100%;display:grid}.branchScope select{grid-column:1/-1;width:100%;min-width:0;height:44px}.hamb{border-radius:16px;width:48px;height:48px}.collectionToolbar{grid-template-columns:1fr;align-items:stretch;gap:12px}.collectionToolbar h2{font-size:24px}.collectionToolbar .primary,.collectionToolbar .secondary{min-height:54px}.tableWrap{max-height:62vh}}@media (width<=520px){.mainContent{padding:10px}.topbarTitle h1{font-size:22px}.glass{border-radius:18px}.toolbar,.section{padding:14px}}.sidebarTop{justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.sidebarTop .brand{min-width:0;margin:0}.navToggle{color:#182235;cursor:pointer;background:#ffffffdb;border:1px solid #e2e8f0e6;border-radius:15px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 10px 22px #0f172a14}.navToggle:hover{transform:translateY(-1px)}.appShell.navCollapsed .sidebarTop{justify-content:center}.appShell.navCollapsed .sidebarTop .brand{display:none}@media (width>=901px){.topbar .hamb{display:none!important}}@media (width<=900px){.sidebarTop{margin-bottom:14px}.navToggle{display:inline-flex}}.tableWrap{touch-action:auto;overscroll-behavior:auto!important;overscroll-behavior-x:auto!important;overscroll-behavior-y:auto!important;max-height:min(66vh,620px)!important;overflow:auto!important}.tableWrap table{width:max-content!important;min-width:100%!important}.tableWrap thead,.tableWrap thead th,.tableWrap th{z-index:30!important;position:sticky!important;top:0!important}.tableWrap td.wrapCell{overflow-wrap:anywhere;min-width:260px;max-width:520px;line-height:1.45;white-space:normal!important}.tableWrap td:has(.linkButton){text-align:center}.linkButton{color:#0b5dbb;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:6px 10px;font-weight:900;text-decoration:underline}.linkButton:hover{background:#eef6ff}.imageShade{z-index:100;padding:18px}.imagePreviewModal{width:min(940px,96vw);max-height:94vh;padding:18px;overflow:auto}.imagePreviewModal img{object-fit:contain;background:#111827;border-radius:18px;width:100%;max-height:78vh;display:block;box-shadow:0 22px 70px #0f172a57}@media (width<=900px){.tableWrap{max-height:60vh!important}.tableWrap td.wrapCell{min-width:220px;max-width:340px}.imagePreviewModal{width:100%;max-height:92vh;padding:12px}.imagePreviewModal img{max-height:76vh}}.mainContent{overflow-y:visible}.tableWrap{overscroll-behavior:auto!important;overscroll-behavior-y:auto!important;overscroll-behavior-x:auto!important}.absensiGateAlert{margin:-8px 0 16px}.absensiPage .hero{align-items:center}.absensiSelfGrid{grid-template-columns:minmax(260px,360px) 1fr;align-items:start;gap:18px;display:grid}.absensiPhotoBox{background:#f8fafcd1;border:1px dashed #cbd5e1;border-radius:22px;place-items:center;min-height:320px;display:grid;overflow:hidden}.photoPreviewBtn{background:0 0;border:0;width:100%;height:100%;min-height:320px;padding:0;display:block}.photoPreviewBtn img{object-fit:contain;width:100%;height:100%;max-height:520px;display:block}.noPhoto{color:#667085;text-align:center;place-items:center;gap:10px;font-weight:800;display:grid}.absensiForm{gap:14px;display:grid}.approvalPhpBox{padding:0;overflow:hidden}.approvalHeader{color:#fff;text-align:center;background:#a40000;grid-template-columns:1fr 280px;gap:12px;padding:14px 18px;font-size:16px;display:grid}.approvalList{background:#fff;max-height:74vh;overflow:auto}.approvalRow{border-bottom:1px solid #e5e7eb;grid-template-columns:1fr 280px;align-items:start;gap:12px;padding:16px;display:grid}.employeeCell{align-items:flex-start;gap:14px;min-width:0;display:flex}.employeeCell b{color:#0f172a;margin-bottom:4px;font-size:17px;display:block}.employeeCell span,.employeeCell small{color:#475467;margin-top:4px;display:block}.employeeCell em{margin-top:6px;font-style:normal;display:inline-flex}.employeePhoto,.employeeNoImage{color:#98a2b3;background:#e5e7eb;border:0;border-radius:6px;flex:0 0 92px;place-items:center;width:92px;height:92px;display:grid;overflow:hidden}.employeePhoto img{object-fit:cover;width:100%;height:100%;display:block}.approvalCell{color:#475467;justify-items:start;gap:8px;display:grid}.approvalCell i{color:#667085}.approvalBtns{flex-wrap:wrap;gap:8px;display:flex}.evidenceZoom{width:min(920px,96vw);max-height:94vh;overflow:auto}.evidenceZoom img{object-fit:contain;background:#f8fafc;border-radius:16px;width:100%;max-height:82vh;display:block}.rekapAbsensiTable table{min-width:1180px!important}.rekapAbsensiTable th:first-child,.rekapAbsensiTable td:first-child{z-index:15;background:#fff;min-width:220px;position:sticky;left:0}.rekapAbsensiTable thead th:first-child,.rekapAbsensiTable tfoot th:first-child{color:#fff;z-index:35;background:#101828!important}.absenCell{vertical-align:top;min-width:150px;white-space:normal!important}.absenCell b,.absenCell span{display:block}.absenCell span{color:#667085;margin:4px 0;font-size:12px}.okCell{background:#ecfdf3!important}.badCell{background:#fff1f3!important}.rekapAbsensiTable tfoot th{color:#fff;z-index:20;position:sticky;bottom:0;background:#101828!important}@media (width<=900px){.absensiSelfGrid,.approvalHeader,.approvalRow{grid-template-columns:1fr}.approvalHeader b:nth-child(2){display:none}.approvalCell{padding-left:106px}.approvalList{max-height:70vh}}@media (width<=520px){.employeePhoto,.employeeNoImage{flex-basis:74px;width:74px;height:74px;font-size:12px}.approvalCell{padding-left:88px}}.masterTableHeader{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:14px;margin-bottom:12px;display:flex}.masterTableHeader h3{margin:0}.masterFilterCabang{min-width:240px;max-width:360px;margin-left:auto}.rowActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.confirmModal p{line-height:1.55}.confirmModal h3{margin-top:0}@media (width<=700px){.masterTableHeader{align-items:stretch}.masterFilterCabang{width:100%;max-width:100%;margin-left:0}.rowActions{grid-template-columns:1fr 1fr;display:grid}.rowActions button{width:100%}}.absensiGateModal{width:min(460px,94vw)}.absensiGateModal p{color:#344054;margin:8px 0 18px;line-height:1.6}.modalActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.cameraOnlyBox{background:#f8fafce6;border:1px solid #cbd5e1f2;border-radius:18px;gap:10px;padding:14px;display:grid}.cameraOnlyBox>span{color:#101828;font-weight:900}.cameraOnlyBox>p{color:#667085;margin:0;line-height:1.45}.cameraLiveBox{gap:12px;display:grid}.cameraLiveBox video{object-fit:cover;background:#111827;border-radius:18px;width:100%;max-height:440px;transform:scaleX(-1)}.cameraActions{flex-wrap:wrap;gap:10px;display:flex}@media (width<=520px){.modalActions{grid-template-columns:1fr;display:grid}.modalActions button,.cameraActions button{width:100%}}.rekapAbsensiTable{position:relative}.rekapAbsensiTable .rekapUserCell small{color:#667085;margin-top:6px;font-size:11px;font-weight:900;display:block}.rekapAbsensiTable th:first-child,.rekapAbsensiTable td:first-child{min-width:230px;box-shadow:8px 0 14px #0f172a14;z-index:45!important;background:#fff!important;position:sticky!important;left:0!important}.rekapAbsensiTable thead th:first-child{z-index:80!important;color:#fff!important;background:#101828!important;top:0!important}.rekapAbsensiTable tfoot th:first-child{box-shadow:8px 0 14px #0f172a2e;z-index:75!important;color:#fff!important;background:#101828!important;left:0!important}.rekapAbsensiTable tbody td:first-child{z-index:50!important}.rekapAbsensiTable thead th:not(:first-child),.rekapAbsensiTable tfoot th:not(:first-child){z-index:35!important}.mobileRowInfo{display:none}@media (width<=900px){.rekapAbsensiTable table{min-width:980px!important}.rekapAbsensiTable th:first-child,.rekapAbsensiTable td:first-child,.rekapAbsensiTable thead th:first-child,.rekapAbsensiTable tfoot th:first-child{min-width:170px;z-index:auto!important;box-shadow:none!important;position:static!important;left:auto!important}.rekapAbsensiTable thead th:first-child,.rekapAbsensiTable tfoot th:first-child{color:#fff!important;background:#101828!important}.rekapAbsensiTable .rekapUserCell{min-width:170px;white-space:normal!important}.rekapAbsensiTable .rekapUserCell b{font-size:12px}.rekapAbsensiTable .rekapUserCell span,.rekapAbsensiTable .rekapUserCell small{font-size:10px}.rekapAbsensiTable .absenCell{min-width:158px;padding-top:8px!important}.mobileRowInfo{color:#344054;background:#ffffffbd;border:1px solid #e2e8f0d9;border-radius:10px;margin:-2px 0 8px;padding:6px 7px;line-height:1.25;display:block}.mobileRowInfo b,.mobileRowInfo span{margin:0;display:block}.mobileRowInfo b{text-overflow:ellipsis;white-space:nowrap;color:#101828;max-width:132px;font-size:11px;overflow:hidden}.mobileRowInfo span{color:#667085;font-size:10px}}.reportToolbar{flex-wrap:wrap;align-items:flex-start;gap:12px}.smallText{font-size:12px;line-height:1.45}.uploadPanel{flex-direction:column;gap:12px;display:flex}.sectionTitleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.uploadForm{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.fileInputLabel{color:#344054;flex-direction:column;gap:7px;min-width:min(340px,100%);font-size:12px;font-weight:800;display:flex}.fileInputLabel input[type=file]{background:#fff;border:1px solid #d0d5dd;border-radius:14px;min-height:44px;padding:10px}.ghostBtn{color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:999px;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.ghostBtn:hover{background:#f8fafc}.numCell{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}@media (width<=700px){.uploadForm{align-items:stretch}.uploadForm .primary,.ghostBtn,.reportToolbar input{width:100%}}.rekapAbsensiTable{isolation:isolate;max-height:min(72vh,720px)!important;position:relative!important;overflow:auto!important}.rekapAbsensiTable table{border-collapse:separate!important;border-spacing:0!important}.rekapAbsensiTable thead,.rekapAbsensiTable thead tr,.rekapAbsensiTable thead th{z-index:120!important;position:sticky!important;top:0!important}.rekapAbsensiTable thead th{color:#fff!important;background:#101828!important;box-shadow:0 3px #101828e6,0 10px 18px #0f172a1f!important}.rekapAbsensiTable tbody td,.rekapAbsensiTable tbody th{z-index:1;position:relative}.rekapAbsensiTable tfoot,.rekapAbsensiTable tfoot tr,.rekapAbsensiTable tfoot th{z-index:115!important;color:#fff!important;background:#101828!important;position:sticky!important;top:auto!important}.rekapAbsensiTable tfoot tr:last-child th{bottom:0!important}.rekapAbsensiTable tfoot tr:first-child th{bottom:44px!important}.rekapAbsensiTable tfoot th{box-shadow:0 -3px #101828e6,0 -10px 18px #0f172a1f!important}.rekapAbsensiTable tbody td:first-child{z-index:70!important;background:#fff!important;position:sticky!important;left:0!important;box-shadow:8px 0 16px #0f172a1a!important}.rekapAbsensiTable thead th:first-child{z-index:160!important;left:0!important}.rekapAbsensiTable tfoot th:first-child{z-index:150!important;left:0!important;box-shadow:8px 0 16px #0f172a2e,0 -3px #101828e6,0 -10px 18px #0f172a1f!important}.rekapAbsensiTable th,.rekapAbsensiTable td{background-clip:padding-box!important}@media (width<=900px){.rekapAbsensiTable{max-height:68vh!important}.rekapAbsensiTable tbody td:first-child,.rekapAbsensiTable thead th:first-child,.rekapAbsensiTable tfoot th:first-child{z-index:inherit!important;box-shadow:none!important;position:sticky!important;left:auto!important}.rekapAbsensiTable tbody td:first-child{background:#fff!important;position:static!important}.rekapAbsensiTable thead th:first-child{color:#fff!important;z-index:120!important;background:#101828!important;position:sticky!important;top:0!important}.rekapAbsensiTable tfoot th:first-child{color:#fff!important;background:#101828!important;left:auto!important}}:root{--kss-navy:#0b1220;--kss-blue:#1e3a5f;--kss-red:#a80916;--kss-paper:#ffffffd1}html,body,#root{min-height:100%}body{background-attachment:fixed;position:relative;background:radial-gradient(circle at 12% 6%,#1e3a5f2e 0,#1e3a5f00 32%),radial-gradient(circle at 88% 12%,#a8091621 0,#a8091600 30%),linear-gradient(135deg,#eef3f8 0%,#f8fafc 42%,#e8eef6 100%)!important}body:before{content:"";pointer-events:none;z-index:0;opacity:.95;background-image:repeating-linear-gradient(135deg,#0b12200e 0 1px,#0000 1px 18px),repeating-linear-gradient(45deg,#a809160a 0 1px,#0000 1px 34px),radial-gradient(circle at 1px 1px,#1e3a5f1f 1px,#0000 1.7px);background-size:36px 36px,72px 72px,24px 24px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000f2,#000000ad);mask-image:linear-gradient(#000000f2,#000000ad)}body:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(90deg,#ffffffb3,#ffffff4d 45%,#ffffffa6),radial-gradient(circle at 50% 0,#ffffff94,#0000 46%);position:fixed;inset:0}#root{z-index:1;position:relative}.glass,.section,.toolbar,.topbar.glass,.loginCard,.customerCard,.arCard,.kpi{background:var(--kss-paper)!important;border:1px solid #ffffffb8!important;box-shadow:0 18px 45px #0f172a1a!important}.sidebar{border-right:1px solid #ffffff1a;background:linear-gradient(#0b1220f5,#101828f5 55%,#530d16f5)!important}.sidebar:before{content:"";pointer-events:none;opacity:.22;background-image:repeating-linear-gradient(135deg,#ffffff2e 0 1px,#0000 1px 24px);position:absolute;inset:0}.sidebar>*{z-index:1;position:relative}.primary{box-shadow:0 10px 20px #a809162e;background:linear-gradient(135deg,#8f0713 0%,#bd1f2d 52%,#d43a46 100%)!important}.tableWrap{box-shadow:0 18px 40px #0f172a14;background:#ffffffc7!important}.tableWrap thead th,.tableWrap th,.rekapAbsensiTable thead th,.rekapAbsensiTable tfoot th{background:linear-gradient(#111827,#0b1220)!important}@media (width<=900px){body:before{opacity:.65;background-size:42px 42px,84px 84px,28px 28px}body:after{background:#f8fafc7a}.glass,.section,.toolbar,.topbar.glass,.customerCard,.arCard,.kpi{box-shadow:0 10px 24px #0f172a14!important}}.settingsPage .hero h2,.kanvasingPage .hero h2{align-items:center;gap:10px;display:flex}.settingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.settingCard{flex-direction:column;justify-content:space-between;gap:16px;display:flex}.settingCard p{color:#64748b;margin:6px 0 0;line-height:1.55}.toggleBtn{cursor:pointer;border:0;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:14px 18px;font-weight:900;display:flex;box-shadow:0 10px 24px #0f172a1f}.toggleBtn.on{color:#fff;background:linear-gradient(135deg,#dc2626,#991b1b)}.toggleBtn.off{color:#334155;background:#e5e7eb}.saveSettingsBtn{align-self:flex-start}.kanvasingInput form{flex-direction:column;gap:16px;display:flex}.gpsCaptureBox{background:linear-gradient(135deg,#ffffffe6,#eff6ffbf);border:1px solid #94a3b859;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.gpsCaptureBox b{align-items:center;gap:8px;display:flex}.gpsCaptureBox p{color:#0f172a;margin:5px 0;font-weight:900}.gpsCaptureBox small{color:#64748b}.capturedPreview{border:1px solid #94a3b859;border-radius:18px;width:min(100%,420px);box-shadow:0 16px 32px #0f172a2e}.kanvasingTable .wrapCell{white-space:normal;min-width:240px}.kanvasingDashboard .sectionHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.kanvasingLegend{flex-wrap:wrap;gap:10px;margin:10px 0 14px;display:flex}.kanvasingLegend span{background:#ffffffc2;border:1px solid #94a3b847;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:13px;font-weight:800;display:inline-flex}.kanvasingLegend i{border-radius:999px;width:12px;height:12px;display:inline-block}.kanvasingMapBox{background:radial-gradient(circle at 18% 20%,#3b82f633,#0000 20%),radial-gradient(circle at 82% 72%,#dc262629,#0000 24%),linear-gradient(135deg,#e0f2fe,#f8fafc 48%,#fff1f2);border:1px solid #94a3b859;border-radius:22px;height:360px;margin-bottom:16px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #fffc}.kanvasingMapBox:before{content:"";background-image:linear-gradient(#0f172a0f 1px,#0000 1px),linear-gradient(90deg,#0f172a0f 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0}.emptyMap{color:#64748b;justify-content:center;align-items:center;font-weight:900;display:flex;position:absolute;inset:0}.mapMarker{z-index:2;border-radius:999px;width:18px;height:18px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 5px #ffffffbf,0 12px 24px #0f172a38}.mapMarker span{white-space:nowrap;color:#fff;opacity:0;pointer-events:none;background:#0f172adb;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;transition:all .15s;position:absolute;top:-6px;left:22px}.mapMarker:hover span{opacity:1}.kanvasingCamera .cameraLiveBox video{object-fit:cover;max-height:420px}.field input[type=number]{text-align:left}@media (width<=900px){.settingsGrid{grid-template-columns:1fr}.settingCard{gap:12px}.toggleBtn{padding:12px 14px}.gpsCaptureBox{flex-direction:column;align-items:stretch}.kanvasingMapBox{border-radius:18px;height:280px}.mapMarker span{display:none}.kanvasingLegend{max-height:108px;overflow:auto}.kanvasingInput .formGrid{grid-template-columns:1fr}.capturedPreview{width:100%}.kanvasingTable th,.kanvasingTable td{font-size:12px}.saveSettingsBtn{width:100%}}.cameraFullscreenShade{z-index:9999;background:#020617;justify-content:center;align-items:stretch;display:flex;position:fixed;inset:0}.cameraFullscreen{background:#020617;width:100%;height:100dvh;position:relative;overflow:hidden}.cameraFullscreen video{object-fit:cover;background:#020617;width:100%;height:100%}.cameraTopHint{left:12px;right:12px;top:calc(env(safe-area-inset-top,0px) + 12px);z-index:2;color:#fff;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a9e;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;position:absolute}.cameraFloatingActions{left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 18px);z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172aad;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:8px;display:flex;position:absolute;transform:translate(-50%);box-shadow:0 18px 42px #00000059}.cameraFloatingActions button{color:#0f172a;cursor:pointer;background:#fff;border:0;border-radius:999px;min-width:64px;padding:9px 13px;font-size:12px;font-weight:900}.cameraFloatingActions .captureBtn{color:#fff;background:#dc2626;min-width:82px}.kanvasingInput .field small{color:#64748b;font-weight:700}@media (width<=700px){.cameraTopHint{border-radius:18px;font-size:11px;line-height:1.25}.cameraFloatingActions{bottom:calc(env(safe-area-inset-bottom,0px) + 14px);gap:6px;padding:7px}.cameraFloatingActions button{min-width:58px;padding:8px 10px;font-size:11px}.cameraFloatingActions .captureBtn{min-width:76px}}.toastStack{z-index:2147483000;pointer-events:none;flex-direction:column;gap:10px;width:min(420px,100vw - 28px);display:flex;position:fixed;top:18px;right:18px}.toastItem{pointer-events:auto;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#0f172af7,#334155f2);border:1px solid #ffffff29;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 14px 14px 16px;animation:.28s ease-out both toastSlideIn;display:flex;box-shadow:0 18px 40px #0f172a38,0 2px 8px #0f172a1f}.toastItem.error{background:linear-gradient(135deg,#991b1bfa,#dc2626f0)}.toastItem.success{background:linear-gradient(135deg,#166534fa,#22c55ee6)}.toastItem.info{background:linear-gradient(135deg,#1e40affa,#3b82f6eb)}.toastItem span{font-size:14px;font-weight:700;line-height:1.35}.toastItem button{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff59;border-radius:999px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:20px;line-height:20px;display:inline-flex}.toastItem button:hover{background:#ffffff40}@keyframes toastSlideIn{0%{opacity:0;transform:translate(16px,-8px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}.backendLoadingOverlay{z-index:2147482500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:all;background:#0f172a33;place-items:center;display:grid;position:fixed;inset:0}.backendLoadingBox{color:#0f172a;background:#fffffff0;border:1px solid #e2e8f0f2;border-radius:22px;flex-direction:column;align-items:center;gap:8px;min-width:220px;padding:22px 24px;display:flex;box-shadow:0 22px 60px #0f172a38}.backendLoadingBox .spinner{width:34px;height:34px}.backendLoadingBox b{font-size:16px}.backendLoadingBox span{color:#64748b;font-size:13px}*{scrollbar-width:thin;scrollbar-color:#941b28a6 #e2e8f0a6}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:linear-gradient(#f1f5f9bf,#e2e8f0bf);border-radius:999px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#941b28d9,#1e293bbf);border:2px solid #f1f5f9f2;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#b91c1cf2,#0f172ae0)}.tableWrap::-webkit-scrollbar{width:11px;height:11px}.absensiCalendarWrap::-webkit-scrollbar{width:11px;height:11px}.tableWrap::-webkit-scrollbar-thumb{border-width:2px}.absensiCalendarWrap::-webkit-scrollbar-thumb{border-width:2px}@media (width<=700px){.toastStack{width:auto;top:12px;left:10px;right:10px}.toastItem{border-radius:14px;padding:12px 12px 12px 14px}.backendLoadingBox{min-width:190px;padding:18px 20px}::-webkit-scrollbar{width:7px;height:7px}}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{-webkit-text-size-adjust:100%}img,video,canvas,svg{max-width:100%}.mainContent{min-width:0}@media (width<=900px){body{background-size:28px 28px,160px 160px,100% 100%!important}.appShell{width:100%!important;min-height:100dvh!important;display:block!important;overflow-x:hidden!important}.mainContent{width:100%!important;max-width:100%!important;margin-left:0!important;padding:12px!important;overflow-x:hidden!important}.sidebar{z-index:1200!important;border-radius:0 22px 22px 0!important;width:min(82vw,310px)!important;max-width:310px!important;padding:16px!important}.navBackdrop{z-index:1190!important}.sidebarTop{gap:10px!important}.sidebar nav{gap:6px!important}.sidebar button{min-height:44px!important}.topbar.glass{border-radius:22px!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;margin:0 0 14px!important;padding:16px!important;display:grid!important;position:relative!important;top:auto!important}.topbarLeft{grid-template-columns:auto 1fr!important;align-items:start!important;gap:10px!important;width:100%!important;display:grid!important}.topbarTitle h1{letter-spacing:-.03em!important;white-space:normal!important;word-break:break-word!important;font-size:clamp(22px,7vw,30px)!important;line-height:1.05!important}.topbarTitle p{white-space:normal!important;word-break:break-word!important;font-size:13px!important;line-height:1.35!important}.topbarActions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;display:grid!important}.topbarActions>*,.topbarActions button,.branchScope,.branchScope select{width:100%!important;max-width:100%!important}.branchScope{border-radius:16px!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:8px!important;padding:10px 12px!important;display:grid!important}.branchScope select{grid-column:1/-1!important;min-height:44px!important}.hamb{border-radius:14px!important;width:44px!important;height:44px!important}.gpsBadge{z-index:1!important;word-break:break-word!important;flex-wrap:wrap!important;width:fit-content!important;max-width:100%!important;margin:4px 0 14px!important;position:relative!important;top:auto!important}.pageStack{gap:14px!important}.glass,.hero,.section,.toolbar,.subsection,.kpi,.customerCard{border-radius:22px!important}.hero{grid-template-columns:1fr!important;gap:14px!important;padding:18px!important;display:grid!important}.hero h2{font-size:24px!important;line-height:1.12!important}.hero p{font-size:14px!important;line-height:1.45!important}.hero>div:last-child,.hero .actions{gap:10px!important;width:100%!important;display:grid!important}.hero button,.hero a,.hero .primary,.hero .secondary{justify-content:center!important;width:100%!important}.toolbar,.reportToolbar,.sectionTitleRow,.masterTableHeader,.approvalBox,.actions,.modalActions{grid-template-columns:1fr!important;align-items:stretch!important;gap:10px!important;display:grid!important}.toolbar>*,.reportToolbar>*,.approvalBox>*,.actions>*,.modalActions>*,.searchBox{width:100%!important;min-width:0!important}.primary,.secondary,.danger,.success,.ghostBtn{justify-content:center!important;min-height:44px!important}.gridCards,.kpiGrid,.settingsGrid,.formGrid,.infoGrid,.arCards{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.section{padding:16px!important}.section h3{font-size:19px!important;line-height:1.2!important}.field,.fileInputLabel{min-width:0!important}.field input,.field select,.field textarea,.formGrid input,.formGrid select,.formGrid textarea,.toolbar input,.toolbar select,.loginCard input{min-height:44px!important;font-size:16px!important}.field input[type=file]{font-size:14px!important}.field input[type=file]::file-selector-button{width:100%!important;margin:0 0 8px!important;display:block!important}.summary{grid-template-columns:1fr!important;gap:4px!important}.summary span{text-align:left!important;font-weight:900!important}.tableWrap,.absensiCalendarWrap{-webkit-overflow-scrolling:touch!important;border-radius:18px!important;width:100%!important;max-width:100%!important;overflow:auto!important}.tableWrap table{width:max-content!important;min-width:760px!important}.tableWrap th,.tableWrap td{padding:10px 11px!important;font-size:12.5px!important;line-height:1.35!important}.tableWrap .wrapCell,.wrapCell,.collectionHasilCell,.arDetailCell{white-space:normal!important;min-width:220px!important;max-width:320px!important}.rowActions{grid-template-columns:1fr 1fr!important}.modalShade{z-index:2500!important;align-items:start!important;padding:10px!important;overflow:auto!important}.modal,.modal.large{border-radius:22px!important;width:100%!important;max-width:100%!important;margin:8px 0!important;padding:18px!important}.modalHeader{align-items:flex-start!important;gap:10px!important}.loginPage{padding:14px!important}.loginCard{border-radius:24px!important;padding:24px 18px!important}.kpi b{word-break:break-word!important;font-size:24px!important}.arPieSection{padding:16px!important}.chartBox,.chartCard{min-width:0!important;overflow:hidden!important}.recharts-wrapper,.recharts-surface{max-width:100%!important}.kanvasingInput form,.uploadForm{gap:12px!important}.gpsCaptureBox{grid-template-columns:1fr!important;padding:14px!important;display:grid!important}.capturedPreview{width:100%!important}.kanvasingMapBox{border-radius:18px!important;height:260px!important}.kanvasingLegend{max-height:110px!important;overflow:auto!important}.mapMarker span{display:none!important}.toastStack{left:10px!important;right:10px!important;top:max(10px, env(safe-area-inset-top))!important;z-index:3500!important;width:auto!important}.backendLoadingOverlay{z-index:3400!important}}@media (width<=640px){.mainContent{padding:10px!important}.topbar.glass{border-radius:20px!important;padding:14px!important}.section,.hero{padding:14px!important}.tabs{gap:6px!important;padding:6px!important}.tabs button{padding:10px 12px!important;font-size:13px!important}.customerCard{padding:14px!important}.cardTop{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.badge{width:fit-content!important}.tableWrap table{min-width:680px!important}.absensiCalendarWrap{max-height:70vh!important}.absensiCalendarTable th,.absensiCalendarTable td{min-width:150px!important}.absensiCalendarTable .stickyName,.absensiCalendarTable th:first-child,.absensiCalendarTable td:first-child{box-shadow:none!important;position:static!important;left:auto!important}.mobileCalendarUserInfo{font-size:11px!important;line-height:1.25!important;display:block!important}.cameraPortal,.cameraFullscreen,.kanvasingCameraPortal{width:100vw!important;height:100dvh!important;inset:0!important}.cameraFullscreen video,.cameraPortal video,.kanvasingCameraPortal video{object-fit:cover!important;width:100%!important;height:100%!important}}@media (width<=420px){.topbarTitle h1{font-size:24px!important}.topbarTitle p{font-size:12px!important}.primary,.secondary,.danger,.success{padding:11px 13px!important;font-size:13px!important}.section h3{font-size:17px!important}.tableWrap table{min-width:620px!important}.tableWrap th,.tableWrap td{padding:9px!important;font-size:12px!important}.kpi{padding:16px!important}.kpi b{font-size:22px!important}}:root{--mobile-bg:#f3f5f8;--mobile-card:#fffffff0;--mobile-line:#cbd5e1c2;--mobile-ink:#111827;--mobile-muted:#64748b}body{background-color:#eef2f6!important;background-image:linear-gradient(135deg,#0f172a09 25%,#0000 25%),linear-gradient(225deg,#0f172a07 25%,#0000 25%),radial-gradient(circle at 18% 12%,#94a3b838,#0000 26%),radial-gradient(circle at 88% 8%,#941b281a,#0000 30%),linear-gradient(#f7f8fb 0%,#eef2f6 46%,#f8fafc 100%)!important;background-position:0 0,17px 17px,0 0,100% 0,0 0!important;background-size:34px 34px,34px 34px,520px 520px,620px 620px,100% 100%!important}.glass,.section,.hero,.toolbar,.subsection,.customerCard,.kpi,.loginCard,.modal{background:var(--mobile-card)!important;border:1px solid #cbd5e1bd!important;box-shadow:0 14px 36px #0f172a12!important}.section h3,.sectionTitleRow,.masterTableHeader,.modalHeader{border-bottom:1px solid #cbd5e1c2;padding-bottom:10px}.section h3{margin-bottom:14px!important}.subsection{position:relative}.subsection:before{content:"";background:linear-gradient(90deg,#0f172aad,#941b2894,#94a3b847);border-radius:999px;height:3px;position:absolute;top:0;left:14px;right:14px}@media (width<=900px){body{background-image:linear-gradient(135deg,#0f172a0a 25%,#0000 25%),linear-gradient(225deg,#0f172a08 25%,#0000 25%),radial-gradient(circle at 0 0,#94a3b82e,#0000 34%),radial-gradient(circle at 100% 0,#941b2814,#0000 36%),linear-gradient(#f7f8fb 0%,#eef2f6 48%,#f8fafc 100%)!important;background-position:0 0,13px 13px,0 0,100% 0,0 0!important;background-size:26px 26px,26px 26px,320px 320px,340px 340px,100% 100%!important}.mainContent{padding:8px 10px 18px!important}.topbar.glass{z-index:980!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#f8fafcf0!important;border:1px solid #cbd5e19e!important;border-top:0!important;border-bottom-color:#94a3b88c!important;border-radius:0 0 18px 18px!important;gap:8px!important;margin:0 -2px 10px!important;padding:10px 12px!important;position:sticky!important;top:0!important;box-shadow:0 10px 24px #0f172a17!important}.topbar.glass:after{content:"";background:linear-gradient(90deg,#941b28c7,#0f172a8c,#94a3b81f);border-radius:999px;height:2px;position:absolute;bottom:-1px;left:14px;right:14px}.topbarLeft{grid-template-columns:38px 1fr!important;align-items:center!important;gap:8px!important}.hamb{background:#fff!important;border-radius:12px!important;width:38px!important;height:38px!important;padding:8px!important}.topbarTitle h1{letter-spacing:-.02em!important;margin:0!important;font-size:20px!important;line-height:1.08!important}.topbarTitle p{color:#667085!important;margin-top:3px!important;font-size:11.5px!important;line-height:1.25!important}.topbarActions{gap:8px!important}.topbarActions .primary.small{border-radius:13px!important;min-height:38px!important;padding:9px 12px!important;font-size:12.5px!important}.branchScope{background:#ffffffd6!important;border-radius:14px!important;padding:8px 10px!important;font-size:11.5px!important}.branchScope select{border-radius:12px!important;height:38px!important;min-height:38px!important;padding:8px 10px!important;font-size:12.5px!important}.gpsBadge{border-radius:10px!important;max-width:100%!important;margin:2px 0 10px!important;padding:6px 9px!important;font-size:11.5px!important}.pageStack{gap:10px!important}.glass,.hero,.section,.toolbar,.subsection,.kpi,.customerCard,.modal,.loginCard{border-radius:16px!important;box-shadow:0 9px 24px #0f172a0e!important}.hero{gap:10px!important;padding:13px 14px!important}.hero h2{margin-bottom:4px!important;font-size:20px!important;line-height:1.12!important}.hero p{font-size:12.5px!important;line-height:1.35!important}.hero .badge{padding:5px 8px!important;font-size:11px!important}.section,.toolbar,.subsection{padding:12px!important}.section h3{gap:6px!important;margin:0 0 12px!important;padding-bottom:8px!important;font-size:16px!important;line-height:1.18!important}.subsection{margin:10px 0!important;padding-top:14px!important}.formGrid,.gridCards,.kpiGrid,.settingsGrid,.infoGrid,.arCards{gap:10px!important}.field,.fileInputLabel{gap:5px!important;font-size:12.5px!important}.field span,.fileInputLabel span,.field small{font-size:11.5px!important;line-height:1.3!important}.field input,.field select,.field textarea,.formGrid input,.formGrid select,.formGrid textarea,.toolbar input,.toolbar select,.searchBox input,.loginCard input{border-color:#94a3b88c!important;border-radius:12px!important;height:auto!important;min-height:40px!important;padding:9px 11px!important;font-size:14px!important}textarea{min-height:82px!important}.searchBox{border-radius:12px!important;min-height:40px!important;padding:0 10px!important}.primary,.secondary,.danger,.success,.ghostBtn{min-height:40px!important;box-shadow:none!important;border-radius:12px!important;padding:9px 12px!important;font-size:12.5px!important}.small{min-height:34px!important;padding:7px 10px!important;font-size:12px!important}.tabs{border-radius:14px!important;gap:5px!important;padding:5px!important}.tabs button{border-radius:11px!important;min-height:36px!important;padding:8px 10px!important;font-size:12px!important}.customerCard,.kpi{padding:12px!important}.customerCard h3{font-size:16px!important;line-height:1.18!important}.meta{gap:2px!important;font-size:11.5px!important}.kpi b{margin-top:4px!important;font-size:20px!important}.kpi span{font-size:12px!important}.summary{border-radius:13px!important;padding:10px!important;font-size:12.5px!important}.approvalBox,.actions,.modalActions,.toolbar,.reportToolbar,.uploadForm{gap:8px!important}.tableWrap,.absensiCalendarWrap{border-radius:14px!important;max-height:64vh!important}.tableWrap th,.tableWrap td{padding:8px 9px!important;font-size:11.8px!important;line-height:1.28!important}.tableWrap thead th,.tableWrap th{letter-spacing:.01em!important;font-size:11.5px!important}.modalShade{padding:8px!important}.modal,.modal.large{border-radius:18px!important;padding:14px!important}.modalHeader h3{margin:0!important;font-size:17px!important}.loginPage{padding:12px!important}.loginCard{gap:12px!important;padding:22px 16px!important}.loginCard .brandMark.big{width:54px!important;height:54px!important;font-size:19px!important}.loginCard h1{font-size:21px!important;line-height:1.12!important}.loginCard p{font-size:12.5px!important}.sidebar{background:linear-gradient(#111827f5,#1e293bf5 58%,#7f1d1df0)!important}.sidebar button{border-radius:12px!important;min-height:40px!important;padding:9px 11px!important;font-size:13px!important}.brandMark{border-radius:12px!important;width:36px!important;height:36px!important}.brandText b{font-size:14px!important}.brandText span{font-size:11px!important}}@media (width<=420px){.mainContent{padding:7px 8px 16px!important}.topbar.glass{border-radius:0 0 16px 16px!important;padding:9px 10px!important}.topbarTitle h1{font-size:18px!important}.topbarTitle p{font-size:11px!important}.section,.hero,.toolbar,.subsection{padding:10px!important}.hero h2{font-size:18px!important}.section h3{font-size:15px!important}.primary,.secondary,.danger,.success,.ghostBtn{min-height:38px!important;font-size:12px!important}.field input,.field select,.field textarea,.toolbar input,.toolbar select{min-height:38px!important;font-size:13.5px!important}}@media (width<=900px){.appShell{min-height:100dvh!important;display:block!important}.mainContent{width:100%!important;max-width:100%!important;margin-left:0!important;padding:112px 9px 18px!important;overflow:visible!important}.topbar.glass{z-index:6000!important;-webkit-backdrop-filter:blur(14px)!important;background:#f8fafcf5!important;border:0!important;border-bottom:1px solid #94a3b880!important;border-radius:0 0 17px 17px!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important;margin:0!important;padding:8px 10px 9px!important;display:grid!important;position:fixed!important;top:0!important;left:0!important;right:0!important;box-shadow:0 12px 28px #0f172a21!important}.topbar.glass:after{height:2px!important;left:12px!important;right:12px!important}.topbarLeft{grid-template-columns:38px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;display:grid!important}.hamb{background:#fff!important;border:1px solid #cbd5e1cc!important;border-radius:12px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:8px!important;display:inline-flex!important;box-shadow:0 6px 16px #0f172a14!important}.topbarTitle{min-width:0!important;overflow:hidden!important}.topbarTitle h1{white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;font-size:18px!important;line-height:1.08!important;overflow:hidden!important}.topbarTitle p{white-space:nowrap!important;text-overflow:ellipsis!important;color:#667085!important;margin:3px 0 0!important;font-size:11px!important;line-height:1.2!important;overflow:hidden!important}.topbarActions{grid-template-columns:1fr!important;gap:7px!important;width:100%!important;min-width:0!important;display:grid!important}.topbarActions .primary.small{border-radius:13px!important;width:100%!important;height:36px!important;min-height:36px!important;padding:8px 11px!important;font-size:12px!important;display:inline-flex!important}.branchScope{border-radius:13px!important;grid-template-columns:auto 1fr!important;gap:5px 8px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:7px 9px!important;font-size:11px!important;display:grid!important}.branchScope select{border-radius:11px!important;grid-column:1/-1!important;width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding:6px 9px!important;font-size:12px!important}.gpsBadge{z-index:1!important;margin:0 0 10px!important;position:relative!important;top:auto!important}.navBackdrop,.sidebar.open,.modalShade,.cameraPortalShade,.kanvasingCameraModal,.backendLoadingOverlay,.toastStack{z-index:7000!important}}@media (width<=900px) and (height>=1px){body:has(.branchScope) .mainContent{padding-top:166px!important}}@media (width<=420px){.mainContent{padding-left:8px!important;padding-right:8px!important}}@media (width<=900px){.topbarActions{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;width:100%!important;min-width:0!important;display:flex!important}.topbarActions .primary.small,.topbarActions button.primary.small{white-space:nowrap!important;border-radius:999px!important;gap:5px!important;width:auto!important;min-width:0!important;max-width:max-content!important;height:30px!important;min-height:30px!important;margin-left:auto!important;padding:5px 10px!important;font-size:11.5px!important;line-height:1!important;box-shadow:0 8px 18px #9d13202e!important}.topbarActions .primary.small svg,.topbarActions button.primary.small svg{flex:none!important;width:13px!important;height:13px!important}.topbarActions .branchScope{flex:1 0 100%!important;order:2!important}:is(.toolbar .field:has(input[type=date]),.toolbar .field:has(input[type=datetime-local]),.toolbar .field:has(input[name*=start i]),.toolbar .field:has(input[name*=end i]),.formGrid .field:has(input[type=date]),.formGrid .field:has(input[type=datetime-local])){white-space:nowrap!important;flex:none!important;width:auto!important;min-width:138px!important;max-width:172px!important}:is(.toolbar .field:has(input[type=date]) span,.toolbar .field:has(input[type=datetime-local]) span,.formGrid .field:has(input[type=date]) span,.formGrid .field:has(input[type=datetime-local]) span){white-space:nowrap!important;text-overflow:ellipsis!important;font-size:11px!important;overflow:hidden!important}.toolbar input[type=date],.toolbar input[type=datetime-local],.formGrid input[type=date],.formGrid input[type=datetime-local]{white-space:nowrap!important;width:138px!important;min-width:138px!important;max-width:150px!important;padding-left:8px!important;padding-right:6px!important;font-size:12px!important}}@media (width<=420px){.topbarActions .primary.small,.topbarActions button.primary.small{height:28px!important;min-height:28px!important;padding:4px 9px!important;font-size:11px!important}:is(.toolbar .field:has(input[type=date]),.toolbar .field:has(input[type=datetime-local]),.formGrid .field:has(input[type=date]),.formGrid .field:has(input[type=datetime-local])){min-width:132px!important;max-width:152px!important}.toolbar input[type=date],.toolbar input[type=datetime-local],.formGrid input[type=date],.formGrid input[type=datetime-local]{width:132px!important;min-width:132px!important;max-width:142px!important;font-size:11.5px!important}}@media (width<=900px){.topbar{z-index:1000!important;align-items:flex-start!important;min-height:66px!important;padding:8px 10px!important;display:flex!important;position:fixed!important;top:0!important;left:0!important;right:0!important;overflow:visible!important}.topbarLeft{width:100%!important;min-width:0!important;padding-right:108px!important}.topbarTitle h1{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:15px!important;line-height:1.15!important;overflow:hidden!important}.topbarTitle p{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:10.5px!important;line-height:1.25!important;overflow:hidden!important}.topbarActions{z-index:1002!important;flex-wrap:nowrap!important;justify-content:flex-end!important;align-items:flex-start!important;gap:4px!important;width:auto!important;min-width:0!important;max-width:104px!important;display:flex!important;position:absolute!important;top:8px!important;right:10px!important}.topbarActions>button.primary.small,.topbarActions>.primary.small{white-space:nowrap!important;border-radius:999px!important;gap:4px!important;width:auto!important;min-width:0!important;max-width:104px!important;height:27px!important;min-height:27px!important;margin:0!important;padding:4px 8px!important;font-size:10.5px!important;line-height:1!important;position:static!important}.topbarActions>button.primary.small svg,.topbarActions>.primary.small svg{width:12px!important;height:12px!important}.topbarActions .branchScope{z-index:1001!important;width:auto!important;max-width:none!important;position:fixed!important;top:41px!important;left:10px!important;right:10px!important}body:has(.branchScope) .mainContent{padding-top:134px!important}:is(.toolbar:has(input[type=date]),.reportToolbar:has(input[type=date]),.collectionToolbar:has(input[type=date]),.filterBar:has(input[type=date])){grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:end!important;gap:8px!important;display:grid!important}:is(.toolbar:has(input[type=date])>.field:has(input[type=date]),.reportToolbar:has(input[type=date])>.field:has(input[type=date]),.collectionToolbar:has(input[type=date])>.field:has(input[type=date]),.filterBar:has(input[type=date])>.field:has(input[type=date])){white-space:nowrap!important;flex:none!important;width:100%!important;min-width:0!important;max-width:none!important}:is(.toolbar:has(input[type=date])>:not(.field:has(input[type=date])),.reportToolbar:has(input[type=date])>:not(.field:has(input[type=date])),.collectionToolbar:has(input[type=date])>:not(.field:has(input[type=date])),.filterBar:has(input[type=date])>:not(.field:has(input[type=date]))){grid-column:1/-1!important;width:100%!important}:is(.toolbar .field:has(input[type=date]) span,.reportToolbar .field:has(input[type=date]) span,.collectionToolbar .field:has(input[type=date]) span,.filterBar .field:has(input[type=date]) span){white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.toolbar input[type=date],.reportToolbar input[type=date],.collectionToolbar input[type=date],.filterBar input[type=date]{white-space:nowrap!important;width:100%!important;min-width:0!important;max-width:none!important;padding-left:8px!important;padding-right:6px!important;font-size:12px!important}}body.cameraPortalOpen{touch-action:none!important;overflow:hidden!important}.kanvasingCameraPortalRoot{z-index:2147483647!important;isolation:isolate!important;background:#020617!important;width:100vw!important;height:100dvh!important;display:block!important;position:fixed!important;inset:0!important;overflow:hidden!important}.kanvasingCameraFullscreen{z-index:2147483647!important;background:#000!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.kanvasingCameraFullscreen video{object-fit:cover!important;z-index:1!important;background:#000!important;width:100vw!important;height:100dvh!important;position:absolute!important;inset:0!important}.kanvasingCameraFullscreen .cameraTopHint{left:12px!important;right:12px!important;top:max(12px, env(safe-area-inset-top))!important;z-index:2147483647!important;color:#fff!important;text-align:center!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#0206179e!important;border-radius:12px!important;padding:8px 10px!important;font-size:12px!important;position:fixed!important}.kanvasingCameraFullscreen .cameraFloatingActions{left:50%!important;bottom:max(14px, env(safe-area-inset-bottom))!important;z-index:2147483647!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#0206179e!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:8px!important;display:flex!important;position:fixed!important;transform:translate(-50%)!important}.kanvasingCameraFullscreen .cameraFloatingActions button{color:#fff!important;white-space:nowrap!important;background:#ffffff2e!important;border:0!important;border-radius:999px!important;width:auto!important;min-width:0!important;min-height:34px!important;padding:7px 11px!important;font-size:12px!important;font-weight:800!important}.kanvasingCameraFullscreen .cameraFloatingActions .captureBtn{background:#ef4444!important;box-shadow:0 0 0 4px #ef444440!important}.kanvasingInput .formGrid{display:none!important}html,.mainContent{scroll-behavior:smooth}.cameraHeroBtn{cursor:pointer;letter-spacing:.2px;color:#fff;isolation:isolate;background:radial-gradient(circle at 18% 18%,#ffffff4d,#0000 24%),linear-gradient(135deg,#ef4444 0%,#b91c1c 46%,#0f172a 100%);border:0;border-radius:20px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:58px;font-size:16px;font-weight:950;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 16px 34px #b91c1c47,0 3px #7f1d1d99}.cameraHeroBtn:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#ffffff3d,#0000);animation:2.8s ease-in-out infinite cameraBtnShine;position:absolute;inset:-2px;transform:translate(-120%)}.cameraHeroBtn:hover{filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 20px 42px #b91c1c52,0 3px #7f1d1d99}.cameraHeroBtn:active{transform:translateY(1px);box-shadow:0 10px 22px #b91c1c3d,0 1px #7f1d1da6}.cameraHeroBtn:disabled{cursor:not-allowed;opacity:.55;filter:grayscale(.2);box-shadow:none}.cameraHeroBtn svg{width:22px;height:22px}@keyframes cameraBtnShine{0%,45%{transform:translate(-120%)}to{transform:translate(120%)}}.kanvasingInput .cameraOnlyBox,.absensiSelf .cameraOnlyBox{background:linear-gradient(135deg,#fffffff0,#f8fafce6),radial-gradient(circle at 0 0,#ef44441a,#0000 35%)!important;border:1px solid #ef444440!important;box-shadow:0 14px 34px #0f172a1a!important}.cameraOnlyBox:has(.cameraHeroBtn){background:linear-gradient(135deg,#fffffff0,#f8fafce6),radial-gradient(circle at 0 0,#ef44441a,#0000 35%)!important;border:1px solid #ef444440!important;box-shadow:0 14px 34px #0f172a1a!important}.cameraOnlyBox:has(.cameraHeroBtn)>span{align-items:center;gap:8px;font-size:15px;display:flex;color:#991b1b!important}.cameraOnlyBox:has(.cameraHeroBtn)>span:before{content:"●";color:#ef4444;font-size:13px}@media (width<=700px){.cameraHeroBtn{border-radius:17px;min-height:52px;font-size:14px;box-shadow:0 12px 24px #b91c1c3d,0 2px #7f1d1d8c}.cameraHeroBtn svg{width:19px;height:19px}.cameraOnlyBox:has(.cameraHeroBtn){gap:9px!important;padding:12px!important}}body{font-size:15px;line-height:1.45}.primary,.secondary,.danger,.success{min-height:44px}.toastStack .toastItem{animation-duration:.16s}@media (width<=900px){body{font-size:14.5px!important}.mainContent{padding-top:126px!important}body:has(.branchScope) .mainContent{padding-top:178px!important}.topbar.glass,.topbar{grid-template-columns:1fr!important;align-items:stretch!important;gap:8px!important;min-height:auto!important;display:grid!important}.topbarLeft{grid-template-columns:42px minmax(0,1fr)!important;padding-right:0!important}.topbarTitle h1{font-size:18px!important;line-height:1.16!important}.topbarTitle p{font-size:12px!important;line-height:1.32!important}.topbarActions{justify-content:flex-end!important;align-items:center!important;width:100%!important;max-width:none!important;display:flex!important;position:static!important;top:auto!important;right:auto!important}.topbarActions>button.primary.small,.topbarActions>.primary.small,.topbarActions .primary.small{border-radius:15px!important;gap:8px!important;width:auto!important;min-width:132px!important;max-width:none!important;height:auto!important;min-height:46px!important;padding:11px 16px!important;font-size:14px!important;line-height:1.1!important}.topbarActions>button.primary.small svg,.topbarActions>.primary.small svg,.topbarActions .primary.small svg{width:17px!important;height:17px!important}.topbarActions .branchScope{flex:1 0 100%!important;order:2!important;width:100%!important;position:static!important}.primary,.secondary,.danger,.success,.ghostBtn{min-height:44px!important;padding:10px 14px!important;font-size:14px!important}.small{min-height:40px!important;padding:9px 12px!important;font-size:13px!important}.field span,.meta,.muted{font-size:12.5px!important}}@media (width<=420px){.topbarActions>button.primary.small,.topbarActions>.primary.small,.topbarActions .primary.small{min-width:124px!important;min-height:44px!important;padding:10px 13px!important;font-size:13.5px!important}.topbarTitle h1{font-size:17px!important}.topbarTitle p{font-size:11.5px!important}}.orderSection{gap:18px;display:grid}.requiredHint{color:#b42318;background:#fff1f3;border:1px solid #fecdd3;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.orderPersonPanel,.orderWorkPanel,.orderMetaPanel{background:#ffffffb8;border:1px solid #94a3b86b;border-radius:18px;padding:18px}.orderPersonPanel h3{border-bottom:1px solid #94a3b847;padding-bottom:10px;margin-bottom:14px!important}.pemohonPanel{border-left:5px solid #2563eb}.pasanganPanel{border-left:5px solid #be123c}.orderWorkPanel,.orderMetaPanel{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.orderWorkPanel.inPemohon{background:#f8fafc;border-style:dashed;margin-top:14px;padding:14px}.requiredField>span:after{content:" *";color:#b42318;font-weight:950}.requiredField input:invalid,.requiredField select:invalid{background:#fff7f8;border-color:#fda4af}.orderSubmitBtn{justify-self:end;min-width:190px}@media (width<=700px){.orderPersonPanel,.orderWorkPanel,.orderMetaPanel{border-radius:16px!important;padding:14px!important}.orderSubmitBtn{width:100%;min-height:48px!important}}@media (width<=900px){.topbar.glass,.topbar{grid-template-columns:1fr!important;gap:10px!important;padding:12px 14px!important;overflow:visible!important}.topbarLeft{grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;width:100%!important;padding-right:0!important;display:grid!important}.topbarActions{z-index:6500!important;pointer-events:auto!important;justify-content:flex-end!important;align-items:center!important;width:auto!important;min-width:0!important;max-width:none!important;display:flex!important;position:absolute!important;top:14px!important;right:14px!important}.topbarTitle{padding-right:150px!important}.topbarActions>button.primary.small,.topbarActions>.primary.small,.topbarActions .primary.small{visibility:visible!important;opacity:1!important;white-space:nowrap!important;border-radius:14px!important;min-width:126px!important;min-height:44px!important;padding:10px 14px!important;font-size:13.5px!important;display:inline-flex!important;box-shadow:0 10px 22px #9d132038!important}.topbarActions .branchScope{flex:1 0 100%!important;order:2!important;width:100%!important;margin-top:2px!important;position:static!important}.topbar:has(.branchScope){padding-bottom:12px!important}.topbar.glass:has(.branchScope){padding-bottom:12px!important}.topbarActions:has(.branchScope){grid-template-columns:1fr!important;width:100%!important;display:grid!important;position:static!important}.topbarActions:has(.branchScope)>button.primary.small{position:absolute!important;top:14px!important;right:14px!important}.topbarActions:has(.branchScope)>.primary.small{position:absolute!important;top:14px!important;right:14px!important}}@media (width<=420px){.topbarTitle{padding-right:132px!important}.topbarActions>button.primary.small,.topbarActions>.primary.small,.topbarActions .primary.small{min-width:112px!important;padding:9px 11px!important;font-size:12.5px!important}}.arMonitoringTable .innerDetailTable{table-layout:fixed!important;border-collapse:collapse!important;background:0 0!important;width:100%!important;min-width:0!important}.arMonitoringTable .innerDetailTable td{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;background:0 0!important;border-bottom:1px solid #e2e8f0c7!important;max-width:none!important;padding:7px 6px!important}.arMonitoringTable .innerDetailTable td:first-child{color:#667085!important;width:136px!important;font-weight:800!important}.arMonitoringTable .innerDetailTable td:nth-child(2){color:#94a3b8!important;width:14px!important}.arMonitoringTable .innerDetailTable td:nth-child(3){color:#172033!important}.arMonitoringTable .arActionCell{text-align:center!important;vertical-align:bottom!important}.arMonitoringTable .arEvidenceBtn{white-space:nowrap!important}@media (width<=900px){.arMonitoringTable{background:0 0!important;border:0!important;max-height:none!important;overflow:visible!important}.arMonitoringTable>table{border-collapse:separate!important;background:0 0!important;width:100%!important;min-width:0!important;display:block!important}.arMonitoringTable>table>thead{display:none!important}.arMonitoringTable>table>tbody{gap:12px!important;width:100%!important;display:grid!important}.arMonitoringTable>table>tbody>tr{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:16px!important;grid-template-columns:1fr!important;width:100%!important;display:grid!important;overflow:hidden!important;box-shadow:0 12px 28px #0f172a14!important}.arMonitoringTable>table>tbody>tr>td{white-space:normal!important;background:0 0!important;border-bottom:0!important;width:100%!important;min-width:0!important;max-width:none!important;display:block!important}.arMonitoringTable .arNoCell{text-align:left!important;color:#98a2b3!important;padding:10px 12px 0!important;font-size:12px!important;font-weight:950!important}.arMonitoringTable .arNoCell:before{content:"Data AR #"}.arMonitoringTable .arDetailCell{padding:8px 12px 12px!important}.arMonitoringTable .innerDetailTable,.arMonitoringTable .innerDetailTable tbody,.arMonitoringTable .innerDetailTable tr,.arMonitoringTable .innerDetailTable td{width:100%!important;min-width:0!important;display:block!important}.arMonitoringTable .innerDetailTable tr{border-bottom:1px solid #eef2f6!important;grid-template-columns:minmax(104px,34%) 10px minmax(0,1fr)!important;align-items:start!important;gap:4px!important;padding:8px 0!important;display:grid!important}.arMonitoringTable .innerDetailTable tr:last-child{border-bottom:0!important}.arMonitoringTable .innerDetailTable td{border-bottom:0!important;padding:0!important;font-size:12.5px!important;line-height:1.35!important}.arMonitoringTable .innerDetailTable td:first-child,.arMonitoringTable .innerDetailTable td:nth-child(2){width:auto!important}.arMonitoringTable .innerDetailTable td:nth-child(3){min-width:0!important}.arMonitoringTable .badge{white-space:normal!important;max-width:100%!important;line-height:1.25!important;display:inline-flex!important}.arMonitoringTable .arActionCell{padding:0 12px 12px!important}.arMonitoringTable .arEvidenceBtn{border-radius:14px!important;width:100%!important;min-height:46px!important}}@media (width<=420px){.arMonitoringTable .innerDetailTable tr{grid-template-columns:minmax(94px,36%) 8px minmax(0,1fr)!important}.arMonitoringTable .innerDetailTable td{font-size:12px!important}}
