body,html,#root{margin:0;height:100%;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.app-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:24px}.tiles-container{display:flex;flex-wrap:wrap;gap:24px;max-width:1024px;justify-content:center}.user-tile{background:#121212;border-radius:12px;width:240px;overflow:hidden;text-align:center;transition:transform .2s ease;cursor:default;display:flex;flex-direction:column;align-items:center}.user-tile:hover{transform:scale(1.05)}.banner{width:100%;height:80px;object-fit:cover;border-bottom:1px solid #000}.avatar-wrapper{position:relative;width:96px;height:96px;margin-top:12px}.avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block}.avatar-decoration{position:absolute;top:0;left:0;width:96px;height:96px;pointer-events:none;z-index:2;animation:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.info{padding:12px 16px 24px}.display-name{font-weight:700;font-size:1.1rem;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.username{font-size:.9rem;color:#a0a0a0;margin-bottom:8px}.created-at{font-size:.8rem;color:#666}.user-tile.error{display:flex;justify-content:center;align-items:center;font-size:20px;color:red;width:240px;height:240px}@media (max-width: 600px){.app-container{padding:12px;flex-direction:column}.tiles-container{gap:16px;flex-direction:column;align-items:center}.user-tile{width:90%;max-width:320px}.banner{height:60px}.avatar-wrapper{width:72px;height:72px;margin-top:8px}.avatar,.avatar-decoration{width:72px;height:72px}.info{padding:10px 12px 16px}.display-name{font-size:1rem}.username,.created-at{font-size:.8rem}.user-tile.error{width:90%;height:200px;font-size:16px}}
