:root{--bg:#08111f;--panel:#0f172a;--panel2:#111c31;--line:#27364f;--text:#eaf2ff;--muted:#94a3b8;--blue:#38bdf8;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--purple:#8b5cf6}*{box-sizing:border-box}html{scrollbar-width:auto;scrollbar-color:#475569 #0b1220}body{margin:0;background:linear-gradient(135deg,#07111f,#0f172a 55%,#111827);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial;min-height:100vh}.shell{width:min(1560px,94vw);margin:0 auto;padding:28px 0 44px}.topbar{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:18px}.badge{display:inline-flex;background:#172554;color:#bfdbfe;border:1px solid #1d4ed8;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.topbar h1{font-size:clamp(34px,5vw,60px);line-height:1;margin:10px 0 8px}.topbar p{margin:0;color:var(--muted)}button{border:0;border-radius:12px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#052e16;font-weight:900;padding:11px 14px;cursor:pointer}.ghost{background:#172033;color:#dbeafe;border:1px solid var(--line)}.top-actions{display:flex;gap:10px;flex-wrap:wrap}.panel,.sum-card{background:rgba(15,23,42,.94);border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 55px rgba(0,0,0,.25)}.filters{display:grid;grid-template-columns:2fr 1fr .8fr .9fr .9fr .9fr auto;gap:12px;padding:14px;margin-bottom:16px}.filters label{display:flex;flex-direction:column;gap:6px}.filters span{font-size:11px;color:#93c5fd;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.filters input,.filters select{border:1px solid #30415f;background:#08111f;color:var(--text);border-radius:12px;padding:11px 12px;outline:none}.filters input:focus,.filters select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(56,189,248,.14)}.reset{align-self:end}.summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.sum-card{padding:18px;position:relative;overflow:hidden}.sum-card small{display:block;color:#cbd5e1;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.sum-card strong{display:block;font-size:clamp(22px,2.4vw,34px);margin:9px 0;font-variant-numeric:tabular-nums}.sum-card span{color:var(--muted)}.sum-card.usd{border-color:rgba(56,189,248,.45);background:linear-gradient(135deg,rgba(30,64,175,.88),rgba(15,23,42,.94))}.sum-card.idr{border-color:rgba(239,68,68,.45);background:linear-gradient(135deg,rgba(153,27,27,.88),rgba(15,23,42,.94))}.section-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;padding:16px 16px 10px}.section-title h2{margin:0;font-size:22px}.section-title p,.hint{margin:4px 0 0;color:var(--muted);font-size:13px}.grid-wrap{overflow:auto;max-height:68vh;border-top:1px solid var(--line);border-radius:0 0 18px 18px}.grid-wrap::-webkit-scrollbar{width:12px;height:12px}.grid-wrap::-webkit-scrollbar-track{background:#0b1220}.grid-wrap::-webkit-scrollbar-thumb{background:#475569;border-radius:999px;border:2px solid #0b1220}.grid-wrap::-webkit-scrollbar-thumb:hover{background:#64748b}table{width:100%;min-width:1250px;border-collapse:collapse;background:#08111f}th,td{border:1px solid #263650;padding:11px 12px;text-align:left;white-space:nowrap}th{position:sticky;top:0;background:#172033;color:#bfdbfe;z-index:2;text-transform:uppercase;font-size:12px;letter-spacing:.06em;cursor:pointer}tbody tr:nth-child(even){background:#0b1424}tbody tr:hover{background:#12213a}td.money{text-align:right;font-variant-numeric:tabular-nums;font-weight:800}.pill,.status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.pill.usd{background:rgba(56,189,248,.16);color:#7dd3fc}.pill.idr{background:rgba(239,68,68,.16);color:#fca5a5}.status.active{background:rgba(34,197,94,.16);color:#86efac}.status.disabled,.status.closed{background:rgba(148,163,184,.14);color:#cbd5e1}.status.payment{background:rgba(239,68,68,.16);color:#fca5a5}.status.review,.status.warning,.status.unknown{background:rgba(245,158,11,.16);color:#fcd34d}.detail-btn{background:#1e3a8a;color:#dbeafe;border:1px solid #2563eb;padding:8px 10px}.id-cell{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#dbeafe}dialog{width:min(1320px,95vw);border:1px solid var(--line);border-radius:18px;background:#08111f;color:var(--text);padding:0;box-shadow:0 30px 90px rgba(0,0,0,.58)}dialog::backdrop{background:rgba(2,6,23,.76)}.dialog-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line);background:#111c31}.dialog-head h3{margin:0;font-size:24px}.dialog-head p{margin:5px 0 0;color:var(--muted)}.dialog-head button{background:#1f2937;color:white;font-size:24px}.detail-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 20px}.detail-kpis div{border:1px solid var(--line);background:#0f172a;border-radius:14px;padding:12px}.detail-kpis span{display:block;color:var(--muted);font-size:12px}.detail-kpis b{font-size:20px}.detail-toolbar{display:flex;justify-content:space-between;padding:0 20px 10px;color:#bfdbfe}.matrix-wrap{padding:0 20px 20px;overflow:auto;max-height:58vh}.matrix-wrap table{min-width:1300px}.matrix-wrap th,.matrix-wrap td{text-align:right}.matrix-wrap th:first-child,.matrix-wrap td:first-child,.matrix-wrap th:nth-child(2),.matrix-wrap td:nth-child(2){text-align:left;background:#111c31;position:sticky}.matrix-wrap th:first-child,.matrix-wrap td:first-child{left:0}.matrix-wrap th:nth-child(2),.matrix-wrap td:nth-child(2){left:76px}@media(max-width:1000px){.topbar{align-items:flex-start;flex-direction:column}.filters{grid-template-columns:1fr 1fr}.filters .wide{grid-column:1/-1}.summary{grid-template-columns:1fr 1fr}.grid-wrap{max-height:none}}@media(max-width:640px){.shell{width:min(100vw - 18px,1560px);padding-top:18px}.filters,.summary{grid-template-columns:1fr}.section-title{align-items:flex-start;flex-direction:column}.grid-wrap{max-height:none}.detail-kpis{grid-template-columns:1fr 1fr}.top-actions{width:100%}.top-actions button{flex:1}}

/* v6 date range calendar picker */
.filters{position:relative}.date-picker-field{display:flex;flex-direction:column;gap:6px}.date-picker-field>span{font-size:11px;color:#93c5fd;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.date-range-button{width:100%;text-align:left;border:1px solid #30415f;background:#08111f;color:var(--text);border-radius:12px;padding:11px 12px;font-weight:800}.date-range-button:after{content:'📅';float:right}.date-picker-popover{position:absolute;right:14px;top:78px;z-index:50;width:min(760px,calc(100vw - 28px));background:#0b1220;border:1px solid #334155;border-radius:18px;box-shadow:0 28px 90px rgba(0,0,0,.55);padding:14px}.date-picker-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.date-picker-head strong{font-size:16px}.date-picker-head button{width:38px;height:38px;padding:0;font-size:24px}.quick-ranges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.quick-ranges button{background:#172033;color:#dbeafe;border:1px solid #334155;padding:8px 10px;border-radius:999px}.quick-ranges button:hover{border-color:#38bdf8}.calendar-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.month-card{border:1px solid #263650;border-radius:14px;overflow:hidden;background:#08111f}.month-title{text-align:center;background:#111c31;color:#bfdbfe;font-weight:900;padding:10px}.days-head,.days-grid{display:grid;grid-template-columns:repeat(7,1fr)}.days-head span{font-size:11px;color:#94a3b8;text-align:center;padding:8px 0;font-weight:900}.day-cell{height:38px;border:0;background:transparent!important;color:#eaf2ff!important;border-radius:10px;margin:2px;font-weight:800}.day-cell:hover{background:#1e3a8a!important}.day-cell.muted{opacity:.25}.day-cell.in-range{background:rgba(56,189,248,.18)!important}.day-cell.selected{background:linear-gradient(135deg,#22c55e,#38bdf8)!important;color:#02111f!important}.day-cell.today{outline:1px solid #facc15}.date-picker-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;color:#cbd5e1}.date-picker-actions button{min-width:120px}@media(max-width:760px){.date-picker-popover{position:fixed;left:10px;right:10px;top:70px;width:auto;max-height:calc(100vh - 90px);overflow:auto}.calendar-grid{grid-template-columns:1fr}.filters{grid-template-columns:1fr}.date-picker-actions{flex-direction:column;align-items:stretch}}


/* v8 clean calendar modal redesign */
.date-picker-popover{
  position:fixed!important;
  left:50%!important;
  top:92px!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(430px,calc(100vw - 24px))!important;
  max-height:calc(100vh - 112px)!important;
  overflow:auto!important;
  padding:16px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#111c31,#08111f)!important;
  border:1px solid rgba(125,211,252,.28)!important;
  box-shadow:0 30px 100px rgba(0,0,0,.68),0 0 0 9999px rgba(2,6,23,.55)!important;
  z-index:999!important;
}
.date-picker-head{margin-bottom:14px!important;padding-bottom:12px!important;border-bottom:1px solid rgba(148,163,184,.2)!important}.date-picker-head strong{font-size:18px!important;color:#eaf2ff!important}.date-picker-head button{border-radius:12px!important;background:#172033!important;border:1px solid #334155!important;color:#dbeafe!important}
.quick-ranges{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-bottom:14px!important}.quick-ranges button{border-radius:12px!important;background:#101a2c!important;border:1px solid #334155!important;color:#dbeafe!important;padding:9px 8px!important;font-size:12px!important}.quick-ranges button:hover{background:#172554!important;border-color:#38bdf8!important}
.calendar-grid{display:block!important}.month-card{border:1px solid rgba(125,211,252,.24)!important;border-radius:18px!important;background:#07111f!important;overflow:hidden!important}.month-title{background:linear-gradient(90deg,#1e3a8a,#312e81)!important;color:white!important;padding:12px!important;font-size:15px!important;letter-spacing:.02em!important}.days-head{background:#0f172a!important;border-bottom:1px solid rgba(148,163,184,.2)!important}.days-head span{padding:10px 0!important;color:#93c5fd!important;font-size:11px!important}.days-grid{padding:8px!important;gap:4px!important}.day-cell{height:42px!important;min-width:0!important;margin:0!important;border-radius:12px!important;background:transparent!important;color:#eaf2ff!important;font-size:14px!important;border:1px solid transparent!important;transition:.12s ease!important}.day-cell:hover{background:rgba(56,189,248,.16)!important;border-color:rgba(56,189,248,.45)!important}.day-cell.muted{opacity:.28!important}.day-cell.in-range{background:rgba(56,189,248,.18)!important;border-color:rgba(56,189,248,.22)!important}.day-cell.selected{background:linear-gradient(135deg,#22c55e,#38bdf8)!important;color:#02111f!important;border-color:transparent!important;box-shadow:0 8px 18px rgba(56,189,248,.22)!important}.day-cell.today{outline:2px solid #facc15!important;outline-offset:-3px!important}.date-picker-actions{margin-top:14px!important;padding-top:12px!important;border-top:1px solid rgba(148,163,184,.2)!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important}.date-picker-actions span{font-size:12px!important;color:#cbd5e1!important}.date-picker-actions button{border-radius:12px!important;padding:10px 14px!important;background:linear-gradient(135deg,#22c55e,#38bdf8)!important;color:#03121f!important}
.date-picker-field{min-width:230px}.date-range-button{height:42px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
@media(max-width:760px){.date-picker-popover{top:70px!important;width:calc(100vw - 18px)!important;max-height:calc(100vh - 84px)!important}.quick-ranges{grid-template-columns:repeat(2,1fr)!important}.date-picker-actions{grid-template-columns:1fr!important}.date-picker-actions button{width:100%!important}.day-cell{height:40px!important}}

/* v9 date range button icon alignment fix */
.date-range-button{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;line-height:1.2!important;padding:0 14px!important;min-height:54px!important;font-size:18px!important;font-weight:900!important}.date-range-button:after{content:''!important;display:block!important;flex:0 0 24px!important;width:24px!important;height:24px!important;float:none!important;background-color:#93c5fd!important;opacity:.95!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") center/contain no-repeat}.date-range-button:hover:after{background-color:#e0f2fe!important}@media(max-width:760px){.date-range-button{font-size:16px!important;min-height:50px!important}.date-range-button:after{width:22px!important;height:22px!important;flex-basis:22px!important}}

/* v10 fix date range field width + typography */
.filters{grid-template-columns:1.6fr 1fr .75fr .9fr auto!important;align-items:end!important}.date-picker-field{grid-column:1 / -2!important;min-width:0!important;width:100%!important}.date-range-button{width:100%!important;max-width:100%!important;min-height:48px!important;height:48px!important;padding:0 16px!important;font-size:clamp(14px,1.35vw,18px)!important;letter-spacing:.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.date-range-button:after{width:20px!important;height:20px!important;flex:0 0 20px!important;margin-left:10px!important}.reset{grid-column:-2 / -1!important;height:48px!important}.date-picker-field>span{margin-bottom:2px!important}.filters label.wide{grid-column:1 / 3!important}
@media(max-width:1100px){.filters{grid-template-columns:1fr 1fr!important}.filters label.wide,.date-picker-field{grid-column:1 / -1!important}.reset{grid-column:1 / -1!important;width:100%!important}.date-range-button{font-size:16px!important}}
@media(max-width:560px){.date-range-button{font-size:14px!important;padding:0 12px!important}.date-range-button:after{width:18px!important;height:18px!important;flex-basis:18px!important}.filters{gap:10px!important}}


/* v11 clean yesterday summary card */
.yesterday-card strong{display:none!important}.split-currency{display:grid;gap:10px;margin-top:10px}.split-currency>div{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(148,163,184,.20);border-radius:14px;background:rgba(2,6,23,.28)}.split-currency span{color:#93c5fd!important;font-size:13px!important;font-weight:900!important;letter-spacing:.08em}.split-currency b{font-size:clamp(20px,2vw,28px);line-height:1.1;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yesterday-card em{display:block;margin-top:10px;color:#94a3b8;font-style:normal;font-size:13px}.sum-card.neutral{background:linear-gradient(135deg,rgba(30,41,59,.96),rgba(15,23,42,.94))}@media(max-width:640px){.split-currency b{font-size:22px}.split-currency>div{grid-template-columns:48px 1fr}}


/* v12 pagination controls to avoid very long PWA scroll */
.table-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.table-controls label{display:flex;align-items:center;gap:8px;color:#93c5fd;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.table-controls select{border:1px solid #30415f;background:#08111f;color:var(--text);border-radius:10px;padding:8px 10px}.table-controls button{padding:8px 11px}.table-controls button:disabled{opacity:.45;cursor:not-allowed}.table-controls span{color:#cbd5e1;font-weight:800;font-size:13px;min-width:130px;text-align:center}.grid-wrap{max-height:none!important}.table-panel{margin-bottom:40px}@media(max-width:760px){.table-controls{justify-content:stretch;width:100%}.table-controls label,.table-controls button,.table-controls span{flex:1}.table-controls span{order:5;min-width:100%;text-align:left}.section-title{gap:14px}}


/* v14 detail matrix cleanup: year as filter, no transparent sticky overlap */
.matrix-wrap table{min-width:1180px!important;border-collapse:collapse!important;background:#07111f!important}.matrix-wrap th,.matrix-wrap td{border:1px solid #334155!important;background:#0b1220!important}.matrix-wrap tbody tr:nth-child(even) td{background:#0f172a!important}.matrix-wrap th:first-child,.matrix-wrap td:first-child{position:sticky!important;left:0!important;z-index:4!important;background:#111c31!important;color:#dbeafe!important;text-align:left!important;box-shadow:8px 0 14px rgba(2,6,23,.45)!important;min-width:120px!important}.matrix-wrap th:nth-child(2),.matrix-wrap td:nth-child(2){position:static!important;left:auto!important;background:#0b1220!important;box-shadow:none!important;text-align:right!important}.detail-toolbar span{color:#93c5fd!important}.filters{grid-template-columns:1.4fr .9fr .7fr .85fr .65fr auto!important}.date-picker-field{grid-column:1 / -2!important}.filters label.wide{grid-column:1 / 3!important}@media(max-width:1100px){.filters{grid-template-columns:1fr 1fr!important}.filters label.wide,.date-picker-field{grid-column:1 / -1!important}}

/* v15 fix sticky Bulan column bleed-through in detail matrix */
.matrix-wrap{position:relative!important;background:#08111f!important;isolation:isolate!important}.matrix-wrap table{border-collapse:separate!important;border-spacing:0!important;background:#08111f!important}.matrix-wrap th,.matrix-wrap td{background-clip:padding-box!important}.matrix-wrap th:first-child,.matrix-wrap td:first-child{position:sticky!important;left:0!important;z-index:20!important;background:#111c31!important;background-image:linear-gradient(180deg,#111c31,#0f172a)!important;box-shadow:10px 0 0 #08111f,14px 0 18px rgba(2,6,23,.85)!important;border-right:2px solid #38bdf8!important;min-width:140px!important;max-width:140px!important;width:140px!important;overflow:hidden!important}.matrix-wrap th:first-child{z-index:30!important;background:#172033!important}.matrix-wrap td:first-child{font-weight:900!important;color:#eaf2ff!important}.matrix-wrap th:first-child::after,.matrix-wrap td:first-child::after{content:'';position:absolute;top:-1px;right:-16px;width:16px;height:calc(100% + 2px);background:#08111f;pointer-events:none;z-index:31}.matrix-wrap th:not(:first-child),.matrix-wrap td:not(:first-child){position:relative!important;z-index:1!important}.matrix-wrap tr:hover td:first-child{background-image:linear-gradient(180deg,#172554,#111c31)!important}


/* v16 real fix: split Bulan column from horizontal date scroller, so dates cannot appear behind it */
.matrix-wrap{padding:0 20px 20px!important;overflow:visible!important;max-height:none!important;background:#08111f!important}.matrix-split{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;align-items:start!important;border:1px solid #334155!important;border-radius:14px!important;overflow:hidden!important;background:#08111f!important}.month-table,.days-table{border-collapse:collapse!important;width:100%!important;background:#08111f!important}.month-table{table-layout:fixed!important;position:relative!important;z-index:5!important;box-shadow:10px 0 18px rgba(2,6,23,.65)!important}.days-scroll{overflow:auto!important;max-width:100%!important;scrollbar-color:#475569 #0b1220!important}.days-scroll::-webkit-scrollbar{height:12px;width:12px}.days-scroll::-webkit-scrollbar-track{background:#0b1220}.days-scroll::-webkit-scrollbar-thumb{background:#475569;border-radius:999px;border:2px solid #0b1220}.month-table th,.month-table td,.days-table th,.days-table td{height:43px!important;border:1px solid #334155!important;padding:10px 12px!important;white-space:nowrap!important;box-sizing:border-box!important}.month-table th{background:#172033!important;color:#bfdbfe!important;text-align:left!important;text-transform:uppercase!important;font-size:12px!important;letter-spacing:.06em!important}.month-table td{background:#111c31!important;color:#eaf2ff!important;font-weight:900!important;text-align:left!important}.days-table{min-width:1180px!important}.days-table th{background:#172033!important;color:#bfdbfe!important;text-align:right!important;text-transform:uppercase!important;font-size:12px!important;letter-spacing:.06em!important}.days-table td{background:#0b1220!important;text-align:right!important;font-variant-numeric:tabular-nums!important}.days-table tbody tr:nth-child(even) td{background:#0f172a!important}.days-table tbody tr:hover td{background:#12213a!important}.days-table td.money{font-weight:900!important;color:#fde68a!important;background:#111827!important}.matrix-wrap table th:first-child,.matrix-wrap table td:first-child,.matrix-wrap table th:nth-child(2),.matrix-wrap table td:nth-child(2){position:static!important;left:auto!important;box-shadow:none!important;min-width:auto!important;max-width:none!important;width:auto!important}.matrix-wrap table th:first-child::after,.matrix-wrap table td:first-child::after{display:none!important;content:none!important}@media(max-width:640px){.matrix-split{grid-template-columns:118px minmax(0,1fr)!important}.month-table th,.month-table td,.days-table th,.days-table td{height:40px!important;padding:8px 9px!important}.days-table{min-width:1040px!important}}


/* v17 rollback detail matrix to one reliable table: Bulan + dates + spending visible */
.matrix-wrap{padding:0 20px 20px!important;overflow:auto!important;max-height:58vh!important;background:#08111f!important}.matrix-wrap .daily-detail-table{width:max-content!important;min-width:1280px!important;border-collapse:collapse!important;background:#08111f!important}.daily-detail-table th,.daily-detail-table td{height:42px!important;border:1px solid #334155!important;padding:9px 11px!important;white-space:nowrap!important;box-sizing:border-box!important}.daily-detail-table th{position:sticky!important;top:0!important;z-index:5!important;background:#172033!important;color:#bfdbfe!important;text-align:right!important;text-transform:uppercase!important;font-size:12px!important;letter-spacing:.06em!important}.daily-detail-table th:first-child{text-align:left!important;min-width:130px!important}.daily-detail-table td{background:#0b1220!important;text-align:right!important;font-variant-numeric:tabular-nums!important;color:#eaf2ff!important}.daily-detail-table tbody tr:nth-child(even) td{background:#0f172a!important}.daily-detail-table tbody tr:hover td{background:#12213a!important}.daily-detail-table td.month-name{text-align:left!important;font-weight:900!important;color:#dbeafe!important;background:#111c31!important}.daily-detail-table td.total-cell{font-weight:900!important;color:#fde68a!important;background:#111827!important}.matrix-wrap .matrix-split,.matrix-wrap .month-table,.matrix-wrap .days-scroll,.matrix-wrap .days-table{display:revert!important}.matrix-wrap::-webkit-scrollbar{height:12px!important;width:12px!important;display:block!important}.matrix-wrap::-webkit-scrollbar-track{background:#0b1220!important}.matrix-wrap::-webkit-scrollbar-thumb{background:#64748b!important;border-radius:999px!important;border:2px solid #0b1220!important}@media(max-width:640px){.matrix-wrap .daily-detail-table{min-width:1120px!important}.daily-detail-table th,.daily-detail-table td{height:40px!important;padding:8px 9px!important}.daily-detail-table th:first-child{min-width:110px!important}}

/* v18 freeze Bulan column while horizontal scrolling */
.matrix-wrap{position:relative!important;overflow:auto!important;isolation:isolate!important}.matrix-wrap .daily-detail-table{border-collapse:separate!important;border-spacing:0!important}.daily-detail-table th:first-child,.daily-detail-table td.month-name{position:sticky!important;left:0!important;z-index:25!important;min-width:132px!important;width:132px!important;max-width:132px!important;background:#111c31!important;background-image:linear-gradient(180deg,#111c31,#0f172a)!important;border-right:2px solid #38bdf8!important;box-shadow:8px 0 12px rgba(2,6,23,.72)!important;clip-path:inset(0 0 0 0)!important}.daily-detail-table th:first-child{z-index:40!important;background:#172033!important;color:#bfdbfe!important}.daily-detail-table td.month-name{color:#eaf2ff!important;font-weight:900!important}.daily-detail-table th:first-child::after,.daily-detail-table td.month-name::after{content:'';position:absolute;top:0;right:-10px;width:10px;height:100%;background:#08111f;pointer-events:none}.daily-detail-table th:not(:first-child),.daily-detail-table td:not(.month-name){position:relative!important;z-index:1!important}@media(max-width:640px){.daily-detail-table th:first-child,.daily-detail-table td.month-name{min-width:110px!important;width:110px!important;max-width:110px!important}}


/* v19 stable detail ledger: no sticky table, no horizontal bleed, no lost columns */
.matrix-wrap{padding:0 20px 20px!important;overflow:visible!important;max-height:none!important;background:#08111f!important}.month-ledger{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.month-card-detail{background:linear-gradient(180deg,#0f172a,#08111f)!important;border:1px solid #334155!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 14px 30px rgba(0,0,0,.22)!important}.month-card-detail header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:13px 15px!important;background:#111c31!important;border-bottom:1px solid #334155!important}.month-card-detail header strong{font-size:16px!important;color:#eaf2ff!important}.month-card-detail header em{font-style:normal!important;font-weight:900!important;color:#fde68a!important;font-variant-numeric:tabular-nums!important;text-align:right!important}.day-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:1px!important;background:#263650!important;padding:1px!important}.day-box{min-height:58px!important;background:#0b1220!important;padding:7px 6px!important;display:flex!important;flex-direction:column!important;gap:5px!important;justify-content:space-between!important;overflow:hidden!important}.day-box span{font-size:11px!important;color:#93c5fd!important;font-weight:900!important}.day-box b{font-size:12px!important;line-height:1.15!important;color:#94a3b8!important;font-variant-numeric:tabular-nums!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.day-box.has-spend{background:#12213a!important}.day-box.has-spend b{color:#eaf2ff!important;font-weight:900!important}.detail-toolbar{padding:0 20px 12px!important}.detail-toolbar span:after{content:' • Tampilan per bulan tanpa scroll horizontal';color:#22c55e!important}@media(max-width:980px){.month-ledger{grid-template-columns:1fr!important}.day-box{min-height:54px!important}.day-box b{font-size:11px!important}}@media(max-width:420px){.day-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.day-box{min-height:52px!important}}
