.simple-table-container{width:100%;overflow-x:auto;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;background:#fff}.simple-table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.simple-table-header{background:#f8f9fa;padding:16px 20px;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0;white-space:nowrap;position:relative}.simple-table-header:first-child{border-top-left-radius:8px}.simple-table-header:last-child{border-top-right-radius:8px}.simple-table-row{transition:background-color .2s ease}.simple-table-row:hover{background-color:#f7fafc}.simple-table-row:nth-child(2n){background-color:#fafafa}.simple-table-row:nth-child(2n):hover{background-color:#f0f4f8}.simple-table-cell{padding:16px 20px;color:#4a5568;border-bottom:1px solid #e2e8f0;vertical-align:top}.simple-table-row:last-child .simple-table-cell{border-bottom:none}.simple-table-row:last-child .simple-table-cell:first-child{border-bottom-left-radius:8px}.simple-table-row:last-child .simple-table-cell:last-child{border-bottom-right-radius:8px}.simple-table-empty{text-align:center;padding:40px 20px;color:#718096;font-style:italic;background:#f8f9fa;border-radius:8px;border:1px solid #e2e8f0}@media (max-width:768px){.simple-table-container{margin:10px 0;border-radius:6px}.simple-table{font-size:13px}.simple-table-cell,.simple-table-header{padding:12px 16px}.simple-table-header:first-child,.simple-table-header:last-child{border-radius:6px 6px 0 0}}@media (max-width:480px){.simple-table-cell,.simple-table-header{padding:10px 12px}.simple-table{font-size:12px}}