/* MADAKARU responsive table helpers - kept separate for legacy pages */
.table-responsive-modern{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-container{width:100%;max-height:70vh;overflow:auto;border:1px solid #e0eee7;border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(7,94,63,.08);scrollbar-width:thin}
.table-container table{width:100%;min-width:680px;border-collapse:separate;border-spacing:0;margin:0}
.table-container thead th{position:sticky;top:0;z-index:2;background:linear-gradient(135deg,#073b2a,#0b9a61);color:#fff;white-space:nowrap}
.table-container tbody tr:hover{background:#edf9f2}
@media(max-width:767.98px){.table-container{max-height:65vh;border-radius:11px}.table-container table{min-width:620px}.table-container th,.table-container td{font-size:12px;padding:9px 10px}}
