body { font-family: Arial; background: #f0f0f0; margin: 0; }
.container { padding: 20px; max-width: 1600px; margin: auto; }
.filters { display: flex; flex-wrap: wrap; gap: 12px; background: white; padding: 15px; border-radius: 6px; margin-bottom: 20px; }
.filter-group { display: flex; flex-direction: column; min-width: 150px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 25px; align-items: center; }
.grid { display: grid; grid-template-columns: 70% 30%; gap: 20px; margin-bottom: 25px; align-items: center; }
.card { background: rgb(255, 255, 255); padding: 15px; border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0.1);margin-bottom: 25px; }
.monthly-large-card { margin-bottom: 20px; }
.monthly-small-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 25px; align-items: start; }
.monthly-small-card { margin-bottom: 0; }
table { border-collapse: collapse; width: 100%;table-layout: fixed;text-align: center;font-size: 14px; }
th, td { padding: 3px; border: 1px solid #ccc;word-break: break-word; overflow-wrap: anywhere; }
th { background: #f2f2f2;font-weight: 600;text-align: center; }
.tbl { width: 100%; border-collapse: collapse; }
.tbl th, .tbl td { border: 1px solid #ddd; padding: 6px; }
.tbl-first-month { max-width: 2000px; font-size: 11px; }
.tbl-first-month th, .tbl-first-month td { padding: 3px 4px; white-space: nowrap; }
.tbl-first-month th:nth-child(1),
.tbl-first-month td:nth-child(1) {
width: 80px;
max-width: 80px;
}
.tbl-first-month th:nth-child(2),
.tbl-first-month td:nth-child(2) {
width: 80px;
max-width: 80px;
}
.tbl-first-month th:nth-child(1),
.tbl-first-month td:nth-child(1) {
position: sticky;
left: 0;
background: #fff;
z-index: 3;
}
.tbl-first-month th:nth-child(2),
.tbl-first-month td:nth-child(2) {
position: sticky;
left: 80px;
background: #fff;
z-index: 4;
}
.tbl-highlight th, .tbl-highlight td { padding: 8px; font-size: 16px; }
.tbl-highlight th { background: #fafafa; }
.tbl-highlight td { font-weight: 700; }
.td-ty {
background-color: #f4f8ff;
}
.td-ly {
background-color: #fff6f0;
}
.td-ytd {
font-weight: 700;
background-color: #e9ecef;
}
.card-mtd {
  background-color: #fffdf5;
}
.tbl-highlight-mtd th {
  background-color: #fff4cc;
}
.tbl-highlight-mtd td {
  background-color: #fffef9;
}
