:root{--blue:#2458e6;--text:#101828;--muted:#667085;--border:#e4e7ec;--bg:#0f1015}
.eoms-wrap{max-width:1180px;margin-top:24px}.eoms-wrap *,.eoms-mobile *{box-sizing:border-box}
.eoms-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.eoms-head span{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--blue)}.eoms-head h1{margin:5px 0}.eoms-head p{color:var(--muted)}.eoms-badge{background:#eef4ff;color:#1d4ed8;padding:8px 12px;border-radius:999px}
.eoms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.eoms-stat,.eoms-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px;margin-bottom:16px;box-shadow:0 8px 28px rgba(16,24,40,.05)}.eoms-stat small{display:block;color:var(--muted)}.eoms-stat strong{display:block;font-size:36px;margin-top:6px;color:var(--text)}
.eoms-actions{display:flex;gap:10px;flex-wrap:wrap}.eoms-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid #cfd5df;border-radius:11px;background:#fff;color:#182230;text-decoration:none;font-weight:700;cursor:pointer}.eoms-btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.eoms-card h2,.eoms-card h3{margin-top:0}.eoms-card summary{cursor:pointer;font-size:18px;padding:4px}
.eoms-form{margin-top:16px}.eoms-formgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.eoms-formgrid label{display:flex;flex-direction:column;gap:6px;font-weight:700}.eoms-formgrid input,.eoms-formgrid select,.eoms-formgrid textarea,.eoms-accessrow select{width:100%;padding:10px 12px;border:1px solid #cfd5df;border-radius:10px}.eoms-formgrid .wide{grid-column:span 2}
.eoms-tablewrap{overflow:auto}.eoms-table{width:100%;border-collapse:collapse}.eoms-table th,.eoms-table td{padding:11px;border-bottom:1px solid #eaecf0;text-align:left;vertical-align:middle}.eoms-table th{font-size:12px;text-transform:uppercase;color:var(--muted)}.muted{color:var(--muted)}.danger{color:#dc2626}.eoms-alert{padding:13px;border-radius:11px;background:#fff4e5;color:#8a4b08}.eoms-alert.info{background:#eef4ff;color:#1d4ed8;margin-bottom:14px}.eoms-profile{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.eoms-profile div{padding:13px;background:#f8fafc;border-radius:11px}.eoms-profile small,.eoms-profile b{display:block}.eoms-profile small{color:var(--muted);margin-bottom:4px}.eoms-accessrow{display:grid;grid-template-columns:1.1fr 1fr 1.4fr auto;gap:12px;align-items:center;padding:13px;background:#f8fafc;border-radius:13px;margin-bottom:10px}.eoms-accessrow small{display:block;color:var(--muted)}
.eoms-mobile{max-width:640px;margin:0 auto;background:var(--bg);min-height:100vh;color:#fff;padding:16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.eoms-mobile .eoms-card,.eoms-mobile .eoms-stat{color:var(--text)}.eoms-mobilehead{display:flex;align-items:center;gap:11px;background:#101b35;padding:14px;border-radius:17px;margin-bottom:16px}.eoms-mobilehead>div:nth-child(2){flex:1;min-width:0}.eoms-mobilehead b,.eoms-mobilehead small{display:block}.eoms-mobilehead small{color:#c4d0e8}.eoms-logo{width:50px;height:50px;border-radius:14px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:900}.eoms-hero{background:linear-gradient(135deg,#17306b,#2458e6);padding:22px;border-radius:21px;margin-bottom:16px}.eoms-hero h2{font-size:30px;margin:7px 0}.eoms-hero p{color:#e8efff;margin:0}
@media(max-width:782px){.eoms-grid{grid-template-columns:repeat(2,1fr)}.eoms-formgrid{grid-template-columns:1fr}.eoms-formgrid .wide{grid-column:span 1}.eoms-accessrow{grid-template-columns:1fr}.eoms-head{flex-direction:column}.eoms-wrap{margin-right:10px}}


/* v1.0.1 - Mobile contrast fix.
   Some WordPress themes force white typography inside page content.
   These rules explicitly restore EOMS card contrast without affecting the dark app shell. */
.eoms-mobile .eoms-card{
  background:#ffffff !important;
  color:#101828 !important;
}
.eoms-mobile .eoms-card h1,
.eoms-mobile .eoms-card h2,
.eoms-mobile .eoms-card h3,
.eoms-mobile .eoms-card h4,
.eoms-mobile .eoms-card p,
.eoms-mobile .eoms-card strong,
.eoms-mobile .eoms-card b{
  color:#101828 !important;
  opacity:1 !important;
}
.eoms-mobile .eoms-profile div{
  background:#f4f7fb !important;
  border:1px solid #e4e7ec !important;
  color:#101828 !important;
}
.eoms-mobile .eoms-profile small{
  color:#667085 !important;
  opacity:1 !important;
}
.eoms-mobile .eoms-profile b{
  color:#101828 !important;
  opacity:1 !important;
}
.eoms-mobile .eoms-card .eoms-btn.primary{
  color:#ffffff !important;
}
.eoms-mobile .eoms-card .eoms-alert{
  color:#8a4b08 !important;
}

/* v1.1 - Absensi GPS + Selfie */
.eoms-filter{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.eoms-filter label{display:flex;flex-direction:column;gap:6px;font-weight:700}.eoms-filter input{padding:10px 12px;border:1px solid #cfd5df;border-radius:10px;background:#fff;color:#101828}
.eoms-card-title{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.eoms-card-title h3{margin:3px 0 0!important}.eoms-card-title small{font-size:11px;letter-spacing:.1em;font-weight:900;color:#667085!important}
.eoms-att-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.eoms-att-badge.ok{background:#dcfce7;color:#166534}.eoms-att-badge.late{background:#fee2e2;color:#991b1b}
.eoms-att-times{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0 16px}.eoms-att-times>div{background:#f7f9fc;border:1px solid #e4e7ec;border-radius:12px;padding:12px}.eoms-att-times small,.eoms-att-times b{display:block}.eoms-att-times small{color:#667085!important;margin-bottom:4px}.eoms-att-times b{font-size:18px;color:#101828!important}
.eoms-att-form{display:grid;gap:11px;padding-top:4px}.eoms-gps-status{padding:11px 12px;border-radius:11px;background:#f2f4f7;color:#475467;font-weight:700}.eoms-gps-status.loading{background:#eff6ff;color:#1d4ed8}.eoms-gps-status.success{background:#ecfdf3;color:#166534}.eoms-gps-status.error{background:#fff1f2;color:#9f1239}.eoms-gps-btn{width:100%}.eoms-selfie-label{display:flex!important;flex-direction:column;gap:7px;color:#344054!important;font-weight:800}.eoms-selfie-label input[type=file]{width:100%;padding:11px;border:1px dashed #98a2b3;border-radius:12px;background:#f8fafc;color:#344054}.eoms-att-submit{width:100%;min-height:48px;font-size:16px}.eoms-att-submit:disabled{opacity:.5;cursor:not-allowed}.eoms-help{display:block;color:#667085!important;line-height:1.45}.eoms-success{padding:13px 15px;border-radius:12px;background:#dcfce7;color:#166534!important;font-weight:800;margin-bottom:14px}.eoms-success.compact{margin:8px 0 0}.eoms-mobile .eoms-success{color:#166534!important}
.eoms-table td small{color:#667085}
@media(max-width:520px){.eoms-att-times{grid-template-columns:repeat(2,1fr)}.eoms-card-title{align-items:center}.eoms-attendance-card{padding:17px}}

/* v1.2 - Izin, Sakit & Cuti */
.eoms-stat-word{font-size:22px!important;line-height:1.2!important}.eoms-tabs{display:flex;gap:8px;flex-wrap:wrap}.eoms-tab{display:inline-flex;padding:9px 12px;border-radius:999px;background:#f2f4f7;color:#475467;text-decoration:none;font-weight:800}.eoms-tab.active{background:#2458e6;color:#fff}
.eoms-leave-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.eoms-leave-badge.pending{background:#fef3c7;color:#92400e}.eoms-leave-badge.approved{background:#dcfce7;color:#166534}.eoms-leave-badge.rejected{background:#fee2e2;color:#991b1b}.eoms-leave-badge.cancelled{background:#f2f4f7;color:#475467}.eoms-att-badge.leave{background:#e0f2fe;color:#075985}
.eoms-review-form{display:grid;gap:8px;min-width:220px}.eoms-review-form input{width:100%;padding:9px 10px;border:1px solid #cfd5df;border-radius:9px}.eoms-review-actions{display:flex;gap:7px}.eoms-btn.approve{background:#16a34a;border-color:#16a34a;color:#fff}.eoms-btn.reject{background:#dc2626;border-color:#dc2626;color:#fff}
.eoms-leave-card details{border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;padding:13px 0;margin-bottom:16px}.eoms-leave-card summary{color:#101828!important}.eoms-leave-form{display:grid;gap:12px;margin-top:14px}.eoms-leave-form label{display:flex;flex-direction:column;gap:6px;color:#344054!important;font-weight:800}.eoms-leave-form label small{color:#667085!important;font-weight:600}.eoms-leave-form input,.eoms-leave-form select,.eoms-leave-form textarea{width:100%;padding:11px 12px;border:1px solid #cfd5df;border-radius:10px;background:#fff;color:#101828}.eoms-leave-dates{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.eoms-leave-history h4{margin:4px 0 10px;color:#101828!important}.eoms-leave-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-top:1px solid #eaecf0}.eoms-leave-item>div:first-child b,.eoms-leave-item>div:first-child small{display:block}.eoms-leave-item>div:first-child b{color:#101828!important}.eoms-leave-item>div:first-child small{color:#667085!important;margin-top:3px}.eoms-leave-side{display:flex;align-items:flex-end;gap:6px;flex-direction:column}.eoms-cancel-link{font-size:12px;color:#dc2626!important;text-decoration:none;font-weight:800}.eoms-mobile .eoms-leave-card p.muted{color:#667085!important}
.eoms-leave-day{padding:13px;border-radius:12px;background:#e0f2fe;color:#075985!important;font-weight:800;margin:8px 0 14px}.eoms-leave-day b{color:#075985!important}
@media(max-width:520px){.eoms-leave-dates{grid-template-columns:1fr}.eoms-review-form{min-width:190px}.eoms-leave-item{align-items:flex-start}}

/* v1.3 - Kasbon Karyawan */
.eoms-cash-summary,.eoms-cash-mini-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.eoms-cash-summary>div,.eoms-cash-mini-summary>div{padding:13px;border:1px solid #e4e7ec;border-radius:12px;background:#f8fafc}.eoms-cash-summary small,.eoms-cash-summary b,.eoms-cash-mini-summary small,.eoms-cash-mini-summary b{display:block}.eoms-cash-summary small,.eoms-cash-mini-summary small{color:#667085!important;margin-bottom:4px}.eoms-cash-summary b,.eoms-cash-mini-summary b{color:#101828!important;font-size:18px}.eoms-cash-mini-summary{grid-template-columns:2fr 1fr;margin-bottom:14px}.eoms-cash-total{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8!important;font-weight:900;white-space:nowrap}
.eoms-cash-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.eoms-cash-badge.pending{background:#fef3c7;color:#92400e}.eoms-cash-badge.approved{background:#dbeafe;color:#1e40af}.eoms-cash-badge.disbursed{background:#ede9fe;color:#5b21b6}.eoms-cash-badge.settled{background:#dcfce7;color:#166534}.eoms-cash-badge.rejected{background:#fee2e2;color:#991b1b}.eoms-cash-badge.cancelled{background:#f2f4f7;color:#475467}
.eoms-cash-balance{margin-top:8px}.eoms-cash-balance small,.eoms-cash-balance b{display:block}.eoms-cash-balance small{color:#667085}.eoms-cash-balance b{font-size:16px}.eoms-cash-action{display:grid;gap:7px;min-width:230px}.eoms-cash-action label{display:grid;gap:4px;font-size:12px;font-weight:800;color:#475467}.eoms-cash-action input,.eoms-cash-action select{width:100%;padding:9px 10px;border:1px solid #cfd5df;border-radius:9px;background:#fff;color:#101828}.eoms-payment-history{margin-top:10px}.eoms-payment-history summary{cursor:pointer;font-size:12px;font-weight:800;color:#2458e6}.eoms-payment-history div{padding:7px 0;border-top:1px solid #eaecf0}.eoms-payment-history b,.eoms-payment-history small{display:block}.eoms-payment-history small{color:#667085}
.eoms-cash-card details{border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;padding:13px 0;margin-bottom:16px}.eoms-cash-card summary{color:#101828!important;cursor:pointer}.eoms-cash-history h4{margin:4px 0 10px;color:#101828!important}.eoms-cash-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;border-top:1px solid #eaecf0}.eoms-cash-item>div:first-child b,.eoms-cash-item>div:first-child small{display:block}.eoms-cash-item>div:first-child>b{font-size:16px;color:#101828!important}.eoms-cash-item small{color:#667085!important;margin-top:3px}.eoms-stat-money{font-size:24px!important;line-height:1.25!important}
@media(max-width:520px){.eoms-cash-summary{grid-template-columns:1fr}.eoms-cash-action{min-width:190px}.eoms-cash-item{gap:8px}.eoms-cash-total{font-size:12px}.eoms-stat-money{font-size:20px!important}}

/* EOMS v1.4 Payroll */
.eoms-money-stat{font-size:18px!important}.eoms-block{display:block;color:#667085;margin-top:4px}.eoms-payroll-edit{display:grid;gap:7px;min-width:185px}.eoms-payroll-edit label,.eoms-pay-detail label{display:grid;gap:4px;font-size:12px;font-weight:700;color:#475467}.eoms-payroll-edit input,.eoms-payroll-edit textarea,.eoms-pay-detail input,.eoms-pay-detail select{width:100%;min-width:0;padding:7px 8px;border:1px solid #d0d5dd;border-radius:8px}.eoms-pay-detail{margin-top:8px}.eoms-pay-detail summary{cursor:pointer;font-weight:700;color:#2458e6}.eoms-pay-detail form{display:grid;gap:7px;margin-top:8px}.eoms-cash-badge.draft{background:#eef2ff;color:#3730a3}.eoms-cash-badge.approved{background:#fff7ed;color:#9a3412}.eoms-cash-badge.paid{background:#dcfce7;color:#166534}.eoms-slip-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:2px solid #101828}.eoms-slip-head h2{font-size:30px;margin:2px 0}.eoms-slip-head small,.eoms-slip-head p{display:block;color:#667085}.eoms-slip-lines{display:grid;gap:0;margin:18px 0}.eoms-slip-lines>div{display:flex;justify-content:space-between;gap:20px;padding:10px 4px;border-bottom:1px solid #eaecf0}.eoms-slip-lines .total{font-weight:800}.eoms-slip-lines .deduct b{color:#b42318}.eoms-slip-lines .net{background:#ecfdf3;border-radius:10px;padding:15px 12px;margin-top:8px;border:0}.eoms-slip-lines .net span,.eoms-slip-lines .net b{font-size:18px;font-weight:900}.eoms-slip-meta{display:flex;flex-wrap:wrap;gap:18px;padding:12px;background:#f8fafc;border-radius:10px}.eoms-slip-mobile{border:1px solid #eaecf0;border-radius:12px;margin:8px 0;overflow:hidden}.eoms-slip-mobile summary{display:flex;justify-content:space-between;align-items:center;gap:14px;cursor:pointer;padding:13px;list-style:none}.eoms-slip-mobile summary small{display:block;color:#667085;margin-top:3px}.eoms-slip-mobile summary strong{color:#2458e6}.eoms-slip-lines.compact{margin:0;padding:0 12px 12px}.eoms-slip-lines.compact>div{font-size:13px}.eoms-filter{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.eoms-filter label{display:grid;gap:5px;font-weight:700}.eoms-filter input{padding:9px 10px;border:1px solid #d0d5dd;border-radius:9px}
@media print{body *{visibility:hidden!important}.eoms-slip-print,.eoms-slip-print *{visibility:visible!important}.eoms-slip-print{position:absolute;left:0;top:0;width:100%;box-shadow:none!important;border:0!important}.no-print{display:none!important}}
@media(max-width:782px){.eoms-slip-head{flex-direction:column}.eoms-table th,.eoms-table td{min-width:145px}.eoms-payroll-edit{min-width:160px}}


/* EOMS v1.5 Kas Kantor & Operasional */
.eoms-office-cash-grid{grid-template-columns:repeat(4,1fr)}.eoms-office-money{font-size:22px!important}.eoms-office-money.in{color:#166534!important}.eoms-office-money.out{color:#b42318!important}.eoms-office-form{margin-top:14px}.eoms-office-toolbar{display:flex;justify-content:space-between;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:12px}.eoms-office-toolbar form{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.eoms-office-toolbar label{display:grid;gap:4px;font-weight:700;color:#475467}.eoms-office-toolbar input,.eoms-office-toolbar select{padding:9px 10px;border:1px solid #d0d5dd;border-radius:9px}.eoms-flow{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900}.eoms-flow.income{background:#dcfce7;color:#166534}.eoms-flow.expense{background:#fee2e2;color:#991b1b}.eoms-cash-badge.void{background:#f2f4f7;color:#475467}.eoms-cash-badge.pending{background:#fef3c7;color:#92400e}.eoms-cash-badge.approved{background:#dcfce7;color:#166534}
@media(max-width:782px){.eoms-office-cash-grid{grid-template-columns:repeat(2,1fr)}.eoms-office-toolbar{align-items:stretch}.eoms-office-toolbar form{width:100%}}

/* EOMS v1.6 - Bank reconciliation */
.eoms-bank-import small,.eoms-bank-source small,.eoms-bank-table small.eoms-block{display:block;color:#667085;margin-top:4px}
.eoms-bank-summary{grid-template-columns:repeat(5,minmax(150px,1fr))}
.eoms-bank-source{display:flex;justify-content:space-between;gap:20px;align-items:center}
.eoms-bank-source>div{min-width:0}.eoms-bank-source b{display:block}
.eoms-bank-table td{vertical-align:top}.eoms-bank-table td:nth-child(2){min-width:260px}.eoms-bank-table td:nth-child(5){min-width:280px}.eoms-bank-table td:nth-child(6){min-width:170px}
.eoms-bank-status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.eoms-bank-status.matched{background:#dcfce7;color:#166534}.eoms-bank-status.unmatched{background:#fff3cd;color:#7a5200}.eoms-bank-status.ignored{background:#eef2f6;color:#475467}
.eoms-bank-match-form{display:flex;gap:7px;align-items:center}.eoms-bank-match-form select{min-width:220px}.eoms-bank-actions details{margin-bottom:8px}.eoms-bank-actions summary{cursor:pointer;font-weight:700}.eoms-bank-create-cash,.eoms-bank-ignore-form{display:grid;gap:7px;margin-top:8px;padding:10px;background:#f8fafc;border-radius:10px}.eoms-bank-create-cash label{display:grid;gap:4px}.eoms-bank-create-cash input,.eoms-bank-create-cash select,.eoms-bank-ignore-form select{width:100%}.eoms-btn.danger-bg{border-color:#fecaca;color:#b42318;background:#fff5f5}
@media(max-width:900px){.eoms-bank-summary{grid-template-columns:repeat(2,1fr)}.eoms-bank-source{flex-direction:column;align-items:flex-start}.eoms-bank-match-form{align-items:stretch;flex-direction:column}.eoms-bank-match-form select{min-width:0;width:100%}}

/* EOMS v1.7 - Owner Dashboard & Integrated Office Report */
.eoms-owner-focus{border:1px solid #c7d7fe;background:linear-gradient(180deg,#f8fbff,#fff)}
.eoms-owner-kicker{display:block;color:#2458e6!important;font-weight:900;letter-spacing:.08em;margin-bottom:5px}
.eoms-owner-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.eoms-owner-mini>div{padding:14px;background:#fff;border:1px solid #dce5f5;border-radius:13px}.eoms-owner-mini small,.eoms-owner-mini b{display:block}.eoms-owner-mini small{color:#667085!important;margin-bottom:5px}.eoms-owner-mini b{color:#101828!important;font-size:17px}.eoms-owner-mini b.plus{color:#166534!important}.eoms-owner-mini b.minus{color:#b42318!important}
.eoms-owner-alertline,.eoms-owner-ok{margin-top:12px;padding:12px 14px;border-radius:12px}.eoms-owner-alertline{background:#fff7ed;color:#9a3412}.eoms-owner-alertline a{color:#9a3412;font-weight:800;text-decoration:none}.eoms-owner-ok{background:#ecfdf3;color:#166534;font-weight:700}
.eoms-owner-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:end;flex-wrap:wrap}.eoms-owner-toolbar form{display:flex;gap:10px;align-items:end}.eoms-owner-toolbar label{display:grid;gap:5px;font-weight:800;color:#475467}.eoms-owner-toolbar input{padding:9px 10px;border:1px solid #d0d5dd;border-radius:9px}
.eoms-owner-title{margin:20px 0 12px}.eoms-owner-title small{font-weight:900;color:#2458e6;letter-spacing:.08em}.eoms-owner-title h2{font-size:28px;margin:3px 0;color:#101828}
.eoms-owner-topgrid{grid-template-columns:repeat(4,1fr)}.eoms-owner-moneygrid{grid-template-columns:repeat(4,1fr)}.eoms-owner-bankgrid{grid-template-columns:repeat(3,1fr)}.eoms-owner-report .eoms-stat span{display:block;color:#667085;margin-top:6px;font-size:12px}.eoms-owner-report .eoms-stat strong{font-size:28px}.eoms-owner-report .eoms-stat strong.eoms-owner-money{font-size:20px}.eoms-owner-report .owner-income strong{color:#166534}.eoms-owner-report .owner-expense strong{color:#b42318}
.eoms-owner-alerts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.eoms-owner-alerts a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;text-decoration:none;color:#9a3412;font-weight:800}.eoms-owner-alerts b{min-width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#ffedd5}
.eoms-owner-table td small{display:block;color:#667085;margin-top:3px}.eoms-owner-table td b{color:#101828}
.eoms-owner-cats{display:grid;gap:13px}.eoms-owner-catline{display:flex;justify-content:space-between;gap:15px;align-items:end}.eoms-owner-catline span b,.eoms-owner-catline span small{display:block}.eoms-owner-catline span small{color:#667085;margin-top:3px}.eoms-owner-catline strong{white-space:nowrap}.eoms-owner-bar{height:8px;border-radius:999px;background:#eef2f6;overflow:hidden;margin-top:7px}.eoms-owner-bar i{display:block;height:100%;background:#2458e6;border-radius:999px}
@media(max-width:1000px){.eoms-owner-topgrid,.eoms-owner-moneygrid{grid-template-columns:repeat(2,1fr)}.eoms-owner-mini{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.eoms-owner-bankgrid{grid-template-columns:1fr 1fr}.eoms-owner-alerts{grid-template-columns:1fr}.eoms-owner-toolbar,.eoms-owner-toolbar form{align-items:stretch}.eoms-owner-toolbar form{width:100%}.eoms-owner-toolbar label{flex:1}.eoms-owner-mini{grid-template-columns:1fr 1fr}.eoms-owner-report .eoms-stat strong{font-size:23px}}
@media print{.eoms-owner-report{background:#fff}.eoms-owner-report .eoms-head .eoms-btn,.eoms-owner-toolbar,.eoms-adminbar{display:none!important}.eoms-owner-report .eoms-card,.eoms-owner-report .eoms-stat{box-shadow:none!important;break-inside:avoid}}
@media print{
  body .eoms-owner-report,body .eoms-owner-report *{visibility:visible!important}
  body .eoms-owner-report{position:absolute;left:0;top:0;width:100%!important;margin:0!important;padding:0!important}
  body .eoms-owner-report .no-print,body .eoms-owner-report .eoms-head>a{display:none!important}
}

/* v1.7.1 - Geofence Absensi */
.eoms-geofence-place{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:14px;background:#eff6ff;color:#1e3a8a;margin-bottom:12px}.eoms-geofence-place b{font-size:17px}.eoms-geofence-place span{font-size:13px;color:#475569}.eoms-toggle-row{display:flex!important;gap:12px!important;align-items:flex-start!important;padding:14px 16px;border:1px solid #dbe3ef;border-radius:14px;background:#f8fafc;margin:14px 0}.eoms-toggle-row input{width:20px!important;height:20px!important;min-height:20px!important;margin-top:2px}.eoms-toggle-row span{display:flex;flex-direction:column;gap:3px}.eoms-toggle-row small{color:#667085;font-weight:500}.eoms-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.eoms-form-grid label{display:flex!important;flex-direction:column;gap:6px;font-weight:700}.eoms-form-grid input{width:100%;padding:10px 12px;border:1px solid #ccd2db;border-radius:10px}.eoms-gps-status.success{border:1px solid #bbf7d0}.eoms-gps-status.error{border:1px solid #fecdd3}.eoms-gps-status.loading{border:1px solid #bfdbfe}@media(max-width:600px){.eoms-form-grid{grid-template-columns:1fr}.eoms-toggle-row{padding:12px}}

/* EOMS v1.8 - Bonus Absensi Otomatis */
.eoms-att-bonus-box{margin-top:7px;padding:10px 11px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff}.eoms-att-bonus-box small,.eoms-att-bonus-box b,.eoms-att-bonus-box span{display:block}.eoms-att-bonus-box small{color:#475467!important}.eoms-att-bonus-box b{color:#1d4ed8!important;font-size:18px}.eoms-att-bonus-box span{color:#667085!important;font-size:11px;margin-top:3px;line-height:1.4}
.eoms-slip-lines .attendance-bonus{background:#eff6ff}.eoms-slip-lines .attendance-bonus b{color:#1d4ed8}
.eoms-att-bonus-card h3{margin-bottom:0}.eoms-att-bonus-weeks{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:12px 0}.eoms-att-bonus-weeks>div{padding:11px;border:1px solid #e4e7ec;border-radius:11px;background:#f8fafc;min-width:0}.eoms-att-bonus-weeks small,.eoms-att-bonus-weeks b,.eoms-att-bonus-weeks span,.eoms-att-bonus-weeks em{display:block}.eoms-att-bonus-weeks small{color:#667085!important}.eoms-att-bonus-weeks b{color:#101828!important;margin:3px 0}.eoms-att-bonus-weeks span{color:#344054!important;font-size:12px}.eoms-att-bonus-weeks em{font-size:10px;color:#667085!important;font-style:normal;margin-top:4px;line-height:1.3}.eoms-att-bonus-weeks .earned{background:#ecfdf3;border-color:#bbf7d0}.eoms-att-bonus-weeks .earned b{color:#166534!important}.eoms-att-bonus-weeks .lost{background:#fef2f2;border-color:#fecaca}.eoms-att-bonus-weeks .lost b{color:#991b1b!important}.eoms-att-bonus-weeks .running{background:#fffbeb;border-color:#fde68a}.eoms-att-bonus-weeks .running b{color:#92400e!important}.eoms-att-bonus-weeks .not_applicable,.eoms-att-bonus-weeks .not_effective{background:#f8fafc}.eoms-att-bonus-weeks .not_applicable b,.eoms-att-bonus-weeks .not_effective b{color:#667085!important}
@media(max-width:600px){.eoms-att-bonus-weeks{grid-template-columns:repeat(2,1fr)}.eoms-att-bonus-card .eoms-card-title{align-items:flex-start;gap:8px}.eoms-att-bonus-card .eoms-pill{font-size:10px}}

/* EOMS v1.8.1 - Monitoring Bonus Absensi di Payroll */
.eoms-live-stat{border-color:#bfdbfe!important;background:#eff6ff!important}.eoms-live-stat strong{color:#1d4ed8!important}.eoms-live-stat span{display:block;color:#475467!important;font-size:11px;margin-top:5px}
.eoms-att-live-box{margin-top:9px;padding:11px;border:1px solid #bfdbfe;border-radius:11px;background:#f8fbff;min-width:210px}.eoms-att-live-box>small{display:block;color:#475467!important;font-size:10px;font-weight:900;letter-spacing:.04em}.eoms-att-live-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:3px}.eoms-att-live-head b{color:#1d4ed8!important;font-size:18px}.eoms-att-live-head em{color:#475467!important;font-size:10px;font-style:normal;font-weight:700;white-space:nowrap}.eoms-att-live-status{display:block;color:#344054!important;font-size:11px;line-height:1.45;margin-top:4px}.eoms-att-live-details{margin-top:7px}.eoms-att-live-details summary{cursor:pointer;color:#1d4ed8!important;font-size:11px;font-weight:800}.eoms-att-live-weeks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:7px}.eoms-att-live-weeks>div{padding:7px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;min-width:0}.eoms-att-live-weeks small,.eoms-att-live-weeks b,.eoms-att-live-weeks span,.eoms-att-live-weeks em{display:block}.eoms-att-live-weeks small{color:#667085!important;font-size:9px}.eoms-att-live-weeks b{font-size:11px;color:#101828!important}.eoms-att-live-weeks span{font-size:10px;color:#344054!important}.eoms-att-live-weeks em{font-size:9px;line-height:1.35;color:#667085!important;font-style:normal;margin-top:3px}.eoms-att-live-weeks .earned{background:#ecfdf3;border-color:#bbf7d0}.eoms-att-live-weeks .earned b{color:#166534!important}.eoms-att-live-weeks .lost{background:#fef2f2;border-color:#fecaca}.eoms-att-live-weeks .lost b{color:#991b1b!important}.eoms-att-live-weeks .running{background:#fffbeb;border-color:#fde68a}.eoms-att-live-weeks .running b{color:#92400e!important}.eoms-att-live-note{margin:8px 0 0!important;padding:7px 8px;border-radius:8px;background:#fff7ed;color:#9a3412!important;font-size:10px;line-height:1.4}.eoms-att-live-note b{color:#9a3412!important}
@media(max-width:782px){.eoms-att-live-box{min-width:230px}.eoms-att-live-weeks{grid-template-columns:1fr 1fr}}

/* EOMS v1.8.2 - tanggal efektif bonus */
.eoms-att-live-weeks .not_effective{background:#f8fafc;border-color:#d0d5dd}.eoms-att-live-weeks .not_effective b{color:#667085!important}.eoms-att-live-effective{margin:7px 0 0!important;padding:7px 8px;border-radius:8px;background:#eef4ff;color:#344054!important;font-size:10px;line-height:1.4}.eoms-att-live-effective b{color:#1d4ed8!important}

/* EOMS v1.8.3 - Galeri Selfie Absensi */
.eoms-photo-link{font-weight:700;cursor:pointer}
.eoms-photo-viewer{position:fixed;inset:0;z-index:999999;background:rgba(3,7,18,.96);display:none;align-items:stretch;justify-content:center;touch-action:pan-y;overscroll-behavior:contain}
.eoms-photo-viewer.is-open{display:flex}
.eoms-photo-viewer-inner{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:58px 16px 28px;box-sizing:border-box}
.eoms-photo-viewer-image-wrap{width:100%;min-height:0;flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}
.eoms-photo-viewer img{display:block;max-width:100%;max-height:calc(100vh - 160px);width:auto;height:auto;object-fit:contain;border-radius:8px;user-select:none;-webkit-user-drag:none}
.eoms-photo-viewer-top{position:absolute;left:0;right:0;top:0;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:rgba(0,0,0,.46);color:#fff;box-sizing:border-box}
.eoms-photo-viewer-meta{min-width:0;display:flex;flex-direction:column;gap:1px}.eoms-photo-viewer-meta b{color:#fff!important;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eoms-photo-viewer-meta span{color:#d1d5db!important;font-size:11px}
.eoms-photo-close{border:0;background:rgba(255,255,255,.14);color:#fff!important;width:40px;height:40px;border-radius:999px;font-size:25px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}
.eoms-photo-viewer-nav{position:absolute;left:12px;right:12px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:none}
.eoms-photo-navbtn{pointer-events:auto;border:1px solid rgba(255,255,255,.28);background:rgba(17,24,39,.72);color:#fff!important;min-width:48px;height:44px;border-radius:999px;font-size:22px;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer}
.eoms-photo-counter{color:#fff!important;background:rgba(17,24,39,.72);border:1px solid rgba(255,255,255,.20);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}
body.eoms-photo-viewer-open{overflow:hidden!important;touch-action:none}
@media(max-width:600px){.eoms-photo-viewer-inner{padding:54px 0 24px}.eoms-photo-viewer img{max-height:calc(100vh - 142px);border-radius:0}.eoms-photo-viewer-top{padding:6px 10px}.eoms-photo-viewer-nav{bottom:12px}.eoms-photo-navbtn{width:44px;height:44px;min-width:44px}}
