*{box-sizing:border-box;margin:0;padding:0}:root{--header-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--primary-color: #667eea;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 20px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;min-height:100vh}.app{display:flex;flex-direction:column;height:100vh;max-width:1800px;margin:0 auto;padding:var(--spacing-lg)}@supports (height: 100dvh){body{min-height:100dvh}.app{height:100dvh}}.header{background:var(--header-bg);color:#fff;padding:var(--spacing-lg) 30px;border-radius:8px 8px 0 0;flex-shrink:0}.header h1{font-size:clamp(18px,4vw,24px);font-weight:600;margin-bottom:5px}.header .stats{font-size:clamp(12px,2.5vw,14px);opacity:.9}.controls{display:flex;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);background:#fff;border-bottom:1px solid #e9ecef;align-items:center;flex-wrap:wrap;flex-shrink:0}.match-count{font-size:14px;color:#666;margin-left:auto}.table-container{flex:1 1 0;min-height:0;background:#fff;border-radius:0 0 8px 8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.ant-table-wrapper,.ant-table-wrapper .ant-spin-nested-loading,.ant-table-wrapper .ant-spin-container{height:100%;display:flex;flex-direction:column}.ant-table{font-size:13px;flex:1;display:flex;flex-direction:column}.ant-table-container{flex:1;display:flex;flex-direction:column}.ant-table-thead>tr>th{background:#343a40!important;color:#fff!important;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.5px;padding:12px 16px!important}.ant-table-thead>tr>th:before{background-color:#fff3!important}.ant-table-tbody>tr>td{padding:8px 16px!important;border-bottom:1px solid #f0f0f0}.ant-table-tbody>tr:hover>td{background:#f0f4ff!important}.ant-table-row-expand-icon{color:var(--primary-color)!important}.ant-table-cell-fix-left,.ant-table-cell-fix-right{background:inherit!important}.ant-table-body::-webkit-scrollbar{width:8px;height:8px}.ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-table-row-indent+.ant-table-row-expand-icon{margin-right:8px}@media(max-width:991px){.app{padding:var(--spacing-md)}.controls{gap:var(--spacing-sm);padding:12px var(--spacing-md)}}@media(max-width:575px){.app{padding:10px}.header{padding:15px}.header h1{font-size:18px}.controls{flex-direction:column;gap:10px;padding:12px}.controls .ant-input-search{width:100%!important}.controls .ant-space{width:100%;justify-content:space-between}.controls .ant-space .ant-btn{flex:1}.match-count{margin-left:0;width:100%;text-align:center}.ant-table{font-size:12px}.ant-table-thead>tr>th{padding:8px 10px!important;font-size:11px}.ant-table-tbody>tr>td{padding:6px 10px!important}}
