.table-container{width:100%;max-width:1100px;margin:30px auto;font-family:segoe ui,Roboto,Helvetica,Arial,sans-serif;box-shadow:0 4px 15px rgba(0,0,0,5%);border-radius:8px;overflow:hidden}.modern-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:14px;line-height:1.5}.modern-table thead tr{background-color:#f1f5f9;color:#334155;text-align:left;font-weight:600}.modern-table th,.modern-table td{padding:16px;border-bottom:1px solid #e2e8f0}.modern-table tbody tr:hover{background-color:#f8fafc}.modern-table tbody td:first-child{font-weight:600;color:#0f172a}.modern-table tbody td:last-child{text-align:center;font-weight:500;color:#2563eb;background-color:#f8fafc}body.dark .table-container{box-shadow:0 4px 15px rgba(0,0,0,.2)}body.dark .modern-table{background-color:#1e293b;color:#cbd5e1}body.dark .modern-table thead tr{background-color:#0f172a;color:#f8fafc}body.dark .modern-table th,body.dark .modern-table td{border-bottom:1px solid #334155}body.dark .modern-table tbody tr:hover{background-color:#334155}body.dark .modern-table tbody td:first-child{color:#f1f5f9}body.dark .modern-table tbody td:last-child{color:#38bdf8;background-color:#0f172a}