*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;max-width:100%;overflow-x:hidden}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f6fa;color:#333;line-height:1.5}.app{min-height:100vh;width:100%;padding:24px 32px}.app-header{background:#fff;padding:20px 24px;border-radius:12px;box-shadow:0 2px 10px #00000014;margin-bottom:20px}.app-header h1{font-size:1.6rem;font-weight:600;color:#2c3e50}.header-info{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:14px}.total-count{font-size:.95rem;color:#555}.total-count .count{font-weight:600;color:#e74c3c}.filter-group{display:flex}.filter-select{padding:8px 12px;border-radius:6px;border:1px solid #dcdde1;font-size:.9rem;background-color:#fff;color:#2c3e50;cursor:pointer;min-width:200px}.button-group{display:flex;gap:10px}.refresh-btn,.excel-btn{border:none;padding:10px 16px;border-radius:6px;font-weight:600;font-size:.9rem;color:#fff;cursor:pointer}.refresh-btn{background:#3498db}.excel-btn{background:#27ae60}.loading{text-align:center;margin:60px 0;font-size:1.2rem}.error-message{background:#e74c3c;color:#fff;padding:12px;border-radius:6px;margin-bottom:16px;text-align:center}.users-container{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;background:#fff;border-radius:10px;box-shadow:0 3px 12px #00000014;display:block;position:relative}.users-table{border-collapse:collapse;width:max-content;min-width:100%;table-layout:auto}.users-table thead{position:sticky;top:0;z-index:10}.users-table th{background:#34495e;color:#fff;padding:14px 16px;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;text-align:left;font-weight:600;min-width:150px;white-space:nowrap}.users-table th:nth-child(1),.users-table td:nth-child(1){min-width:80px;max-width:100px}.users-table th:nth-child(2),.users-table td:nth-child(2){min-width:180px}.users-table th:nth-child(3),.users-table td:nth-child(3){min-width:200px}.users-table th:nth-child(4),.users-table td:nth-child(4){min-width:150px}.users-table th:nth-child(5),.users-table td:nth-child(5){min-width:150px}.users-table th:nth-child(6),.users-table td:nth-child(6){min-width:120px}.users-table th:nth-child(7),.users-table td:nth-child(7){min-width:180px}.users-table th:nth-child(8),.users-table td:nth-child(8){min-width:200px}.users-table tbody tr{transition:background-color .2s}.users-table td{padding:12px 16px;font-size:.9rem;border-bottom:1px solid #ecf0f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.users-table tbody tr:hover{background-color:#f8f9fa}.users-table tbody tr:nth-child(2n){background-color:#fafbfc}.users-table tbody tr:nth-child(2n):hover{background-color:#f4f6f8}.users-container::-webkit-scrollbar{height:12px;width:12px}.users-container::-webkit-scrollbar-thumb{background:#95a5a6;border-radius:6px;border:3px solid #ffffff}.users-container::-webkit-scrollbar-thumb:hover{background:#7f8c8d}.users-container::-webkit-scrollbar-track{background:#f1f2f6;border-radius:6px}.users-container{scrollbar-width:thin;scrollbar-color:#95a5a6 #f1f2f6}.no-data{text-align:center;padding:40px;color:#7f8c8d;font-size:1rem}@media (max-width: 1024px){.app,.app-header{padding:16px 20px}.users-table{min-width:1000px}.header-info{flex-direction:column;align-items:flex-start;gap:12px}.filter-group,.button-group{width:100%}.filter-select{min-width:100%}}@media (max-width: 768px){.app{padding:12px 16px}.app-header h1{font-size:1.4rem}.users-table{min-width:800px}.button-group{flex-direction:row;justify-content:space-between}.refresh-btn,.excel-btn{flex:1;text-align:center}}@media (max-width: 480px){.app{padding:10px 12px}.users-table{min-width:700px}.users-table th,.users-table td{padding:10px 12px;font-size:.85rem}.button-group{flex-direction:column;gap:8px}}@media print{.button-group,.filter-group,.refresh-btn,.excel-btn,.filter-select{display:none}.users-container{overflow:visible;box-shadow:none;border:1px solid #ddd}.users-table{width:100%;min-width:100%}.users-table th{background:#f0f0f0;color:#000;border-bottom:2px solid #000}}
