.table-container{background:rgba(255,255,255,0.95);border-radius:15px;box-shadow:0 8px 32px rgba(26,143,173,0.15);overflow-x:auto;overflow-y:hidden;margin-bottom:25px;backdrop-filter:blur(10px);border:1px solid rgba(26,143,173,0.1)}table{width:100%;min-width:1200px;border-collapse:collapse;table-layout:fixed}th{background:linear-gradient(135deg,#1A8FAD 0%,#3FA085 100%);color:white;padding:18px 12px;text-align:center;font-weight:600;position:sticky;top:0;border:1px solid rgba(255,255,255,0.2);white-space:nowrap;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,0.1)}th:nth-child(1){width:80px}th:nth-child(2){width:180px}th:nth-child(3){width:150px}th:nth-child(4){width:120px}th:nth-child(5){width:110px}th:nth-child(6){width:120px}th:nth-child(7){width:250px}th:nth-child(8){width:100px}th:nth-child(9){width:100px}th:nth-child(10){width:150px}th:nth-child(11){width:150px}th:nth-child(12){width:150px}th:nth-child(13){width:150px}th:nth-child(14){width:150px}th:nth-child(15){width:60px}td{padding:15px 12px;border:1px solid rgba(26,143,173,0.08);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#1F2E42}td:hover{background:rgba(26,143,173,0.05);white-space:normal;word-wrap:break-word}tr:nth-child(even){background:rgba(234,237,241,0.3)}tr:hover{background:rgba(26,143,173,0.08);transform:scale(1.001);transition:all 0.2s ease}td a{color:#1A8FAD;text-decoration:none;transition:all 0.3s ease;font-weight:500}td a:hover{color:#56B770;text-decoration:underline}td a:visited{color:#1A8FAD}@media (max-width:768px){.table-container{overflow-x:auto}}