.user-list-container{padding:2rem;max-width:1400px;margin:0 auto}.user-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-buttons{display:flex;gap:1rem}.user-list-header h1{margin:0;color:#333;font-size:2rem}.refresh-button,.retry-button,.test-button{padding:.75rem 1.5rem;background-color:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s}.test-button{background-color:#2196f3}.test-button:hover{background-color:#1976d2}.test-button:disabled{background-color:#ccc;cursor:not-allowed}.refresh-button:hover,.retry-button:hover{background-color:#45a049}.refresh-button:active,.retry-button:active,.test-button:active{transform:scale(.98)}.loading-container,.error-container,.empty-state{text-align:center;padding:3rem;color:#666}.error-container{padding:2rem;max-width:800px;margin:2rem auto}.error-content{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;border-left:4px solid #f44336}.error-message{color:#d32f2f;margin-bottom:1.5rem;font-weight:500;line-height:1.6}.error-actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.error-help{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee;color:#666}.error-help p{margin-bottom:.5rem;font-weight:500;color:#333}.error-help ul{margin:.5rem 0 0 1.5rem;line-height:1.8}.error-help li{margin-bottom:.5rem}.user-table-wrapper{overflow-x:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.user-table{width:100%;border-collapse:collapse;background-color:#fff}.user-table thead{background-color:#f5f5f5}.user-table th{padding:1rem .75rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #ddd;white-space:nowrap}.user-table td{padding:1rem .75rem;border-bottom:1px solid #eee;color:#555}.user-table tbody tr:hover{background-color:#f9f9f9}.user-table tbody tr:last-child td{border-bottom:none}.password-cell{font-family:monospace;color:#888}@media (max-width: 768px){.user-list-container{padding:1rem}.user-list-header{flex-direction:column;gap:1rem;align-items:flex-start}.user-list-header h1{font-size:1.5rem}.header-buttons{width:100%;flex-direction:column}.header-buttons button{width:100%}}.connection-status{padding:1rem;border-radius:6px;margin-bottom:1.5rem;border-left:4px solid}.connection-status.success{background-color:#e8f5e9;border-left-color:#4caf50;color:#2e7d32}.connection-status.error{background-color:#ffebee;border-left-color:#f44336;color:#c62828}.connection-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;opacity:.7;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1}.close-button:hover{opacity:1}.connection-details{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.1)}.connection-details summary{cursor:pointer;font-weight:500;margin-bottom:.5rem}.connection-details pre{background-color:#0000000d;padding:.75rem;border-radius:4px;overflow-x:auto;font-size:.875rem;margin-top:.5rem}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}.app{min-height:100vh;padding:0}
