*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f6fa;color:#333;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;padding:16px;width:100%}.app-header{background:#fff;padding:24px 20px;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:24px}.app-header h1{text-align:center;font-size:1.75rem;color:#2c3e50;margin-bottom:16px}.header-info{display:flex;flex-direction:column;align-items:center;gap:16px}.total-count{font-size:1.1rem;color:#555}.total-count span{color:#e74c3c;font-weight:700}.button-group{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px}.refresh-btn,.excel-btn{border:none;padding:14px 20px;border-radius:8px;font-weight:600;font-size:1rem;color:#fff;cursor:pointer;transition:.3s ease}.refresh-btn{background:#3498db}.excel-btn{background:#27ae60}.refresh-btn:before{content:"🔄 "}.excel-btn:before{content:"📊 "}.refresh-btn:hover{background:#2980b9}.excel-btn:hover{background:#219653}.loading{text-align:center;margin:40px 0;font-size:1.25rem}.error-message{background:#e74c3c;color:#fff;padding:14px;border-radius:8px;margin-bottom:20px;text-align:center}.users-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a}.users-table{min-width:900px;width:auto;border-collapse:collapse}.users-table th{background:#34495e;color:#fff;padding:14px 12px;font-size:.85rem;text-transform:uppercase;position:sticky;top:0;z-index:5}.users-table td{padding:12px;border-bottom:1px solid #ecf0f1;font-size:.9rem;white-space:nowrap}.users-table tr:hover{background:#f8f9fa}.users-container::-webkit-scrollbar{height:8px}.users-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.users-container::-webkit-scrollbar-track{background:#f1f1f1}@media (min-width: 768px){.header-info{flex-direction:row;justify-content:space-between}.button-group{flex-direction:row;width:auto}.users-table{min-width:1100px}}@media (min-width: 1024px){.users-container{overflow-x:visible}.users-table{width:100%;min-width:unset}}@media (max-width: 480px){.users-table{min-width:700px}.users-table th,.users-table td{font-size:.85rem;padding:10px 8px}}@media print{.button-group{display:none}.users-container{overflow:visible}}
